public class CoursePartFactory extends ModifiableContentFactory
CoursePartFactory
for handling CoursePart
Modifier and Type | Field and Description |
---|---|
private RootOrgUnitProvider |
_rootOrgUnitProvider |
static String |
COURSE_PART_CONTENT_TYPE
CoursePart content type |
static String |
COURSE_PART_NODETYPE
CoursePart nodetype for resources collection |
_ametysFactoryExtensionPoint, _manager, _nodetype, _repository, _resolver, _scheme
Constructor and Description |
---|
CoursePartFactory() |
Modifier and Type | Method and Description |
---|---|
(package private) AmetysObjectResolver |
_getResolver() |
(package private) String |
_getRootOrgUnitRNE() |
CoursePart |
getAmetysObject(Node node,
String parentPath)
Creates a
AmetysObject from a persistent JCR node. |
void |
service(ServiceManager manager) |
_getContentTypeExtensionPoint, createChild, getChild, getChildren, hasChild
getCurrentUser, getWorkspaceNode
configure, getAmetysObjectById, getAmetysObjectById, getNode, getNodetypes, getParent, getScheme, hasAmetysObjectForId
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
public static final String COURSE_PART_NODETYPE
CoursePart
nodetype for resources collectionpublic static final String COURSE_PART_CONTENT_TYPE
CoursePart
content typeprivate RootOrgUnitProvider _rootOrgUnitProvider
public CoursePartFactory()
public void service(ServiceManager manager) throws ServiceException
service
in interface Serviceable
service
in class ModifiableContentFactory
ServiceException
public CoursePart getAmetysObject(Node node, String parentPath) throws AmetysRepositoryException
JCRAmetysObjectFactory
AmetysObject
from a persistent JCR node.getAmetysObject
in interface JCRAmetysObjectFactory<SimpleAmetysObject>
getAmetysObject
in class ModifiableContentFactory
node
- the JCR node to use.parentPath
- the parent Path in the Ametys hierarchy,
may be null
if not known yet.AmetysRepositoryException
- if an error occurs.String _getRootOrgUnitRNE()
AmetysObjectResolver _getResolver()