Package net.fortuna.ical4j.connector.jcr
Class JcrCalendarStore
- java.lang.Object
-
- net.fortuna.ical4j.connector.jcr.AbstractJcrObjectStore<JcrCalendarCollection>
-
- net.fortuna.ical4j.connector.jcr.JcrCalendarStore
-
- All Implemented Interfaces:
CalendarStore<JcrCalendarCollection>,ObjectStore<JcrCalendarCollection>
public class JcrCalendarStore extends AbstractJcrObjectStore<JcrCalendarCollection> implements CalendarStore<JcrCalendarCollection>
$Id$ Created on: 15/01/2009
-
-
Constructor Summary
Constructors Constructor Description JcrCalendarStore(org.jcrom.Jcrom jcrom, javax.jcr.Repository repository, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractJcrObjectCollectionDao<JcrCalendarCollection>getCollectionDao()protected JcrCalendarCollectionnewCollection()-
Methods inherited from class net.fortuna.ical4j.connector.jcr.AbstractJcrObjectStore
addCollection, addCollection, assertConnected, connect, connect, disconnect, getCollection, getCollections, isConnected, removeCollection
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.fortuna.ical4j.connector.ObjectStore
addCollection, addCollection, connect, connect, disconnect, getCollection, getCollections, isConnected, removeCollection
-
-
-
-
Constructor Detail
-
JcrCalendarStore
public JcrCalendarStore(org.jcrom.Jcrom jcrom, javax.jcr.Repository repository, String path)- Parameters:
jcrom- a JCROM instancerepository- a repository instancepath- the store repository path
-
-
Method Detail
-
newCollection
protected JcrCalendarCollection newCollection()
- Specified by:
newCollectionin classAbstractJcrObjectStore<JcrCalendarCollection>- Returns:
- a new collection instance
-
getCollectionDao
protected AbstractJcrObjectCollectionDao<JcrCalendarCollection> getCollectionDao()
- Specified by:
getCollectionDaoin classAbstractJcrObjectStore<JcrCalendarCollection>- Returns:
- the underlying collection DAO
-
-