Package net.fortuna.ical4j.connector.jcr
Class JcrCardStore
- java.lang.Object
-
- net.fortuna.ical4j.connector.jcr.AbstractJcrObjectStore<JcrCardCollection>
-
- net.fortuna.ical4j.connector.jcr.JcrCardStore
-
- All Implemented Interfaces:
CardStore<JcrCardCollection>
,ObjectStore<JcrCardCollection>
public class JcrCardStore extends AbstractJcrObjectStore<JcrCardCollection> implements CardStore<JcrCardCollection>
-
-
Constructor Summary
Constructors Constructor Description JcrCardStore(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<JcrCardCollection>
getCollectionDao()
protected JcrCardCollection
newCollection()
-
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
-
JcrCardStore
public JcrCardStore(org.jcrom.Jcrom jcrom, javax.jcr.Repository repository, String path)
- Parameters:
repository
- a repository instancepath
- the store repository pathjcrom
- a JCROM instance
-
-
Method Detail
-
newCollection
protected JcrCardCollection newCollection()
- Specified by:
newCollection
in classAbstractJcrObjectStore<JcrCardCollection>
- Returns:
- a new collection instance
-
getCollectionDao
protected AbstractJcrObjectCollectionDao<JcrCardCollection> getCollectionDao()
- Specified by:
getCollectionDao
in classAbstractJcrObjectStore<JcrCardCollection>
- Returns:
- the underlying collection DAO
-
-