Package net.fortuna.ical4j.connector.jcr
Class JcrCalendarDao
- java.lang.Object
-
- org.jcrom.dao.AbstractJcrDAO<JcrCalendar>
-
- net.fortuna.ical4j.connector.jcr.JcrCalendarDao
-
- All Implemented Interfaces:
org.jcrom.dao.JcrDAO<JcrCalendar>
public class JcrCalendarDao extends org.jcrom.dao.AbstractJcrDAO<JcrCalendar>
-
-
Constructor Summary
Constructors Constructor Description JcrCalendarDao(javax.jcr.Session session, org.jcrom.Jcrom jcrom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<JcrCalendar>
findByUid(String path, String uid)
-
Methods inherited from class org.jcrom.dao.AbstractJcrDAO
create, create, create, create, exists, findAll, findAll, findAll, findAll, findAll, findAll, findByQOM, findBySql, findBySql, findByXPath, findByXPath, get, get, get, getAll, getAll, getAll, getAll, getAll, getAll, getEntityClass, getJcrom, getMixinTypes, getNode, getNodeById, getNodes, getSession, getSize, getVersion, getVersion, getVersion, getVersion, getVersionById, getVersionById, getVersionById, getVersionByUUID, getVersionByUUID, getVersionList, getVersionList, getVersionList, getVersionList, getVersionList, getVersionList, getVersionList, getVersionListById, getVersionListById, getVersionListById, getVersionListById, getVersionListById, getVersionListByUUID, getVersionListByUUID, getVersionListByUUID, getVersionSize, getVersionSize, getVersionSizeById, getVersionSizeByUUID, loadById, loadById, loadById, loadByUUID, loadByUUID, move, remove, removeById, removeByUUID, removeVersion, removeVersion, removeVersionById, removeVersionByUUID, restoreVersion, restoreVersion, restoreVersion, restoreVersionById, restoreVersionById, restoreVersionByUUID, restoreVersionByUUID, toList, toList, update, update, update, update, update, update, updateById, updateById, updateById, updateById, updateById, updateByUUID, updateByUUID
-
-
-
-
Method Detail
-
findByUid
public List<JcrCalendar> findByUid(String path, String uid)
- Parameters:
path
- a root repository pathuid
- a calendar UID- Returns:
- a list of calendars with the specified UID
-
-