Uses of Interface
com.liferay.portal.kernel.model.UserTracker
Packages that use UserTracker
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
This package defines the portal comparator classes.
-
Uses of UserTracker in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement UserTrackerFields in com.liferay.portal.kernel.model with type parameters of type UserTrackerModifier and TypeFieldDescriptionstatic final Accessor<UserTracker,
Long> UserTracker.USER_TRACKER_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return UserTrackerModifier and TypeMethodDescriptionUserTrackerModel.cloneWithOriginalValues()
UserTrackerWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model with parameters of type UserTrackerModifier and TypeMethodDescriptionint
UserTracker.compareTo
(UserTracker userTracker) int
UserTrackerWrapper.compareTo
(UserTracker userTracker) protected UserTrackerWrapper
UserTrackerWrapper.wrap
(UserTracker userTracker) Constructors in com.liferay.portal.kernel.model with parameters of type UserTracker -
Uses of UserTracker in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return UserTrackerModifier and TypeMethodDescriptionUserTrackerLocalService.addUserTracker
(long companyId, long userId, Date modifiedDate, String sessionId, String remoteAddr, String remoteHost, String userAgent, List<UserTrackerPath> userTrackerPaths) UserTrackerLocalService.addUserTracker
(UserTracker userTracker) Adds the user tracker to the database.static UserTracker
UserTrackerLocalServiceUtil.addUserTracker
(long companyId, long userId, Date modifiedDate, String sessionId, String remoteAddr, String remoteHost, String userAgent, List<UserTrackerPath> userTrackerPaths) static UserTracker
UserTrackerLocalServiceUtil.addUserTracker
(UserTracker userTracker) Adds the user tracker to the database.UserTrackerLocalServiceWrapper.addUserTracker
(long companyId, long userId, Date modifiedDate, String sessionId, String remoteAddr, String remoteHost, String userAgent, List<UserTrackerPath> userTrackerPaths) UserTrackerLocalServiceWrapper.addUserTracker
(UserTracker userTracker) Adds the user tracker to the database.UserTrackerLocalService.createUserTracker
(long userTrackerId) Creates a new user tracker with the primary key.static UserTracker
UserTrackerLocalServiceUtil.createUserTracker
(long userTrackerId) Creates a new user tracker with the primary key.UserTrackerLocalServiceWrapper.createUserTracker
(long userTrackerId) Creates a new user tracker with the primary key.UserTrackerLocalService.deleteUserTracker
(long userTrackerId) Deletes the user tracker with the primary key from the database.UserTrackerLocalService.deleteUserTracker
(UserTracker userTracker) Deletes the user tracker from the database.static UserTracker
UserTrackerLocalServiceUtil.deleteUserTracker
(long userTrackerId) Deletes the user tracker with the primary key from the database.static UserTracker
UserTrackerLocalServiceUtil.deleteUserTracker
(UserTracker userTracker) Deletes the user tracker from the database.UserTrackerLocalServiceWrapper.deleteUserTracker
(long userTrackerId) Deletes the user tracker with the primary key from the database.UserTrackerLocalServiceWrapper.deleteUserTracker
(UserTracker userTracker) Deletes the user tracker from the database.UserTrackerLocalService.fetchUserTracker
(long userTrackerId) static UserTracker
UserTrackerLocalServiceUtil.fetchUserTracker
(long userTrackerId) UserTrackerLocalServiceWrapper.fetchUserTracker
(long userTrackerId) UserTrackerLocalService.getUserTracker
(long userTrackerId) Returns the user tracker with the primary key.static UserTracker
UserTrackerLocalServiceUtil.getUserTracker
(long userTrackerId) Returns the user tracker with the primary key.UserTrackerLocalServiceWrapper.getUserTracker
(long userTrackerId) Returns the user tracker with the primary key.UserTrackerLocalService.updateUserTracker
(UserTracker userTracker) Updates the user tracker in the database or adds it if it does not yet exist.static UserTracker
UserTrackerLocalServiceUtil.updateUserTracker
(UserTracker userTracker) Updates the user tracker in the database or adds it if it does not yet exist.UserTrackerLocalServiceWrapper.updateUserTracker
(UserTracker userTracker) Updates the user tracker in the database or adds it if it does not yet exist.Methods in com.liferay.portal.kernel.service that return types with arguments of type UserTrackerModifier and TypeMethodDescriptionUserTrackerLocalService.getUserTrackers
(int start, int end) Returns a range of all the user trackers.UserTrackerLocalService.getUserTrackers
(long companyId, int start, int end) static List<UserTracker>
UserTrackerLocalServiceUtil.getUserTrackers
(int start, int end) Returns a range of all the user trackers.static List<UserTracker>
UserTrackerLocalServiceUtil.getUserTrackers
(long companyId, int start, int end) UserTrackerLocalServiceWrapper.getUserTrackers
(int start, int end) Returns a range of all the user trackers.UserTrackerLocalServiceWrapper.getUserTrackers
(long companyId, int start, int end) Methods in com.liferay.portal.kernel.service with parameters of type UserTrackerModifier and TypeMethodDescriptionUserTrackerLocalService.addUserTracker
(UserTracker userTracker) Adds the user tracker to the database.static UserTracker
UserTrackerLocalServiceUtil.addUserTracker
(UserTracker userTracker) Adds the user tracker to the database.UserTrackerLocalServiceWrapper.addUserTracker
(UserTracker userTracker) Adds the user tracker to the database.UserTrackerLocalService.deleteUserTracker
(UserTracker userTracker) Deletes the user tracker from the database.static UserTracker
UserTrackerLocalServiceUtil.deleteUserTracker
(UserTracker userTracker) Deletes the user tracker from the database.UserTrackerLocalServiceWrapper.deleteUserTracker
(UserTracker userTracker) Deletes the user tracker from the database.UserTrackerLocalService.updateUserTracker
(UserTracker userTracker) Updates the user tracker in the database or adds it if it does not yet exist.static UserTracker
UserTrackerLocalServiceUtil.updateUserTracker
(UserTracker userTracker) Updates the user tracker in the database or adds it if it does not yet exist.UserTrackerLocalServiceWrapper.updateUserTracker
(UserTracker userTracker) Updates the user tracker in the database or adds it if it does not yet exist. -
Uses of UserTracker in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return UserTrackerModifier and TypeMethodDescriptionUserTrackerPersistence.create
(long userTrackerId) Creates a new user tracker with the primary key.static UserTracker
UserTrackerUtil.create
(long userTrackerId) Creates a new user tracker with the primary key.UserTrackerPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where companyId = ?.static UserTracker
UserTrackerUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where companyId = ?.UserTrackerPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where companyId = ?.static UserTracker
UserTrackerUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where companyId = ?.UserTrackerPersistence.fetchByPrimaryKey
(long userTrackerId) Returns the user tracker with the primary key or returnsnull
if it could not be found.static UserTracker
UserTrackerUtil.fetchByPrimaryKey
(long userTrackerId) Returns the user tracker with the primary key or returnsnull
if it could not be found.UserTrackerPersistence.fetchBySessionId_First
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where sessionId = ?.static UserTracker
UserTrackerUtil.fetchBySessionId_First
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where sessionId = ?.UserTrackerPersistence.fetchBySessionId_Last
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where sessionId = ?.static UserTracker
UserTrackerUtil.fetchBySessionId_Last
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where sessionId = ?.UserTrackerPersistence.fetchByUserId_First
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where userId = ?.static UserTracker
UserTrackerUtil.fetchByUserId_First
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where userId = ?.UserTrackerPersistence.fetchByUserId_Last
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where userId = ?.static UserTracker
UserTrackerUtil.fetchByUserId_Last
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where userId = ?.UserTrackerPersistence.findByCompanyId_First
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where companyId = ?.static UserTracker
UserTrackerUtil.findByCompanyId_First
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where companyId = ?.UserTrackerPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where companyId = ?.static UserTracker
UserTrackerUtil.findByCompanyId_Last
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where companyId = ?.UserTrackerPersistence.findByCompanyId_PrevAndNext
(long userTrackerId, long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where companyId = ?.static UserTracker[]
UserTrackerUtil.findByCompanyId_PrevAndNext
(long userTrackerId, long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where companyId = ?.UserTrackerPersistence.findByPrimaryKey
(long userTrackerId) Returns the user tracker with the primary key or throws aNoSuchUserTrackerException
if it could not be found.static UserTracker
UserTrackerUtil.findByPrimaryKey
(long userTrackerId) Returns the user tracker with the primary key or throws aNoSuchUserTrackerException
if it could not be found.UserTrackerPersistence.findBySessionId_First
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where sessionId = ?.static UserTracker
UserTrackerUtil.findBySessionId_First
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where sessionId = ?.UserTrackerPersistence.findBySessionId_Last
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where sessionId = ?.static UserTracker
UserTrackerUtil.findBySessionId_Last
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where sessionId = ?.UserTrackerPersistence.findBySessionId_PrevAndNext
(long userTrackerId, String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where sessionId = ?.static UserTracker[]
UserTrackerUtil.findBySessionId_PrevAndNext
(long userTrackerId, String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where sessionId = ?.UserTrackerPersistence.findByUserId_First
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where userId = ?.static UserTracker
UserTrackerUtil.findByUserId_First
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where userId = ?.UserTrackerPersistence.findByUserId_Last
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where userId = ?.static UserTracker
UserTrackerUtil.findByUserId_Last
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where userId = ?.UserTrackerPersistence.findByUserId_PrevAndNext
(long userTrackerId, long userId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where userId = ?.static UserTracker[]
UserTrackerUtil.findByUserId_PrevAndNext
(long userTrackerId, long userId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where userId = ?.UserTrackerPersistence.remove
(long userTrackerId) Removes the user tracker with the primary key from the database.static UserTracker
UserTrackerUtil.remove
(long userTrackerId) Removes the user tracker with the primary key from the database.static UserTracker
UserTrackerUtil.update
(UserTracker userTracker) static UserTracker
UserTrackerUtil.update
(UserTracker userTracker, ServiceContext serviceContext) UserTrackerPersistence.updateImpl
(UserTracker userTracker) static UserTracker
UserTrackerUtil.updateImpl
(UserTracker userTracker) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type UserTrackerModifier and TypeMethodDescriptionstatic Map<Serializable,
UserTracker> UserTrackerUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) UserTrackerPersistence.findAll()
Returns all the user trackers.UserTrackerPersistence.findAll
(int start, int end) Returns a range of all the user trackers.UserTrackerPersistence.findAll
(int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers.UserTrackerPersistence.findAll
(int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers.static List<UserTracker>
UserTrackerUtil.findAll()
Returns all the user trackers.static List<UserTracker>
UserTrackerUtil.findAll
(int start, int end) Returns a range of all the user trackers.static List<UserTracker>
UserTrackerUtil.findAll
(int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers.static List<UserTracker>
UserTrackerUtil.findAll
(int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers.UserTrackerPersistence.findByCompanyId
(long companyId) Returns all the user trackers where companyId = ?.UserTrackerPersistence.findByCompanyId
(long companyId, int start, int end) Returns a range of all the user trackers where companyId = ?.UserTrackerPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers where companyId = ?.UserTrackerPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers where companyId = ?.static List<UserTracker>
UserTrackerUtil.findByCompanyId
(long companyId) Returns all the user trackers where companyId = ?.static List<UserTracker>
UserTrackerUtil.findByCompanyId
(long companyId, int start, int end) Returns a range of all the user trackers where companyId = ?.static List<UserTracker>
UserTrackerUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers where companyId = ?.static List<UserTracker>
UserTrackerUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers where companyId = ?.UserTrackerPersistence.findBySessionId
(String sessionId) Returns all the user trackers where sessionId = ?.UserTrackerPersistence.findBySessionId
(String sessionId, int start, int end) Returns a range of all the user trackers where sessionId = ?.UserTrackerPersistence.findBySessionId
(String sessionId, int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers where sessionId = ?.UserTrackerPersistence.findBySessionId
(String sessionId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers where sessionId = ?.static List<UserTracker>
UserTrackerUtil.findBySessionId
(String sessionId) Returns all the user trackers where sessionId = ?.static List<UserTracker>
UserTrackerUtil.findBySessionId
(String sessionId, int start, int end) Returns a range of all the user trackers where sessionId = ?.static List<UserTracker>
UserTrackerUtil.findBySessionId
(String sessionId, int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers where sessionId = ?.static List<UserTracker>
UserTrackerUtil.findBySessionId
(String sessionId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers where sessionId = ?.UserTrackerPersistence.findByUserId
(long userId) Returns all the user trackers where userId = ?.UserTrackerPersistence.findByUserId
(long userId, int start, int end) Returns a range of all the user trackers where userId = ?.UserTrackerPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers where userId = ?.UserTrackerPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers where userId = ?.static List<UserTracker>
UserTrackerUtil.findByUserId
(long userId) Returns all the user trackers where userId = ?.static List<UserTracker>
UserTrackerUtil.findByUserId
(long userId, int start, int end) Returns a range of all the user trackers where userId = ?.static List<UserTracker>
UserTrackerUtil.findByUserId
(long userId, int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers where userId = ?.static List<UserTracker>
UserTrackerUtil.findByUserId
(long userId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers where userId = ?.static List<UserTracker>
UserTrackerUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<UserTracker>
UserTrackerUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<UserTracker>
UserTrackerUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserTracker> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type UserTrackerModifier and TypeMethodDescriptionvoid
UserTrackerPersistence.cacheResult
(UserTracker userTracker) Caches the user tracker in the entity cache if it is enabled.static void
UserTrackerUtil.cacheResult
(UserTracker userTracker) Caches the user tracker in the entity cache if it is enabled.static void
UserTrackerUtil.clearCache
(UserTracker userTracker) static UserTracker
UserTrackerUtil.update
(UserTracker userTracker) static UserTracker
UserTrackerUtil.update
(UserTracker userTracker, ServiceContext serviceContext) UserTrackerPersistence.updateImpl
(UserTracker userTracker) static UserTracker
UserTrackerUtil.updateImpl
(UserTracker userTracker) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type UserTrackerModifier and TypeMethodDescriptionvoid
UserTrackerPersistence.cacheResult
(List<UserTracker> userTrackers) Caches the user trackers in the entity cache if it is enabled.static void
UserTrackerUtil.cacheResult
(List<UserTracker> userTrackers) Caches the user trackers in the entity cache if it is enabled.UserTrackerPersistence.fetchByCompanyId_First
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where companyId = ?.static UserTracker
UserTrackerUtil.fetchByCompanyId_First
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where companyId = ?.UserTrackerPersistence.fetchByCompanyId_Last
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where companyId = ?.static UserTracker
UserTrackerUtil.fetchByCompanyId_Last
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where companyId = ?.UserTrackerPersistence.fetchBySessionId_First
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where sessionId = ?.static UserTracker
UserTrackerUtil.fetchBySessionId_First
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where sessionId = ?.UserTrackerPersistence.fetchBySessionId_Last
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where sessionId = ?.static UserTracker
UserTrackerUtil.fetchBySessionId_Last
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where sessionId = ?.UserTrackerPersistence.fetchByUserId_First
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where userId = ?.static UserTracker
UserTrackerUtil.fetchByUserId_First
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where userId = ?.UserTrackerPersistence.fetchByUserId_Last
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where userId = ?.static UserTracker
UserTrackerUtil.fetchByUserId_Last
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where userId = ?.UserTrackerPersistence.findAll
(int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers.UserTrackerPersistence.findAll
(int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers.static List<UserTracker>
UserTrackerUtil.findAll
(int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers.static List<UserTracker>
UserTrackerUtil.findAll
(int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers.UserTrackerPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers where companyId = ?.UserTrackerPersistence.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers where companyId = ?.static List<UserTracker>
UserTrackerUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers where companyId = ?.static List<UserTracker>
UserTrackerUtil.findByCompanyId
(long companyId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers where companyId = ?.UserTrackerPersistence.findByCompanyId_First
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where companyId = ?.static UserTracker
UserTrackerUtil.findByCompanyId_First
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where companyId = ?.UserTrackerPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where companyId = ?.static UserTracker
UserTrackerUtil.findByCompanyId_Last
(long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where companyId = ?.UserTrackerPersistence.findByCompanyId_PrevAndNext
(long userTrackerId, long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where companyId = ?.static UserTracker[]
UserTrackerUtil.findByCompanyId_PrevAndNext
(long userTrackerId, long companyId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where companyId = ?.UserTrackerPersistence.findBySessionId
(String sessionId, int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers where sessionId = ?.UserTrackerPersistence.findBySessionId
(String sessionId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers where sessionId = ?.static List<UserTracker>
UserTrackerUtil.findBySessionId
(String sessionId, int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers where sessionId = ?.static List<UserTracker>
UserTrackerUtil.findBySessionId
(String sessionId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers where sessionId = ?.UserTrackerPersistence.findBySessionId_First
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where sessionId = ?.static UserTracker
UserTrackerUtil.findBySessionId_First
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where sessionId = ?.UserTrackerPersistence.findBySessionId_Last
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where sessionId = ?.static UserTracker
UserTrackerUtil.findBySessionId_Last
(String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where sessionId = ?.UserTrackerPersistence.findBySessionId_PrevAndNext
(long userTrackerId, String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where sessionId = ?.static UserTracker[]
UserTrackerUtil.findBySessionId_PrevAndNext
(long userTrackerId, String sessionId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where sessionId = ?.UserTrackerPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers where userId = ?.UserTrackerPersistence.findByUserId
(long userId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers where userId = ?.static List<UserTracker>
UserTrackerUtil.findByUserId
(long userId, int start, int end, OrderByComparator<UserTracker> orderByComparator) Returns an ordered range of all the user trackers where userId = ?.static List<UserTracker>
UserTrackerUtil.findByUserId
(long userId, int start, int end, OrderByComparator<UserTracker> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user trackers where userId = ?.UserTrackerPersistence.findByUserId_First
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where userId = ?.static UserTracker
UserTrackerUtil.findByUserId_First
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the first user tracker in the ordered set where userId = ?.UserTrackerPersistence.findByUserId_Last
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where userId = ?.static UserTracker
UserTrackerUtil.findByUserId_Last
(long userId, OrderByComparator<UserTracker> orderByComparator) Returns the last user tracker in the ordered set where userId = ?.UserTrackerPersistence.findByUserId_PrevAndNext
(long userTrackerId, long userId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where userId = ?.static UserTracker[]
UserTrackerUtil.findByUserId_PrevAndNext
(long userTrackerId, long userId, OrderByComparator<UserTracker> orderByComparator) Returns the user trackers before and after the current user tracker in the ordered set where userId = ?.static List<UserTracker>
UserTrackerUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserTracker> orderByComparator) -
Uses of UserTracker in com.liferay.portal.kernel.util.comparator
Methods in com.liferay.portal.kernel.util.comparator with parameters of type UserTrackerModifier and TypeMethodDescriptionint
UserTrackerModifiedDateComparator.compare
(UserTracker userTracker1, UserTracker userTracker2)