Package org.ametys.odf.orgunit
Class OrgUnitFactory
-
- All Implemented Interfaces:
AmetysObjectFactory<SimpleAmetysObject>
,JCRAmetysObjectFactory<SimpleAmetysObject>
,Component
,Configurable
,LogEnabled
,Serviceable
public class OrgUnitFactory extends ModifiableContentFactory
ContentFactory
for handlingOrgUnit
-
-
Field Summary
Fields Modifier and Type Field Description static String
ODF_ORGUNIT_ROOT_NODE
The root OrgUnit node namestatic String
ORGUNIT_CONTENT_TYPE
OrgUnit
content typestatic String
ORGUNIT_NODETYPE
OrgUnit
nodetype for resources collection-
Fields inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
_ametysFactoryExtensionPoint, _manager, _nodetype, _repository, _resolver, _scheme
-
-
Constructor Summary
Constructors Constructor Description OrgUnitFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrgUnit
getAmetysObject(Node node, String parentPath)
Creates aAmetysObject
from a persistent JCR node.void
service(ServiceManager manager)
-
Methods inherited from class org.ametys.cms.repository.ContentFactory
createChild, getChild, getChildren, getContentDataHelper, getContentHelper, getContentSaxer, getInternalDataTypesExtensionPoint, 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
-
ORGUNIT_NODETYPE
public static final String ORGUNIT_NODETYPE
OrgUnit
nodetype for resources collection- See Also:
- Constant Field Values
-
ORGUNIT_CONTENT_TYPE
public static final String ORGUNIT_CONTENT_TYPE
OrgUnit
content type- See Also:
- Constant Field Values
-
ODF_ORGUNIT_ROOT_NODE
public static final String ODF_ORGUNIT_ROOT_NODE
The root OrgUnit node name- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OrgUnitFactory
public OrgUnitFactory()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classModifiableContentFactory
- Throws:
ServiceException
-
getAmetysObject
public OrgUnit getAmetysObject(Node node, String parentPath) throws AmetysRepositoryException
Description copied from interface:JCRAmetysObjectFactory
Creates aAmetysObject
from a persistent JCR node.- Specified by:
getAmetysObject
in interfaceJCRAmetysObjectFactory<SimpleAmetysObject>
- Overrides:
getAmetysObject
in classModifiableContentFactory
- Parameters:
node
- the JCR node to use.parentPath
- the parent Path in the Ametys hierarchy, may benull
if not known yet.- Returns:
- the object.
- Throws:
AmetysRepositoryException
- if an error occurs.
-
-