Class JCRCalendarResourceFactory
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
-
- org.ametys.plugins.repository.jcr.DefaultAmetysObjectFactory
-
- org.ametys.plugins.workspaces.calendars.jcr.JCRCalendarResourceFactory
-
- All Implemented Interfaces:
AmetysObjectFactory<SimpleAmetysObject>
,JCRAmetysObjectFactory<SimpleAmetysObject>
,Component
,Configurable
,LogEnabled
,Serviceable
public class JCRCalendarResourceFactory extends DefaultAmetysObjectFactory
AmetysObjectFactory
for handlingJCRCalendarEvent
s.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CALENDAR_RESOURCE_NODETYPE
JCR nodetype for calendar resources-
Fields inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
_ametysFactoryExtensionPoint, _manager, _nodetype, _repository, _resolver, _scheme
-
-
Constructor Summary
Constructors Constructor Description JCRCalendarResourceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JCRCalendarResource
getAmetysObject(Node node, String parentPath)
Creates aAmetysObject
from a persistent JCR node.Model
getCalendarResourceModel()
Get the calendar resource model-
Methods inherited from class org.ametys.plugins.repository.jcr.DefaultAmetysObjectFactory
getCurrentUser, getUnversionedDataTypeExtensionPoint, getWorkspaceNode, service
-
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
-
CALENDAR_RESOURCE_NODETYPE
public static final String CALENDAR_RESOURCE_NODETYPE
JCR nodetype for calendar resources- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JCRCalendarResourceFactory
public JCRCalendarResourceFactory()
-
-
Method Detail
-
getAmetysObject
public JCRCalendarResource 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 classDefaultAmetysObjectFactory
- 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.
-
getCalendarResourceModel
public Model getCalendarResourceModel()
Get the calendar resource model- Returns:
- the calendar resource model
-
-