| java.lang.Object org.sakaiproject.metaobj.shared.mgt.EntityProducerBase
All known Subclasses: org.theospi.portfolio.wizard.impl.WizardEntityProducer, org.theospi.portfolio.presentation.model.impl.LayoutEntityProducer, org.theospi.portfolio.presentation.model.impl.PresentationContentEntityProducer, org.sakaiproject.metaobj.shared.mgt.impl.MetaobjEntityProducer, org.theospi.portfolio.workflow.impl.WorkflowEntityProducer, org.theospi.portfolio.matrix.model.impl.MatrixContentEntityProducer, org.theospi.portfolio.help.impl.GlossaryEntityProducer, org.theospi.portfolio.guidance.impl.GuidanceEntityProducer, org.theospi.portfolio.reports.model.impl.ReportsEntityProducer,
EntityProducerBase | abstract public class EntityProducerBase implements EntityProducer(Code) | | Created by IntelliJ IDEA.
User: John Ellis
Date: Nov 7, 2005
Time: 1:40:10 PM
To change this template use File | Settings | File Templates.
|
Method Summary | |
public String | archive(String siteId, Document doc, Stack stack, String archivePath, List attachments) | public void | destroy() | protected ContentEntityWrapper | getContentEntityWrapper(Reference ref) | protected String | getContext() | public Entity | getEntity(Reference ref) | public Collection | getEntityAuthzGroups(Reference ref, String userId) | public String | getEntityDescription(Reference ref) | public EntityManager | getEntityManager() | public ResourceProperties | getEntityResourceProperties(Reference ref) | public String | getEntityUrl(Reference ref) | public HttpAccess | getHttpAccess() | public String | merge(String siteId, Element root, String archivePath, String fromSiteId, Map attachmentNames, Map userIdTrans, Set userListAllowImport) | public boolean | parseEntityReference(String reference, Reference ref) | protected ReferenceParser | parseReference(String wholeRef) | public void | setEntityManager(EntityManager entityManager) | public void | setHttpAccess(HttpAccess httpAccess) | public boolean | willArchiveMerge() |
destroy | public void destroy()(Code) | | |
willArchiveMerge | public boolean willArchiveMerge()(Code) | | |
|
|