Class JCRCalendarFactory
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
-
- org.ametys.plugins.repository.jcr.DefaultTraversableAmetysObjectFactory
-
- org.ametys.plugins.workspaces.calendars.jcr.JCRCalendarFactory
-
- All Implemented Interfaces:
AmetysObjectFactory<SimpleAmetysObject>
,JCRAmetysObjectFactory<SimpleAmetysObject>
,Component
,Configurable
,LogEnabled
,Serviceable
public class JCRCalendarFactory extends DefaultTraversableAmetysObjectFactory
AmetysObjectFactory
for handlingJCRCalendar
s.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CALENDAR_NODETYPE
JCR 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 JCRCalendarFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JCRCalendar
getAmetysObject(Node node, String parentPath)
Creates aAmetysObject
from a persistent JCR node.Model
getCalendarEventModel()
Get the calendar model-
Methods inherited from class org.ametys.plugins.repository.jcr.DefaultTraversableAmetysObjectFactory
createChild, getChild, getChildren, hasChild
-
Methods inherited from class org.ametys.plugins.repository.jcr.SimpleAmetysObjectFactory
configure, getAmetysObjectById, getAmetysObjectById, getNode, getNodetypes, getParent, getScheme, getWorkspaceNode, hasAmetysObjectForId, service
-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Field Detail
-
CALENDAR_NODETYPE
public static final String CALENDAR_NODETYPE
JCR nodetype for resources collection- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JCRCalendarFactory
public JCRCalendarFactory()
-
-
Method Detail
-
getAmetysObject
public JCRCalendar 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 classDefaultTraversableAmetysObjectFactory
- 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.
-
getCalendarEventModel
public Model getCalendarEventModel()
Get the calendar model- Returns:
- the calendar model
-
-