com.liferay.portal.service.persistence
Interface UserTrackerPathPersistence
- All Superinterfaces:
- BasePersistence<UserTrackerPath>
public interface UserTrackerPathPersistence
- extends BasePersistence<UserTrackerPath>
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
UserTrackerPathPersistenceImpl
,
UserTrackerPathUtil
- Generated:
Method Summary |
void |
cacheResult(java.util.List<UserTrackerPath> userTrackerPaths)
|
void |
cacheResult(UserTrackerPath userTrackerPath)
|
int |
countAll()
|
int |
countByUserTrackerId(long userTrackerId)
|
UserTrackerPath |
create(long userTrackerPathId)
|
UserTrackerPath |
fetchByPrimaryKey(long userTrackerPathId)
|
java.util.List<UserTrackerPath> |
findAll()
|
java.util.List<UserTrackerPath> |
findAll(int start,
int end)
|
java.util.List<UserTrackerPath> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
UserTrackerPath |
findByPrimaryKey(long userTrackerPathId)
|
UserTrackerPath |
findByUserTrackerId_First(long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
UserTrackerPath |
findByUserTrackerId_Last(long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
UserTrackerPath[] |
findByUserTrackerId_PrevAndNext(long userTrackerPathId,
long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
java.util.List<UserTrackerPath> |
findByUserTrackerId(long userTrackerId)
|
java.util.List<UserTrackerPath> |
findByUserTrackerId(long userTrackerId,
int start,
int end)
|
java.util.List<UserTrackerPath> |
findByUserTrackerId(long userTrackerId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
UserTrackerPath |
remove(long userTrackerPathId)
|
void |
removeAll()
|
void |
removeByUserTrackerId(long userTrackerId)
|
UserTrackerPath |
update(UserTrackerPath userTrackerPath)
Deprecated. Use BasePersistence.update(com.liferay.portal.model.BaseModel, boolean) . |
UserTrackerPath |
updateImpl(UserTrackerPath userTrackerPath,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update |
cacheResult
void cacheResult(UserTrackerPath userTrackerPath)
cacheResult
void cacheResult(java.util.List<UserTrackerPath> userTrackerPaths)
create
UserTrackerPath create(long userTrackerPathId)
remove
UserTrackerPath remove(long userTrackerPathId)
throws NoSuchUserTrackerPathException,
com.liferay.portal.SystemException
- Throws:
NoSuchUserTrackerPathException
com.liferay.portal.SystemException
update
UserTrackerPath update(UserTrackerPath userTrackerPath)
throws com.liferay.portal.SystemException
- Deprecated. Use
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
.
- Throws:
com.liferay.portal.SystemException
updateImpl
UserTrackerPath updateImpl(UserTrackerPath userTrackerPath,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
UserTrackerPath findByPrimaryKey(long userTrackerPathId)
throws NoSuchUserTrackerPathException,
com.liferay.portal.SystemException
- Throws:
NoSuchUserTrackerPathException
com.liferay.portal.SystemException
fetchByPrimaryKey
UserTrackerPath fetchByPrimaryKey(long userTrackerPathId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUserTrackerId
java.util.List<UserTrackerPath> findByUserTrackerId(long userTrackerId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUserTrackerId
java.util.List<UserTrackerPath> findByUserTrackerId(long userTrackerId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUserTrackerId
java.util.List<UserTrackerPath> findByUserTrackerId(long userTrackerId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUserTrackerId_First
UserTrackerPath findByUserTrackerId_First(long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws NoSuchUserTrackerPathException,
com.liferay.portal.SystemException
- Throws:
NoSuchUserTrackerPathException
com.liferay.portal.SystemException
findByUserTrackerId_Last
UserTrackerPath findByUserTrackerId_Last(long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws NoSuchUserTrackerPathException,
com.liferay.portal.SystemException
- Throws:
NoSuchUserTrackerPathException
com.liferay.portal.SystemException
findByUserTrackerId_PrevAndNext
UserTrackerPath[] findByUserTrackerId_PrevAndNext(long userTrackerPathId,
long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws NoSuchUserTrackerPathException,
com.liferay.portal.SystemException
- Throws:
NoSuchUserTrackerPathException
com.liferay.portal.SystemException
findAll
java.util.List<UserTrackerPath> findAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
java.util.List<UserTrackerPath> findAll(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
java.util.List<UserTrackerPath> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByUserTrackerId
void removeByUserTrackerId(long userTrackerId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeAll
void removeAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByUserTrackerId
int countByUserTrackerId(long userTrackerId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countAll
int countAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException