| com.liferay.portal.service.persistence.BasePersistence com.liferay.portal.service.persistence.UserTrackerPathPersistenceImpl
Method Summary | |
public int | countAll() | public int | countByUserTrackerId(long userTrackerId) | public UserTrackerPath | create(long userTrackerPathId) | public UserTrackerPath | fetchByPrimaryKey(long userTrackerPathId) | public List | findAll() | public List | findAll(int begin, int end) | public List | findAll(int begin, int end, OrderByComparator obc) | public UserTrackerPath | findByPrimaryKey(long userTrackerPathId) | public List | findByUserTrackerId(long userTrackerId) | public List | findByUserTrackerId(long userTrackerId, int begin, int end) | public List | findByUserTrackerId(long userTrackerId, int begin, int end, OrderByComparator obc) | public UserTrackerPath | findByUserTrackerId_First(long userTrackerId, OrderByComparator obc) | public UserTrackerPath | findByUserTrackerId_Last(long userTrackerId, OrderByComparator obc) | public UserTrackerPath[] | findByUserTrackerId_PrevAndNext(long userTrackerPathId, long userTrackerId, OrderByComparator obc) | public List | findWithDynamicQuery(DynamicQueryInitializer queryInitializer) | public List | findWithDynamicQuery(DynamicQueryInitializer queryInitializer, int begin, int end) | protected void | initDao() | public UserTrackerPath | remove(long userTrackerPathId) | public UserTrackerPath | remove(UserTrackerPath userTrackerPath) | public void | removeAll() | public void | removeByUserTrackerId(long userTrackerId) | protected UserTrackerPath | removeImpl(UserTrackerPath userTrackerPath) | public UserTrackerPath | update(UserTrackerPath userTrackerPath) | public UserTrackerPath | update(UserTrackerPath userTrackerPath, boolean merge) | public UserTrackerPath | updateImpl(com.liferay.portal.model.UserTrackerPath userTrackerPath, boolean merge) |
initDao | protected void initDao()(Code) | | |
Methods inherited from com.liferay.portal.service.persistence.BasePersistence | public void closeSession(Session session)(Code)(Java Doc) protected Dialect getDialect()(Code)(Java Doc) public SessionFactory getSessionFactory()(Code)(Java Doc) protected Session openSession() throws HibernateException(Code)(Java Doc) protected Session openSession(SessionFactory sessionFactory) throws HibernateException(Code)(Java Doc) public void setSessionFactory(SessionFactory sessionFactory)(Code)(Java Doc)
|
|
|