|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.UserTrackerPathUtil
public class UserTrackerPathUtil
The persistence utility for the user tracker path service.
Never modify this class directly. Modify service.xml and rerun ServiceBuilder to regnerate this class.
UserTrackerPathPersistence,
UserTrackerPathPersistenceImpl| Constructor Summary | |
|---|---|
UserTrackerPathUtil()
|
|
| Method Summary | |
|---|---|
static void |
cacheResult(List<UserTrackerPath> userTrackerPaths)
Caches the user tracker paths in the entity cache if it is enabled. |
static void |
cacheResult(UserTrackerPath userTrackerPath)
Caches the user tracker path in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(UserTrackerPath userTrackerPath)
|
static int |
countAll()
Counts all the user tracker paths. |
static int |
countByUserTrackerId(long userTrackerId)
Counts all the user tracker paths where userTrackerId = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static UserTrackerPath |
create(long userTrackerPathId)
Creates a new user tracker path with the primary key. |
static UserTrackerPath |
fetchByPrimaryKey(long userTrackerPathId)
Finds the user tracker path with the primary key or returns null if it could not be found. |
static List<UserTrackerPath> |
findAll()
Finds all the user tracker paths. |
static List<UserTrackerPath> |
findAll(int start,
int end)
Finds a range of all the user tracker paths. |
static List<UserTrackerPath> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the user tracker paths. |
static UserTrackerPath |
findByPrimaryKey(long userTrackerPathId)
Finds the user tracker path with the primary key or throws a NoSuchUserTrackerPathException if it could not be found. |
static UserTrackerPath |
findByUserTrackerId_First(long userTrackerId,
OrderByComparator orderByComparator)
Finds the first user tracker path in the ordered set where userTrackerId = ?. |
static UserTrackerPath |
findByUserTrackerId_Last(long userTrackerId,
OrderByComparator orderByComparator)
Finds the last user tracker path in the ordered set where userTrackerId = ?. |
static UserTrackerPath[] |
findByUserTrackerId_PrevAndNext(long userTrackerPathId,
long userTrackerId,
OrderByComparator orderByComparator)
Finds the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?. |
static List<UserTrackerPath> |
findByUserTrackerId(long userTrackerId)
Finds all the user tracker paths where userTrackerId = ?. |
static List<UserTrackerPath> |
findByUserTrackerId(long userTrackerId,
int start,
int end)
Finds a range of all the user tracker paths where userTrackerId = ?. |
static List<UserTrackerPath> |
findByUserTrackerId(long userTrackerId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the user tracker paths where userTrackerId = ?. |
static List<UserTrackerPath> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<UserTrackerPath> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<UserTrackerPath> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static UserTrackerPathPersistence |
getPersistence()
|
static UserTrackerPath |
remove(long userTrackerPathId)
Removes the user tracker path with the primary key from the database. |
static UserTrackerPath |
remove(UserTrackerPath userTrackerPath)
|
static void |
removeAll()
Removes all the user tracker paths from the database. |
static void |
removeByUserTrackerId(long userTrackerId)
Removes all the user tracker paths where userTrackerId = ? from the database. |
void |
setPersistence(UserTrackerPathPersistence persistence)
|
static UserTrackerPath |
update(UserTrackerPath userTrackerPath,
boolean merge)
|
static UserTrackerPath |
update(UserTrackerPath userTrackerPath,
boolean merge,
ServiceContext serviceContext)
|
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 |
| Constructor Detail |
|---|
public UserTrackerPathUtil()
| Method Detail |
|---|
public static void clearCache()
BasePersistence.clearCache()public static void clearCache(UserTrackerPath userTrackerPath)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<UserTrackerPath> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<UserTrackerPath> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<UserTrackerPath> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static UserTrackerPath remove(UserTrackerPath userTrackerPath)
throws SystemException
SystemExceptionBasePersistence.remove(com.liferay.portal.model.BaseModel)
public static UserTrackerPath update(UserTrackerPath userTrackerPath,
boolean merge)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static UserTrackerPath update(UserTrackerPath userTrackerPath,
boolean merge,
ServiceContext serviceContext)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)public static void cacheResult(UserTrackerPath userTrackerPath)
userTrackerPath - the user tracker path to cachepublic static void cacheResult(List<UserTrackerPath> userTrackerPaths)
userTrackerPaths - the user tracker paths to cachepublic static UserTrackerPath create(long userTrackerPathId)
userTrackerPathId - the primary key for the new user tracker path
public static UserTrackerPath remove(long userTrackerPathId)
throws NoSuchUserTrackerPathException,
SystemException
userTrackerPathId - the primary key of the user tracker path to remove
NoSuchUserTrackerPathException - if a user tracker path with the primary key could not be found
SystemException - if a system exception occurred
public static UserTrackerPath updateImpl(UserTrackerPath userTrackerPath,
boolean merge)
throws SystemException
SystemException
public static UserTrackerPath findByPrimaryKey(long userTrackerPathId)
throws NoSuchUserTrackerPathException,
SystemException
NoSuchUserTrackerPathException if it could not be found.
userTrackerPathId - the primary key of the user tracker path to find
NoSuchUserTrackerPathException - if a user tracker path with the primary key could not be found
SystemException - if a system exception occurred
public static UserTrackerPath fetchByPrimaryKey(long userTrackerPathId)
throws SystemException
null if it could not be found.
userTrackerPathId - the primary key of the user tracker path to find
null if a user tracker path with the primary key could not be found
SystemException - if a system exception occurred
public static List<UserTrackerPath> findByUserTrackerId(long userTrackerId)
throws SystemException
userTrackerId - the user tracker id to search with
SystemException - if a system exception occurred
public static List<UserTrackerPath> findByUserTrackerId(long userTrackerId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userTrackerId - the user tracker id to search withstart - the lower bound of the range of user tracker paths to returnend - the upper bound of the range of user tracker paths to return (not inclusive)
SystemException - if a system exception occurred
public static List<UserTrackerPath> findByUserTrackerId(long userTrackerId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userTrackerId - the user tracker id to search withstart - the lower bound of the range of user tracker paths to returnend - the upper bound of the range of user tracker paths to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static UserTrackerPath findByUserTrackerId_First(long userTrackerId,
OrderByComparator orderByComparator)
throws NoSuchUserTrackerPathException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userTrackerId - the user tracker id to search withorderByComparator - the comparator to order the set by
NoSuchUserTrackerPathException - if a matching user tracker path could not be found
SystemException - if a system exception occurred
public static UserTrackerPath findByUserTrackerId_Last(long userTrackerId,
OrderByComparator orderByComparator)
throws NoSuchUserTrackerPathException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userTrackerId - the user tracker id to search withorderByComparator - the comparator to order the set by
NoSuchUserTrackerPathException - if a matching user tracker path could not be found
SystemException - if a system exception occurred
public static UserTrackerPath[] findByUserTrackerId_PrevAndNext(long userTrackerPathId,
long userTrackerId,
OrderByComparator orderByComparator)
throws NoSuchUserTrackerPathException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
userTrackerPathId - the primary key of the current user tracker pathuserTrackerId - the user tracker id to search withorderByComparator - the comparator to order the set by
NoSuchUserTrackerPathException - if a user tracker path with the primary key could not be found
SystemException - if a system exception occurred
public static List<UserTrackerPath> findAll()
throws SystemException
SystemException - if a system exception occurred
public static List<UserTrackerPath> findAll(int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of user tracker paths to returnend - the upper bound of the range of user tracker paths to return (not inclusive)
SystemException - if a system exception occurred
public static List<UserTrackerPath> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
start - the lower bound of the range of user tracker paths to returnend - the upper bound of the range of user tracker paths to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static void removeByUserTrackerId(long userTrackerId)
throws SystemException
userTrackerId - the user tracker id to search with
SystemException - if a system exception occurred
public static void removeAll()
throws SystemException
SystemException - if a system exception occurred
public static int countByUserTrackerId(long userTrackerId)
throws SystemException
userTrackerId - the user tracker id to search with
SystemException - if a system exception occurred
public static int countAll()
throws SystemException
SystemException - if a system exception occurredpublic static UserTrackerPathPersistence getPersistence()
public void setPersistence(UserTrackerPathPersistence persistence)
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||