com.liferay.portal.service.persistence
Class UserTrackerPathUtil
java.lang.Object
com.liferay.portal.service.persistence.UserTrackerPathUtil
public class UserTrackerPathUtil
- extends java.lang.Object
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:
UserTrackerPathPersistence
,
UserTrackerPathPersistenceImpl
- Generated:
Method Summary |
static void |
cacheResult(java.util.List<UserTrackerPath> userTrackerPaths)
|
static void |
cacheResult(UserTrackerPath userTrackerPath)
|
static void |
clearCache()
|
static int |
countAll()
|
static int |
countByUserTrackerId(long userTrackerId)
|
static UserTrackerPath |
create(long userTrackerPathId)
|
static UserTrackerPath |
fetchByPrimaryKey(long userTrackerPathId)
|
static java.util.List<UserTrackerPath> |
findAll()
|
static java.util.List<UserTrackerPath> |
findAll(int start,
int end)
|
static java.util.List<UserTrackerPath> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static UserTrackerPath |
findByPrimaryKey(long userTrackerPathId)
|
static UserTrackerPath |
findByUserTrackerId_First(long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static UserTrackerPath |
findByUserTrackerId_Last(long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static UserTrackerPath[] |
findByUserTrackerId_PrevAndNext(long userTrackerPathId,
long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<UserTrackerPath> |
findByUserTrackerId(long userTrackerId)
|
static java.util.List<UserTrackerPath> |
findByUserTrackerId(long userTrackerId,
int start,
int end)
|
static java.util.List<UserTrackerPath> |
findByUserTrackerId(long userTrackerId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
static UserTrackerPathPersistence |
getPersistence()
|
static UserTrackerPath |
remove(long userTrackerPathId)
|
static UserTrackerPath |
remove(UserTrackerPath userTrackerPath)
|
static void |
removeAll()
|
static void |
removeByUserTrackerId(long userTrackerId)
|
void |
setPersistence(UserTrackerPathPersistence persistence)
|
static UserTrackerPath |
update(UserTrackerPath userTrackerPath,
boolean merge)
|
static UserTrackerPath |
updateImpl(UserTrackerPath userTrackerPath,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserTrackerPathUtil
public UserTrackerPathUtil()
clearCache
public static void clearCache()
- See Also:
BasePersistence.clearCache()
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
remove
public static UserTrackerPath remove(UserTrackerPath userTrackerPath)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)
update
public static UserTrackerPath update(UserTrackerPath userTrackerPath,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
cacheResult
public static void cacheResult(UserTrackerPath userTrackerPath)
cacheResult
public static void cacheResult(java.util.List<UserTrackerPath> userTrackerPaths)
create
public static UserTrackerPath create(long userTrackerPathId)
remove
public static UserTrackerPath remove(long userTrackerPathId)
throws NoSuchUserTrackerPathException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchUserTrackerPathException
com.liferay.portal.kernel.exception.SystemException
updateImpl
public static UserTrackerPath updateImpl(UserTrackerPath userTrackerPath,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
public static UserTrackerPath findByPrimaryKey(long userTrackerPathId)
throws NoSuchUserTrackerPathException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchUserTrackerPathException
com.liferay.portal.kernel.exception.SystemException
fetchByPrimaryKey
public static UserTrackerPath fetchByPrimaryKey(long userTrackerPathId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUserTrackerId
public static java.util.List<UserTrackerPath> findByUserTrackerId(long userTrackerId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUserTrackerId
public static java.util.List<UserTrackerPath> findByUserTrackerId(long userTrackerId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUserTrackerId
public static java.util.List<UserTrackerPath> findByUserTrackerId(long userTrackerId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUserTrackerId_First
public static UserTrackerPath findByUserTrackerId_First(long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchUserTrackerPathException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchUserTrackerPathException
com.liferay.portal.kernel.exception.SystemException
findByUserTrackerId_Last
public static UserTrackerPath findByUserTrackerId_Last(long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchUserTrackerPathException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchUserTrackerPathException
com.liferay.portal.kernel.exception.SystemException
findByUserTrackerId_PrevAndNext
public static UserTrackerPath[] findByUserTrackerId_PrevAndNext(long userTrackerPathId,
long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws NoSuchUserTrackerPathException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
NoSuchUserTrackerPathException
com.liferay.portal.kernel.exception.SystemException
findAll
public static java.util.List<UserTrackerPath> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public static java.util.List<UserTrackerPath> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public static java.util.List<UserTrackerPath> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByUserTrackerId
public static void removeByUserTrackerId(long userTrackerId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeAll
public static void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUserTrackerId
public static int countByUserTrackerId(long userTrackerId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
public static int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getPersistence
public static UserTrackerPathPersistence getPersistence()
setPersistence
public void setPersistence(UserTrackerPathPersistence persistence)