Liferay 6.0.5

Uses of Interface
com.liferay.portal.model.UserTracker

Packages that use UserTracker
com.liferay.portal.liveusers   
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
com.liferay.portal.util.comparator   
 

Uses of UserTracker in com.liferay.portal.liveusers
 

Methods in com.liferay.portal.liveusers that return UserTracker
static UserTracker LiveUsers.getUserTracker(long companyId, String sessionId)
           
 

Methods in com.liferay.portal.liveusers that return types with arguments of type UserTracker
static Map<String,UserTracker> LiveUsers.getSessionUsers(long companyId)
           
 

Uses of UserTracker in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement UserTracker
 class UserTrackerWrapper
           This class is a wrapper for UserTracker.
 

Methods in com.liferay.portal.model that return UserTracker
 UserTracker UserTrackerWrapper.getWrappedUserTracker()
           
 UserTracker UserTrackerWrapper.toEscapedModel()
           
 UserTracker UserTrackerModel.toEscapedModel()
          Gets a copy of this user tracker as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portal.model with parameters of type UserTracker
 int UserTrackerWrapper.compareTo(UserTracker userTracker)
           
 int UserTrackerModel.compareTo(UserTracker userTracker)
           
 int UserTracker.compareTo(UserTracker userTracker)
           
 

Constructors in com.liferay.portal.model with parameters of type UserTracker
UserTrackerWrapper(UserTracker userTracker)
           
 

Uses of UserTracker in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement UserTracker
 class UserTrackerImpl
           
 

Methods in com.liferay.portal.model.impl that return UserTracker
 UserTracker UserTrackerModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type UserTracker
 int UserTrackerModelImpl.compareTo(UserTracker userTracker)
           
 int UserTrackerImpl.compareTo(UserTracker userTracker)
           
 

Uses of UserTracker in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return UserTracker
 UserTracker UserTrackerLocalServiceWrapper.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)
           
 UserTracker UserTrackerLocalService.addUserTracker(long companyId, long userId, Date modifiedDate, String sessionId, String remoteAddr, String remoteHost, String userAgent, List<UserTrackerPath> userTrackerPaths)
           
 UserTracker UserTrackerLocalServiceWrapper.addUserTracker(UserTracker userTracker)
          Adds the user tracker to the database.
static UserTracker UserTrackerLocalServiceUtil.addUserTracker(UserTracker userTracker)
          Adds the user tracker to the database.
 UserTracker UserTrackerLocalService.addUserTracker(UserTracker userTracker)
          Adds the user tracker to the database.
 UserTracker UserTrackerLocalServiceWrapper.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.
 UserTracker UserTrackerLocalService.createUserTracker(long userTrackerId)
          Creates a new user tracker with the primary key.
 UserTracker UserTrackerLocalServiceWrapper.getUserTracker(long userTrackerId)
          Gets the user tracker with the primary key.
static UserTracker UserTrackerLocalServiceUtil.getUserTracker(long userTrackerId)
          Gets the user tracker with the primary key.
 UserTracker UserTrackerLocalService.getUserTracker(long userTrackerId)
          Gets the user tracker with the primary key.
 UserTracker UserTrackerLocalServiceWrapper.updateUserTracker(UserTracker userTracker)
          Updates the user tracker in the database.
static UserTracker UserTrackerLocalServiceUtil.updateUserTracker(UserTracker userTracker)
          Updates the user tracker in the database.
 UserTracker UserTrackerLocalService.updateUserTracker(UserTracker userTracker)
          Updates the user tracker in the database.
 UserTracker UserTrackerLocalServiceWrapper.updateUserTracker(UserTracker userTracker, boolean merge)
          Updates the user tracker in the database.
static UserTracker UserTrackerLocalServiceUtil.updateUserTracker(UserTracker userTracker, boolean merge)
          Updates the user tracker in the database.
 UserTracker UserTrackerLocalService.updateUserTracker(UserTracker userTracker, boolean merge)
          Updates the user tracker in the database.
 

Methods in com.liferay.portal.service that return types with arguments of type UserTracker
 List<UserTracker> UserTrackerLocalServiceWrapper.getUserTrackers(int start, int end)
          Gets a range of all the user trackers.
static List<UserTracker> UserTrackerLocalServiceUtil.getUserTrackers(int start, int end)
          Gets a range of all the user trackers.
 List<UserTracker> UserTrackerLocalService.getUserTrackers(int start, int end)
          Gets a range of all the user trackers.
 List<UserTracker> UserTrackerLocalServiceWrapper.getUserTrackers(long companyId, int start, int end)
           
static List<UserTracker> UserTrackerLocalServiceUtil.getUserTrackers(long companyId, int start, int end)
           
 List<UserTracker> UserTrackerLocalService.getUserTrackers(long companyId, int start, int end)
           
 

Methods in com.liferay.portal.service with parameters of type UserTracker
 UserTracker UserTrackerLocalServiceWrapper.addUserTracker(UserTracker userTracker)
          Adds the user tracker to the database.
static UserTracker UserTrackerLocalServiceUtil.addUserTracker(UserTracker userTracker)
          Adds the user tracker to the database.
 UserTracker UserTrackerLocalService.addUserTracker(UserTracker userTracker)
          Adds the user tracker to the database.
 void UserTrackerLocalServiceWrapper.deleteUserTracker(UserTracker userTracker)
          Deletes the user tracker from the database.
static void UserTrackerLocalServiceUtil.deleteUserTracker(UserTracker userTracker)
          Deletes the user tracker from the database.
 void UserTrackerLocalService.deleteUserTracker(UserTracker userTracker)
          Deletes the user tracker from the database.
 UserTracker UserTrackerLocalServiceWrapper.updateUserTracker(UserTracker userTracker)
          Updates the user tracker in the database.
static UserTracker UserTrackerLocalServiceUtil.updateUserTracker(UserTracker userTracker)
          Updates the user tracker in the database.
 UserTracker UserTrackerLocalService.updateUserTracker(UserTracker userTracker)
          Updates the user tracker in the database.
 UserTracker UserTrackerLocalServiceWrapper.updateUserTracker(UserTracker userTracker, boolean merge)
          Updates the user tracker in the database.
static UserTracker UserTrackerLocalServiceUtil.updateUserTracker(UserTracker userTracker, boolean merge)
          Updates the user tracker in the database.
 UserTracker UserTrackerLocalService.updateUserTracker(UserTracker userTracker, boolean merge)
          Updates the user tracker in the database.
 

Uses of UserTracker in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return UserTracker
 UserTracker UserTrackerLocalServiceBaseImpl.addUserTracker(UserTracker userTracker)
          Adds the user tracker to the database.
 UserTracker UserTrackerLocalServiceBaseImpl.createUserTracker(long userTrackerId)
          Creates a new user tracker with the primary key.
 UserTracker UserTrackerLocalServiceBaseImpl.getUserTracker(long userTrackerId)
          Gets the user tracker with the primary key.
 UserTracker UserTrackerLocalServiceBaseImpl.updateUserTracker(UserTracker userTracker)
          Updates the user tracker in the database.
 UserTracker UserTrackerLocalServiceBaseImpl.updateUserTracker(UserTracker userTracker, boolean merge)
          Updates the user tracker in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type UserTracker
 List<UserTracker> UserTrackerLocalServiceBaseImpl.getUserTrackers(int start, int end)
          Gets a range of all the user trackers.
 

Methods in com.liferay.portal.service.base with parameters of type UserTracker
 UserTracker UserTrackerLocalServiceBaseImpl.addUserTracker(UserTracker userTracker)
          Adds the user tracker to the database.
 void UserTrackerLocalServiceBaseImpl.deleteUserTracker(UserTracker userTracker)
          Deletes the user tracker from the database.
 UserTracker UserTrackerLocalServiceBaseImpl.updateUserTracker(UserTracker userTracker)
          Updates the user tracker in the database.
 UserTracker UserTrackerLocalServiceBaseImpl.updateUserTracker(UserTracker userTracker, boolean merge)
          Updates the user tracker in the database.
 

Uses of UserTracker in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return UserTracker
 UserTracker UserTrackerLocalServiceImpl.addUserTracker(long companyId, long userId, Date modifiedDate, String sessionId, String remoteAddr, String remoteHost, String userAgent, List<UserTrackerPath> userTrackerPaths)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type UserTracker
 List<UserTracker> UserTrackerLocalServiceImpl.getUserTrackers(long companyId, int start, int end)
           
 

Uses of UserTracker in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return UserTracker
static UserTracker UserTrackerUtil.create(long userTrackerId)
          Creates a new user tracker with the primary key.
 UserTracker UserTrackerPersistence.create(long userTrackerId)
          Creates a new user tracker with the primary key.
 UserTracker UserTrackerPersistenceImpl.create(long userTrackerId)
          Creates a new user tracker with the primary key.
static UserTracker UserTrackerUtil.fetchByPrimaryKey(long userTrackerId)
          Finds the user tracker with the primary key or returns null if it could not be found.
 UserTracker UserTrackerPersistence.fetchByPrimaryKey(long userTrackerId)
          Finds the user tracker with the primary key or returns null if it could not be found.
 UserTracker UserTrackerPersistenceImpl.fetchByPrimaryKey(long userTrackerId)
          Finds the user tracker with the primary key or returns null if it could not be found.
 UserTracker UserTrackerPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the user tracker with the primary key or returns null if it could not be found.
static UserTracker UserTrackerUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first user tracker in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first user tracker in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first user tracker in the ordered set where companyId = ?.
static UserTracker UserTrackerUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last user tracker in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last user tracker in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last user tracker in the ordered set where companyId = ?.
static UserTracker[] UserTrackerUtil.findByCompanyId_PrevAndNext(long userTrackerId, long companyId, OrderByComparator orderByComparator)
          Finds the user trackers before and after the current user tracker in the ordered set where companyId = ?.
 UserTracker[] UserTrackerPersistence.findByCompanyId_PrevAndNext(long userTrackerId, long companyId, OrderByComparator orderByComparator)
          Finds the user trackers before and after the current user tracker in the ordered set where companyId = ?.
 UserTracker[] UserTrackerPersistenceImpl.findByCompanyId_PrevAndNext(long userTrackerId, long companyId, OrderByComparator orderByComparator)
          Finds the user trackers before and after the current user tracker in the ordered set where companyId = ?.
static UserTracker UserTrackerUtil.findByPrimaryKey(long userTrackerId)
          Finds the user tracker with the primary key or throws a NoSuchUserTrackerException if it could not be found.
 UserTracker UserTrackerPersistence.findByPrimaryKey(long userTrackerId)
          Finds the user tracker with the primary key or throws a NoSuchUserTrackerException if it could not be found.
 UserTracker UserTrackerPersistenceImpl.findByPrimaryKey(long userTrackerId)
          Finds the user tracker with the primary key or throws a NoSuchUserTrackerException if it could not be found.
 UserTracker UserTrackerPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the user tracker with the primary key or throws a NoSuchModelException if it could not be found.
static UserTracker UserTrackerUtil.findBySessionId_First(String sessionId, OrderByComparator orderByComparator)
          Finds the first user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistence.findBySessionId_First(String sessionId, OrderByComparator orderByComparator)
          Finds the first user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistenceImpl.findBySessionId_First(String sessionId, OrderByComparator orderByComparator)
          Finds the first user tracker in the ordered set where sessionId = ?.
static UserTracker UserTrackerUtil.findBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
          Finds the last user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistence.findBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
          Finds the last user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistenceImpl.findBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
          Finds the last user tracker in the ordered set where sessionId = ?.
static UserTracker[] UserTrackerUtil.findBySessionId_PrevAndNext(long userTrackerId, String sessionId, OrderByComparator orderByComparator)
          Finds the user trackers before and after the current user tracker in the ordered set where sessionId = ?.
 UserTracker[] UserTrackerPersistence.findBySessionId_PrevAndNext(long userTrackerId, String sessionId, OrderByComparator orderByComparator)
          Finds the user trackers before and after the current user tracker in the ordered set where sessionId = ?.
 UserTracker[] UserTrackerPersistenceImpl.findBySessionId_PrevAndNext(long userTrackerId, String sessionId, OrderByComparator orderByComparator)
          Finds the user trackers before and after the current user tracker in the ordered set where sessionId = ?.
static UserTracker UserTrackerUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first user tracker in the ordered set where userId = ?.
 UserTracker UserTrackerPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first user tracker in the ordered set where userId = ?.
 UserTracker UserTrackerPersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Finds the first user tracker in the ordered set where userId = ?.
static UserTracker UserTrackerUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last user tracker in the ordered set where userId = ?.
 UserTracker UserTrackerPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last user tracker in the ordered set where userId = ?.
 UserTracker UserTrackerPersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Finds the last user tracker in the ordered set where userId = ?.
static UserTracker[] UserTrackerUtil.findByUserId_PrevAndNext(long userTrackerId, long userId, OrderByComparator orderByComparator)
          Finds the user trackers before and after the current user tracker in the ordered set where userId = ?.
 UserTracker[] UserTrackerPersistence.findByUserId_PrevAndNext(long userTrackerId, long userId, OrderByComparator orderByComparator)
          Finds the user trackers before and after the current user tracker in the ordered set where userId = ?.
 UserTracker[] UserTrackerPersistenceImpl.findByUserId_PrevAndNext(long userTrackerId, long userId, OrderByComparator orderByComparator)
          Finds the user trackers before and after the current user tracker in the ordered set where userId = ?.
protected  UserTracker UserTrackerPersistenceImpl.getByCompanyId_PrevAndNext(Session session, UserTracker userTracker, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserTracker UserTrackerPersistenceImpl.getBySessionId_PrevAndNext(Session session, UserTracker userTracker, String sessionId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserTracker UserTrackerPersistenceImpl.getByUserId_PrevAndNext(Session session, UserTracker userTracker, long userId, OrderByComparator orderByComparator, boolean previous)
           
static UserTracker UserTrackerUtil.remove(long userTrackerId)
          Removes the user tracker with the primary key from the database.
 UserTracker UserTrackerPersistence.remove(long userTrackerId)
          Removes the user tracker with the primary key from the database.
 UserTracker UserTrackerPersistenceImpl.remove(long userTrackerId)
          Removes the user tracker with the primary key from the database.
 UserTracker UserTrackerPersistenceImpl.remove(Serializable primaryKey)
          Removes the user tracker with the primary key from the database.
static UserTracker UserTrackerUtil.remove(UserTracker userTracker)
           
protected  UserTracker UserTrackerPersistenceImpl.removeImpl(UserTracker userTracker)
           
protected  UserTracker UserTrackerPersistenceImpl.toUnwrappedModel(UserTracker userTracker)
           
static UserTracker UserTrackerUtil.update(UserTracker userTracker, boolean merge)
           
static UserTracker UserTrackerUtil.update(UserTracker userTracker, boolean merge, ServiceContext serviceContext)
           
static UserTracker UserTrackerUtil.updateImpl(UserTracker userTracker, boolean merge)
           
 UserTracker UserTrackerPersistence.updateImpl(UserTracker userTracker, boolean merge)
           
 UserTracker UserTrackerPersistenceImpl.updateImpl(UserTracker userTracker, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type UserTracker
static List<UserTracker> UserTrackerUtil.findAll()
          Finds all the user trackers.
 List<UserTracker> UserTrackerPersistence.findAll()
          Finds all the user trackers.
 List<UserTracker> UserTrackerPersistenceImpl.findAll()
          Finds all the user trackers.
static List<UserTracker> UserTrackerUtil.findAll(int start, int end)
          Finds a range of all the user trackers.
 List<UserTracker> UserTrackerPersistence.findAll(int start, int end)
          Finds a range of all the user trackers.
 List<UserTracker> UserTrackerPersistenceImpl.findAll(int start, int end)
          Finds a range of all the user trackers.
static List<UserTracker> UserTrackerUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user trackers.
 List<UserTracker> UserTrackerPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user trackers.
 List<UserTracker> UserTrackerPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user trackers.
static List<UserTracker> UserTrackerUtil.findByCompanyId(long companyId)
          Finds all the user trackers where companyId = ?.
 List<UserTracker> UserTrackerPersistence.findByCompanyId(long companyId)
          Finds all the user trackers where companyId = ?.
 List<UserTracker> UserTrackerPersistenceImpl.findByCompanyId(long companyId)
          Finds all the user trackers where companyId = ?.
static List<UserTracker> UserTrackerUtil.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the user trackers where companyId = ?.
 List<UserTracker> UserTrackerPersistence.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the user trackers where companyId = ?.
 List<UserTracker> UserTrackerPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the user trackers where companyId = ?.
static List<UserTracker> UserTrackerUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user trackers where companyId = ?.
 List<UserTracker> UserTrackerPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user trackers where companyId = ?.
 List<UserTracker> UserTrackerPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user trackers where companyId = ?.
static List<UserTracker> UserTrackerUtil.findBySessionId(String sessionId)
          Finds all the user trackers where sessionId = ?.
 List<UserTracker> UserTrackerPersistence.findBySessionId(String sessionId)
          Finds all the user trackers where sessionId = ?.
 List<UserTracker> UserTrackerPersistenceImpl.findBySessionId(String sessionId)
          Finds all the user trackers where sessionId = ?.
static List<UserTracker> UserTrackerUtil.findBySessionId(String sessionId, int start, int end)
          Finds a range of all the user trackers where sessionId = ?.
 List<UserTracker> UserTrackerPersistence.findBySessionId(String sessionId, int start, int end)
          Finds a range of all the user trackers where sessionId = ?.
 List<UserTracker> UserTrackerPersistenceImpl.findBySessionId(String sessionId, int start, int end)
          Finds a range of all the user trackers where sessionId = ?.
static List<UserTracker> UserTrackerUtil.findBySessionId(String sessionId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user trackers where sessionId = ?.
 List<UserTracker> UserTrackerPersistence.findBySessionId(String sessionId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user trackers where sessionId = ?.
 List<UserTracker> UserTrackerPersistenceImpl.findBySessionId(String sessionId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user trackers where sessionId = ?.
static List<UserTracker> UserTrackerUtil.findByUserId(long userId)
          Finds all the user trackers where userId = ?.
 List<UserTracker> UserTrackerPersistence.findByUserId(long userId)
          Finds all the user trackers where userId = ?.
 List<UserTracker> UserTrackerPersistenceImpl.findByUserId(long userId)
          Finds all the user trackers where userId = ?.
static List<UserTracker> UserTrackerUtil.findByUserId(long userId, int start, int end)
          Finds a range of all the user trackers where userId = ?.
 List<UserTracker> UserTrackerPersistence.findByUserId(long userId, int start, int end)
          Finds a range of all the user trackers where userId = ?.
 List<UserTracker> UserTrackerPersistenceImpl.findByUserId(long userId, int start, int end)
          Finds a range of all the user trackers where userId = ?.
static List<UserTracker> UserTrackerUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user trackers where userId = ?.
 List<UserTracker> UserTrackerPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the user trackers where userId = ?.
 List<UserTracker> UserTrackerPersistenceImpl.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Finds 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 orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type UserTracker
static void UserTrackerUtil.cacheResult(UserTracker userTracker)
          Caches the user tracker in the entity cache if it is enabled.
 void UserTrackerPersistence.cacheResult(UserTracker userTracker)
          Caches the user tracker in the entity cache if it is enabled.
 void UserTrackerPersistenceImpl.cacheResult(UserTracker userTracker)
          Caches the user tracker in the entity cache if it is enabled.
static void UserTrackerUtil.clearCache(UserTracker userTracker)
           
 void UserTrackerPersistenceImpl.clearCache(UserTracker userTracker)
          Clears the cache for the user tracker.
protected  UserTracker UserTrackerPersistenceImpl.getByCompanyId_PrevAndNext(Session session, UserTracker userTracker, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserTracker UserTrackerPersistenceImpl.getBySessionId_PrevAndNext(Session session, UserTracker userTracker, String sessionId, OrderByComparator orderByComparator, boolean previous)
           
protected  UserTracker UserTrackerPersistenceImpl.getByUserId_PrevAndNext(Session session, UserTracker userTracker, long userId, OrderByComparator orderByComparator, boolean previous)
           
static UserTracker UserTrackerUtil.remove(UserTracker userTracker)
           
protected  UserTracker UserTrackerPersistenceImpl.removeImpl(UserTracker userTracker)
           
protected  UserTracker UserTrackerPersistenceImpl.toUnwrappedModel(UserTracker userTracker)
           
static UserTracker UserTrackerUtil.update(UserTracker userTracker, boolean merge)
           
static UserTracker UserTrackerUtil.update(UserTracker userTracker, boolean merge, ServiceContext serviceContext)
           
static UserTracker UserTrackerUtil.updateImpl(UserTracker userTracker, boolean merge)
           
 UserTracker UserTrackerPersistence.updateImpl(UserTracker userTracker, boolean merge)
           
 UserTracker UserTrackerPersistenceImpl.updateImpl(UserTracker userTracker, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type UserTracker
static void UserTrackerUtil.cacheResult(List<UserTracker> userTrackers)
          Caches the user trackers in the entity cache if it is enabled.
 void UserTrackerPersistence.cacheResult(List<UserTracker> userTrackers)
          Caches the user trackers in the entity cache if it is enabled.
 void UserTrackerPersistenceImpl.cacheResult(List<UserTracker> userTrackers)
          Caches the user trackers in the entity cache if it is enabled.
 

Uses of UserTracker in com.liferay.portal.util.comparator
 

Methods in com.liferay.portal.util.comparator with parameters of type UserTracker
 int UserTrackerModifiedDateComparator.compare(UserTracker userTracker1, UserTracker userTracker2)
           
 


Liferay 6.0.5