|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserTrackerPath | |
|---|---|
| com.liferay.portal.model | This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. |
| com.liferay.portal.service | This package defines the portal service interfaces and classes. |
| com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
| Uses of UserTrackerPath in com.liferay.portal.model |
|---|
| Classes in com.liferay.portal.model that implement UserTrackerPath | |
|---|---|
class |
UserTrackerPathWrapper
This class is a wrapper for UserTrackerPath. |
| Fields in com.liferay.portal.model with type parameters of type UserTrackerPath | |
|---|---|
static Accessor<UserTrackerPath,Long> |
UserTrackerPath.USER_TRACKER_PATH_ID_ACCESSOR
|
| Methods in com.liferay.portal.model that return UserTrackerPath | |
|---|---|
UserTrackerPath |
UserTrackerPathWrapper.getWrappedModel()
|
UserTrackerPath |
UserTrackerPathWrapper.toEscapedModel()
|
UserTrackerPath |
UserTrackerPathModel.toEscapedModel()
|
UserTrackerPath |
UserTrackerPathWrapper.toUnescapedModel()
|
UserTrackerPath |
UserTrackerPathModel.toUnescapedModel()
|
| Methods in com.liferay.portal.model that return types with arguments of type UserTrackerPath | |
|---|---|
List<UserTrackerPath> |
UserTrackerWrapper.getPaths()
|
List<UserTrackerPath> |
UserTracker.getPaths()
|
CacheModel<UserTrackerPath> |
UserTrackerPathWrapper.toCacheModel()
|
CacheModel<UserTrackerPath> |
UserTrackerPathModel.toCacheModel()
|
| Methods in com.liferay.portal.model with parameters of type UserTrackerPath | |
|---|---|
void |
UserTrackerWrapper.addPath(UserTrackerPath path)
|
void |
UserTracker.addPath(UserTrackerPath path)
|
int |
UserTrackerPathWrapper.compareTo(UserTrackerPath userTrackerPath)
|
int |
UserTrackerPathModel.compareTo(UserTrackerPath userTrackerPath)
|
static UserTrackerPathSoap |
UserTrackerPathSoap.toSoapModel(UserTrackerPath model)
|
static UserTrackerPathSoap[] |
UserTrackerPathSoap.toSoapModels(UserTrackerPath[] models)
|
static UserTrackerPathSoap[][] |
UserTrackerPathSoap.toSoapModels(UserTrackerPath[][] models)
|
| Method parameters in com.liferay.portal.model with type arguments of type UserTrackerPath | |
|---|---|
static UserTrackerPathSoap[] |
UserTrackerPathSoap.toSoapModels(List<UserTrackerPath> models)
|
| Constructors in com.liferay.portal.model with parameters of type UserTrackerPath | |
|---|---|
UserTrackerPathWrapper(UserTrackerPath userTrackerPath)
|
|
| Uses of UserTrackerPath in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service that return UserTrackerPath | |
|---|---|
UserTrackerPath |
UserTrackerPathLocalServiceWrapper.addUserTrackerPath(UserTrackerPath userTrackerPath)
Adds the user tracker path to the database. |
UserTrackerPath |
UserTrackerPathLocalService.addUserTrackerPath(UserTrackerPath userTrackerPath)
Adds the user tracker path to the database. |
static UserTrackerPath |
UserTrackerPathLocalServiceUtil.addUserTrackerPath(UserTrackerPath userTrackerPath)
Adds the user tracker path to the database. |
UserTrackerPath |
UserTrackerPathLocalServiceWrapper.createUserTrackerPath(long userTrackerPathId)
Creates a new user tracker path with the primary key. |
UserTrackerPath |
UserTrackerPathLocalService.createUserTrackerPath(long userTrackerPathId)
Creates a new user tracker path with the primary key. |
static UserTrackerPath |
UserTrackerPathLocalServiceUtil.createUserTrackerPath(long userTrackerPathId)
Creates a new user tracker path with the primary key. |
UserTrackerPath |
UserTrackerPathLocalServiceWrapper.deleteUserTrackerPath(long userTrackerPathId)
Deletes the user tracker path with the primary key from the database. |
UserTrackerPath |
UserTrackerPathLocalService.deleteUserTrackerPath(long userTrackerPathId)
Deletes the user tracker path with the primary key from the database. |
static UserTrackerPath |
UserTrackerPathLocalServiceUtil.deleteUserTrackerPath(long userTrackerPathId)
Deletes the user tracker path with the primary key from the database. |
UserTrackerPath |
UserTrackerPathLocalServiceWrapper.deleteUserTrackerPath(UserTrackerPath userTrackerPath)
Deletes the user tracker path from the database. |
UserTrackerPath |
UserTrackerPathLocalService.deleteUserTrackerPath(UserTrackerPath userTrackerPath)
Deletes the user tracker path from the database. |
static UserTrackerPath |
UserTrackerPathLocalServiceUtil.deleteUserTrackerPath(UserTrackerPath userTrackerPath)
Deletes the user tracker path from the database. |
UserTrackerPath |
UserTrackerPathLocalServiceWrapper.fetchUserTrackerPath(long userTrackerPathId)
|
UserTrackerPath |
UserTrackerPathLocalService.fetchUserTrackerPath(long userTrackerPathId)
|
static UserTrackerPath |
UserTrackerPathLocalServiceUtil.fetchUserTrackerPath(long userTrackerPathId)
|
UserTrackerPath |
UserTrackerPathLocalServiceWrapper.getUserTrackerPath(long userTrackerPathId)
Returns the user tracker path with the primary key. |
UserTrackerPath |
UserTrackerPathLocalService.getUserTrackerPath(long userTrackerPathId)
Returns the user tracker path with the primary key. |
static UserTrackerPath |
UserTrackerPathLocalServiceUtil.getUserTrackerPath(long userTrackerPathId)
Returns the user tracker path with the primary key. |
UserTrackerPath |
UserTrackerPathLocalServiceWrapper.updateUserTrackerPath(UserTrackerPath userTrackerPath)
Updates the user tracker path in the database or adds it if it does not yet exist. |
UserTrackerPath |
UserTrackerPathLocalService.updateUserTrackerPath(UserTrackerPath userTrackerPath)
Updates the user tracker path in the database or adds it if it does not yet exist. |
static UserTrackerPath |
UserTrackerPathLocalServiceUtil.updateUserTrackerPath(UserTrackerPath userTrackerPath)
Updates the user tracker path in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portal.service that return types with arguments of type UserTrackerPath | |
|---|---|
List<UserTrackerPath> |
UserTrackerPathLocalServiceWrapper.getUserTrackerPaths(int start,
int end)
Returns a range of all the user tracker paths. |
List<UserTrackerPath> |
UserTrackerPathLocalService.getUserTrackerPaths(int start,
int end)
Returns a range of all the user tracker paths. |
static List<UserTrackerPath> |
UserTrackerPathLocalServiceUtil.getUserTrackerPaths(int start,
int end)
Returns a range of all the user tracker paths. |
List<UserTrackerPath> |
UserTrackerPathLocalServiceWrapper.getUserTrackerPaths(long userTrackerId,
int start,
int end)
|
List<UserTrackerPath> |
UserTrackerPathLocalService.getUserTrackerPaths(long userTrackerId,
int start,
int end)
|
static List<UserTrackerPath> |
UserTrackerPathLocalServiceUtil.getUserTrackerPaths(long userTrackerId,
int start,
int end)
|
| Methods in com.liferay.portal.service with parameters of type UserTrackerPath | |
|---|---|
UserTrackerPath |
UserTrackerPathLocalServiceWrapper.addUserTrackerPath(UserTrackerPath userTrackerPath)
Adds the user tracker path to the database. |
UserTrackerPath |
UserTrackerPathLocalService.addUserTrackerPath(UserTrackerPath userTrackerPath)
Adds the user tracker path to the database. |
static UserTrackerPath |
UserTrackerPathLocalServiceUtil.addUserTrackerPath(UserTrackerPath userTrackerPath)
Adds the user tracker path to the database. |
UserTrackerPath |
UserTrackerPathLocalServiceWrapper.deleteUserTrackerPath(UserTrackerPath userTrackerPath)
Deletes the user tracker path from the database. |
UserTrackerPath |
UserTrackerPathLocalService.deleteUserTrackerPath(UserTrackerPath userTrackerPath)
Deletes the user tracker path from the database. |
static UserTrackerPath |
UserTrackerPathLocalServiceUtil.deleteUserTrackerPath(UserTrackerPath userTrackerPath)
Deletes the user tracker path from the database. |
UserTrackerPath |
UserTrackerPathLocalServiceWrapper.updateUserTrackerPath(UserTrackerPath userTrackerPath)
Updates the user tracker path in the database or adds it if it does not yet exist. |
UserTrackerPath |
UserTrackerPathLocalService.updateUserTrackerPath(UserTrackerPath userTrackerPath)
Updates the user tracker path in the database or adds it if it does not yet exist. |
static UserTrackerPath |
UserTrackerPathLocalServiceUtil.updateUserTrackerPath(UserTrackerPath userTrackerPath)
Updates the user tracker path in the database or adds it if it does not yet exist. |
| Method parameters in com.liferay.portal.service with type arguments of type UserTrackerPath | |
|---|---|
UserTracker |
UserTrackerLocalServiceWrapper.addUserTracker(long companyId,
long userId,
Date modifiedDate,
String sessionId,
String remoteAddr,
String remoteHost,
String userAgent,
List<UserTrackerPath> userTrackerPaths)
|
UserTracker |
UserTrackerLocalService.addUserTracker(long companyId,
long userId,
Date modifiedDate,
String sessionId,
String remoteAddr,
String remoteHost,
String userAgent,
List<UserTrackerPath> userTrackerPaths)
|
static UserTracker |
UserTrackerLocalServiceUtil.addUserTracker(long companyId,
long userId,
Date modifiedDate,
String sessionId,
String remoteAddr,
String remoteHost,
String userAgent,
List<UserTrackerPath> userTrackerPaths)
|
| Uses of UserTrackerPath in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that return UserTrackerPath | |
|---|---|
static UserTrackerPath |
UserTrackerPathUtil.create(long userTrackerPathId)
Creates a new user tracker path with the primary key. |
UserTrackerPath |
UserTrackerPathPersistence.create(long userTrackerPathId)
Creates a new user tracker path with the primary key. |
static UserTrackerPath |
UserTrackerPathUtil.fetchByPrimaryKey(long userTrackerPathId)
Returns the user tracker path with the primary key or returns null if it could not be found. |
UserTrackerPath |
UserTrackerPathPersistence.fetchByPrimaryKey(long userTrackerPathId)
Returns the user tracker path with the primary key or returns null if it could not be found. |
static UserTrackerPath |
UserTrackerPathUtil.fetchByUserTrackerId_First(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the first user tracker path in the ordered set where userTrackerId = ?. |
UserTrackerPath |
UserTrackerPathPersistence.fetchByUserTrackerId_First(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the first user tracker path in the ordered set where userTrackerId = ?. |
static UserTrackerPath |
UserTrackerPathUtil.fetchByUserTrackerId_Last(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the last user tracker path in the ordered set where userTrackerId = ?. |
UserTrackerPath |
UserTrackerPathPersistence.fetchByUserTrackerId_Last(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the last user tracker path in the ordered set where userTrackerId = ?. |
static UserTrackerPath |
UserTrackerPathUtil.findByPrimaryKey(long userTrackerPathId)
Returns the user tracker path with the primary key or throws a NoSuchUserTrackerPathException if it could not be found. |
UserTrackerPath |
UserTrackerPathPersistence.findByPrimaryKey(long userTrackerPathId)
Returns the user tracker path with the primary key or throws a NoSuchUserTrackerPathException if it could not be found. |
static UserTrackerPath |
UserTrackerPathUtil.findByUserTrackerId_First(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the first user tracker path in the ordered set where userTrackerId = ?. |
UserTrackerPath |
UserTrackerPathPersistence.findByUserTrackerId_First(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the first user tracker path in the ordered set where userTrackerId = ?. |
static UserTrackerPath |
UserTrackerPathUtil.findByUserTrackerId_Last(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the last user tracker path in the ordered set where userTrackerId = ?. |
UserTrackerPath |
UserTrackerPathPersistence.findByUserTrackerId_Last(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the last user tracker path in the ordered set where userTrackerId = ?. |
static UserTrackerPath[] |
UserTrackerPathUtil.findByUserTrackerId_PrevAndNext(long userTrackerPathId,
long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?. |
UserTrackerPath[] |
UserTrackerPathPersistence.findByUserTrackerId_PrevAndNext(long userTrackerPathId,
long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?. |
static UserTrackerPath |
UserTrackerPathUtil.remove(long userTrackerPathId)
Removes the user tracker path with the primary key from the database. |
UserTrackerPath |
UserTrackerPathPersistence.remove(long userTrackerPathId)
Removes the user tracker path with the primary key from the database. |
static UserTrackerPath |
UserTrackerPathUtil.update(UserTrackerPath userTrackerPath)
|
static UserTrackerPath |
UserTrackerPathUtil.update(UserTrackerPath userTrackerPath,
ServiceContext serviceContext)
|
static UserTrackerPath |
UserTrackerPathUtil.updateImpl(UserTrackerPath userTrackerPath)
|
UserTrackerPath |
UserTrackerPathPersistence.updateImpl(UserTrackerPath userTrackerPath)
|
| Methods in com.liferay.portal.service.persistence that return types with arguments of type UserTrackerPath | |
|---|---|
static Map<Serializable,UserTrackerPath> |
UserTrackerPathUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
Map<Serializable,UserTrackerPath> |
UserTrackerPathPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static List<UserTrackerPath> |
UserTrackerPathUtil.findAll()
Returns all the user tracker paths. |
List<UserTrackerPath> |
UserTrackerPathPersistence.findAll()
Returns all the user tracker paths. |
static List<UserTrackerPath> |
UserTrackerPathUtil.findAll(int start,
int end)
Returns a range of all the user tracker paths. |
List<UserTrackerPath> |
UserTrackerPathPersistence.findAll(int start,
int end)
Returns a range of all the user tracker paths. |
static List<UserTrackerPath> |
UserTrackerPathUtil.findAll(int start,
int end,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns an ordered range of all the user tracker paths. |
List<UserTrackerPath> |
UserTrackerPathPersistence.findAll(int start,
int end,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns an ordered range of all the user tracker paths. |
static List<UserTrackerPath> |
UserTrackerPathUtil.findAll(int start,
int end,
OrderByComparator<UserTrackerPath> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user tracker paths. |
List<UserTrackerPath> |
UserTrackerPathPersistence.findAll(int start,
int end,
OrderByComparator<UserTrackerPath> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user tracker paths. |
static List<UserTrackerPath> |
UserTrackerPathUtil.findByUserTrackerId(long userTrackerId)
Returns all the user tracker paths where userTrackerId = ?. |
List<UserTrackerPath> |
UserTrackerPathPersistence.findByUserTrackerId(long userTrackerId)
Returns all the user tracker paths where userTrackerId = ?. |
static List<UserTrackerPath> |
UserTrackerPathUtil.findByUserTrackerId(long userTrackerId,
int start,
int end)
Returns a range of all the user tracker paths where userTrackerId = ?. |
List<UserTrackerPath> |
UserTrackerPathPersistence.findByUserTrackerId(long userTrackerId,
int start,
int end)
Returns a range of all the user tracker paths where userTrackerId = ?. |
static List<UserTrackerPath> |
UserTrackerPathUtil.findByUserTrackerId(long userTrackerId,
int start,
int end,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns an ordered range of all the user tracker paths where userTrackerId = ?. |
List<UserTrackerPath> |
UserTrackerPathPersistence.findByUserTrackerId(long userTrackerId,
int start,
int end,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns an ordered range of all the user tracker paths where userTrackerId = ?. |
static List<UserTrackerPath> |
UserTrackerPathUtil.findByUserTrackerId(long userTrackerId,
int start,
int end,
OrderByComparator<UserTrackerPath> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user tracker paths where userTrackerId = ?. |
List<UserTrackerPath> |
UserTrackerPathPersistence.findByUserTrackerId(long userTrackerId,
int start,
int end,
OrderByComparator<UserTrackerPath> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user tracker paths where userTrackerId = ?. |
static List<UserTrackerPath> |
UserTrackerPathUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<UserTrackerPath> |
UserTrackerPathUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<UserTrackerPath> |
UserTrackerPathUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<UserTrackerPath> orderByComparator)
|
| Methods in com.liferay.portal.service.persistence with parameters of type UserTrackerPath | |
|---|---|
static void |
UserTrackerPathUtil.cacheResult(UserTrackerPath userTrackerPath)
Caches the user tracker path in the entity cache if it is enabled. |
void |
UserTrackerPathPersistence.cacheResult(UserTrackerPath userTrackerPath)
Caches the user tracker path in the entity cache if it is enabled. |
static void |
UserTrackerPathUtil.clearCache(UserTrackerPath userTrackerPath)
|
static UserTrackerPath |
UserTrackerPathUtil.update(UserTrackerPath userTrackerPath)
|
static UserTrackerPath |
UserTrackerPathUtil.update(UserTrackerPath userTrackerPath,
ServiceContext serviceContext)
|
static UserTrackerPath |
UserTrackerPathUtil.updateImpl(UserTrackerPath userTrackerPath)
|
UserTrackerPath |
UserTrackerPathPersistence.updateImpl(UserTrackerPath userTrackerPath)
|
| Method parameters in com.liferay.portal.service.persistence with type arguments of type UserTrackerPath | |
|---|---|
static void |
UserTrackerPathUtil.cacheResult(List<UserTrackerPath> userTrackerPaths)
Caches the user tracker paths in the entity cache if it is enabled. |
void |
UserTrackerPathPersistence.cacheResult(List<UserTrackerPath> userTrackerPaths)
Caches the user tracker paths in the entity cache if it is enabled. |
static UserTrackerPath |
UserTrackerPathUtil.fetchByUserTrackerId_First(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the first user tracker path in the ordered set where userTrackerId = ?. |
UserTrackerPath |
UserTrackerPathPersistence.fetchByUserTrackerId_First(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the first user tracker path in the ordered set where userTrackerId = ?. |
static UserTrackerPath |
UserTrackerPathUtil.fetchByUserTrackerId_Last(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the last user tracker path in the ordered set where userTrackerId = ?. |
UserTrackerPath |
UserTrackerPathPersistence.fetchByUserTrackerId_Last(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the last user tracker path in the ordered set where userTrackerId = ?. |
static List<UserTrackerPath> |
UserTrackerPathUtil.findAll(int start,
int end,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns an ordered range of all the user tracker paths. |
List<UserTrackerPath> |
UserTrackerPathPersistence.findAll(int start,
int end,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns an ordered range of all the user tracker paths. |
static List<UserTrackerPath> |
UserTrackerPathUtil.findAll(int start,
int end,
OrderByComparator<UserTrackerPath> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user tracker paths. |
List<UserTrackerPath> |
UserTrackerPathPersistence.findAll(int start,
int end,
OrderByComparator<UserTrackerPath> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user tracker paths. |
static UserTrackerPath |
UserTrackerPathUtil.findByUserTrackerId_First(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the first user tracker path in the ordered set where userTrackerId = ?. |
UserTrackerPath |
UserTrackerPathPersistence.findByUserTrackerId_First(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the first user tracker path in the ordered set where userTrackerId = ?. |
static UserTrackerPath |
UserTrackerPathUtil.findByUserTrackerId_Last(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the last user tracker path in the ordered set where userTrackerId = ?. |
UserTrackerPath |
UserTrackerPathPersistence.findByUserTrackerId_Last(long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the last user tracker path in the ordered set where userTrackerId = ?. |
static UserTrackerPath[] |
UserTrackerPathUtil.findByUserTrackerId_PrevAndNext(long userTrackerPathId,
long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?. |
UserTrackerPath[] |
UserTrackerPathPersistence.findByUserTrackerId_PrevAndNext(long userTrackerPathId,
long userTrackerId,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?. |
static List<UserTrackerPath> |
UserTrackerPathUtil.findByUserTrackerId(long userTrackerId,
int start,
int end,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns an ordered range of all the user tracker paths where userTrackerId = ?. |
List<UserTrackerPath> |
UserTrackerPathPersistence.findByUserTrackerId(long userTrackerId,
int start,
int end,
OrderByComparator<UserTrackerPath> orderByComparator)
Returns an ordered range of all the user tracker paths where userTrackerId = ?. |
static List<UserTrackerPath> |
UserTrackerPathUtil.findByUserTrackerId(long userTrackerId,
int start,
int end,
OrderByComparator<UserTrackerPath> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user tracker paths where userTrackerId = ?. |
List<UserTrackerPath> |
UserTrackerPathPersistence.findByUserTrackerId(long userTrackerId,
int start,
int end,
OrderByComparator<UserTrackerPath> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the user tracker paths where userTrackerId = ?. |
static List<UserTrackerPath> |
UserTrackerPathUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<UserTrackerPath> orderByComparator)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||