Package org.ametys.odf.course
Class CourseFactory
-
- All Implemented Interfaces:
AmetysObjectFactory<SimpleAmetysObject>,JCRAmetysObjectFactory<SimpleAmetysObject>,Component,Configurable,LogEnabled,Serviceable
public class CourseFactory extends ModifiableContentFactory
CourseFactoryfor handlingCourse
-
-
Field Summary
Fields Modifier and Type Field Description private ExportCDMfrManager_exportCDMfrManagerprivate ExternalizableMetadataProviderExtensionPoint_extMetadataProviderEPprivate RootOrgUnitProvider_rootOrgUnitProviderstatic StringCOURSE_CONTENT_TYPECoursecontent typestatic StringCOURSE_NODETYPECoursenodetype for resources collection-
Fields inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
_ametysFactoryExtensionPoint, _manager, _nodetype, _repository, _resolver, _scheme
-
-
Constructor Summary
Constructors Constructor Description CourseFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) ExportCDMfrManager_getExportCDMfrManager()(package private) String_getRootOrgUnitRNE()(package private) Set<String>_getSynchronizedMetadata(Course course)CourseListcreateChild(JCRTraversableAmetysObject object, String name, String type)Creates a child to the given object.CoursegetAmetysObject(Node node, String parentPath)Creates aAmetysObjectfrom a persistent JCR node.(package private) CourseListgetChild(String path, Course object)(package private) AmetysObjectIterable<AmetysObject>getChildren(Course object)(package private) booleanhasChild(String name, Course object)voidservice(ServiceManager manager)-
Methods inherited from class org.ametys.cms.repository.ContentFactory
_getContentTypeExtensionPoint, createChild, getChild, getChildren, hasChild
-
Methods inherited from class org.ametys.plugins.repository.jcr.DefaultAmetysObjectFactory
getCurrentUser, getUnversionedDataTypeExtensionPoint, getWorkspaceNode
-
Methods inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
configure, getAmetysObjectById, getAmetysObjectById, getNode, getNodetypes, getParent, getScheme, hasAmetysObjectForId
-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Field Detail
-
COURSE_NODETYPE
public static final String COURSE_NODETYPE
Coursenodetype for resources collection- See Also:
- Constant Field Values
-
COURSE_CONTENT_TYPE
public static final String COURSE_CONTENT_TYPE
Coursecontent type- See Also:
- Constant Field Values
-
_rootOrgUnitProvider
private RootOrgUnitProvider _rootOrgUnitProvider
-
_exportCDMfrManager
private ExportCDMfrManager _exportCDMfrManager
-
_extMetadataProviderEP
private ExternalizableMetadataProviderExtensionPoint _extMetadataProviderEP
-
-
Constructor Detail
-
CourseFactory
public CourseFactory()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classModifiableContentFactory- Throws:
ServiceException
-
getAmetysObject
public Course getAmetysObject(Node node, String parentPath) throws AmetysRepositoryException
Description copied from interface:JCRAmetysObjectFactoryCreates aAmetysObjectfrom a persistent JCR node.- Specified by:
getAmetysObjectin interfaceJCRAmetysObjectFactory<SimpleAmetysObject>- Overrides:
getAmetysObjectin classModifiableContentFactory- Parameters:
node- the JCR node to use.parentPath- the parent Path in the Ametys hierarchy, may benullif not known yet.- Returns:
- the object.
- Throws:
AmetysRepositoryException- if an error occurs.
-
createChild
public CourseList createChild(JCRTraversableAmetysObject object, String name, String type) throws AmetysRepositoryException
Creates a child to the given object.- Parameters:
object- the parentAmetysObject.name- the new object's name.type- the new object's type.- Returns:
- the newly created
AmetysObject. - Throws:
AmetysRepositoryException- if an error occurs.
-
getChild
CourseList getChild(String path, Course object) throws AmetysRepositoryException, UnknownAmetysObjectException
-
hasChild
boolean hasChild(String name, Course object) throws AmetysRepositoryException
- Throws:
AmetysRepositoryException
-
getChildren
AmetysObjectIterable<AmetysObject> getChildren(Course object) throws AmetysRepositoryException
- Throws:
AmetysRepositoryException
-
_getRootOrgUnitRNE
String _getRootOrgUnitRNE()
-
_getExportCDMfrManager
ExportCDMfrManager _getExportCDMfrManager()
-
_getSynchronizedMetadata
Set<String> _getSynchronizedMetadata(Course course)
-
-