| com.liferay.portal.service.persistence.UserTrackerPathPersistence
All known Subclasses: com.liferay.portal.service.persistence.UserTrackerPathPersistenceImpl,
UserTrackerPathPersistence | public interface UserTrackerPathPersistence (Code) | | View Source
author: Brian Wing Shun Chan |
Method Summary | |
public int | countAll() | public int | countByUserTrackerId(long userTrackerId) | public com.liferay.portal.model.UserTrackerPath | create(long userTrackerPathId) | public com.liferay.portal.model.UserTrackerPath | fetchByPrimaryKey(long userTrackerPathId) | public java.util.List | findAll() | public java.util.List | findAll(int begin, int end) | public java.util.List | findAll(int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) | public com.liferay.portal.model.UserTrackerPath | findByPrimaryKey(long userTrackerPathId) | public java.util.List | findByUserTrackerId(long userTrackerId) | public java.util.List | findByUserTrackerId(long userTrackerId, int begin, int end) | public java.util.List | findByUserTrackerId(long userTrackerId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) | public com.liferay.portal.model.UserTrackerPath | findByUserTrackerId_First(long userTrackerId, com.liferay.portal.kernel.util.OrderByComparator obc) | public com.liferay.portal.model.UserTrackerPath | findByUserTrackerId_Last(long userTrackerId, com.liferay.portal.kernel.util.OrderByComparator obc) | public com.liferay.portal.model.UserTrackerPath[] | findByUserTrackerId_PrevAndNext(long userTrackerPathId, long userTrackerId, com.liferay.portal.kernel.util.OrderByComparator obc) | public java.util.List | findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) | public java.util.List | findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end) | public com.liferay.portal.model.UserTrackerPath | remove(long userTrackerPathId) | public com.liferay.portal.model.UserTrackerPath | remove(com.liferay.portal.model.UserTrackerPath userTrackerPath) | public void | removeAll() | public void | removeByUserTrackerId(long userTrackerId) | public com.liferay.portal.model.UserTrackerPath | update(com.liferay.portal.model.UserTrackerPath userTrackerPath) | public com.liferay.portal.model.UserTrackerPath | update(com.liferay.portal.model.UserTrackerPath userTrackerPath, boolean merge) | public com.liferay.portal.model.UserTrackerPath | updateImpl(com.liferay.portal.model.UserTrackerPath userTrackerPath, boolean merge) |
|
|