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
- Author:
- Brian Wing Shun Chan
Method Summary |
static int |
countAll()
|
static int |
countByUserTrackerId(long userTrackerId)
|
static com.liferay.portal.model.UserTrackerPath |
create(long userTrackerPathId)
|
static com.liferay.portal.model.UserTrackerPath |
fetchByPrimaryKey(long userTrackerPathId)
|
static java.util.List |
findAll()
|
static java.util.List |
findAll(int begin,
int end)
|
static java.util.List |
findAll(int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static com.liferay.portal.model.UserTrackerPath |
findByPrimaryKey(long userTrackerPathId)
|
static com.liferay.portal.model.UserTrackerPath |
findByUserTrackerId_First(long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static com.liferay.portal.model.UserTrackerPath |
findByUserTrackerId_Last(long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static com.liferay.portal.model.UserTrackerPath[] |
findByUserTrackerId_PrevAndNext(long userTrackerPathId,
long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List |
findByUserTrackerId(long userTrackerId)
|
static java.util.List |
findByUserTrackerId(long userTrackerId,
int begin,
int end)
|
static java.util.List |
findByUserTrackerId(long userTrackerId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
static java.util.List |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
static UserTrackerPathPersistence |
getPersistence()
|
static com.liferay.portal.model.UserTrackerPath |
remove(long userTrackerPathId)
|
static com.liferay.portal.model.UserTrackerPath |
remove(com.liferay.portal.model.UserTrackerPath userTrackerPath)
|
static void |
removeAll()
|
static void |
removeByUserTrackerId(long userTrackerId)
|
void |
setPersistence(UserTrackerPathPersistence persistence)
|
static com.liferay.portal.model.UserTrackerPath |
update(com.liferay.portal.model.UserTrackerPath userTrackerPath)
|
static com.liferay.portal.model.UserTrackerPath |
update(com.liferay.portal.model.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()
create
public static com.liferay.portal.model.UserTrackerPath create(long userTrackerPathId)
remove
public static com.liferay.portal.model.UserTrackerPath remove(long userTrackerPathId)
throws com.liferay.portal.SystemException,
com.liferay.portal.NoSuchUserTrackerPathException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.NoSuchUserTrackerPathException
remove
public static com.liferay.portal.model.UserTrackerPath remove(com.liferay.portal.model.UserTrackerPath userTrackerPath)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
update
public static com.liferay.portal.model.UserTrackerPath update(com.liferay.portal.model.UserTrackerPath userTrackerPath)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
update
public static com.liferay.portal.model.UserTrackerPath update(com.liferay.portal.model.UserTrackerPath userTrackerPath,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
public static com.liferay.portal.model.UserTrackerPath findByPrimaryKey(long userTrackerPathId)
throws com.liferay.portal.SystemException,
com.liferay.portal.NoSuchUserTrackerPathException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.NoSuchUserTrackerPathException
fetchByPrimaryKey
public static com.liferay.portal.model.UserTrackerPath fetchByPrimaryKey(long userTrackerPathId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUserTrackerId
public static java.util.List findByUserTrackerId(long userTrackerId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUserTrackerId
public static java.util.List findByUserTrackerId(long userTrackerId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUserTrackerId
public static java.util.List findByUserTrackerId(long userTrackerId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUserTrackerId_First
public static com.liferay.portal.model.UserTrackerPath findByUserTrackerId_First(long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
com.liferay.portal.NoSuchUserTrackerPathException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.NoSuchUserTrackerPathException
findByUserTrackerId_Last
public static com.liferay.portal.model.UserTrackerPath findByUserTrackerId_Last(long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
com.liferay.portal.NoSuchUserTrackerPathException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.NoSuchUserTrackerPathException
findByUserTrackerId_PrevAndNext
public static com.liferay.portal.model.UserTrackerPath[] findByUserTrackerId_PrevAndNext(long userTrackerPathId,
long userTrackerId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
com.liferay.portal.NoSuchUserTrackerPathException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.NoSuchUserTrackerPathException
findWithDynamicQuery
public static java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findWithDynamicQuery
public static java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public static java.util.List findAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public static java.util.List findAll(int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public static java.util.List findAll(int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByUserTrackerId
public static void removeByUserTrackerId(long userTrackerId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeAll
public static void removeAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByUserTrackerId
public static int countByUserTrackerId(long userTrackerId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countAll
public static int countAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getPersistence
public static UserTrackerPathPersistence getPersistence()
setPersistence
public void setPersistence(UserTrackerPathPersistence persistence)