Liferay 6.2-ce-ga5

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

Packages that use UserTracker
com.liferay.portal.liveusers   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.util.comparator This package defines the portal comparator classes. 
 

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.getWrappedModel()
           
 UserTracker UserTrackerWrapper.getWrappedUserTracker()
          Deprecated. As of 6.1.0, replaced by UserTrackerWrapper.getWrappedModel()
 UserTracker UserTrackerModel.toEscapedModel()
           
 UserTracker UserTrackerWrapper.toEscapedModel()
           
 UserTracker UserTrackerModel.toUnescapedModel()
           
 UserTracker UserTrackerWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type UserTracker
 CacheModel<UserTracker> UserTrackerModel.toCacheModel()
           
 CacheModel<UserTracker> UserTrackerWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type UserTracker
 int UserTrackerModel.compareTo(UserTracker userTracker)
           
 int UserTrackerWrapper.compareTo(UserTracker userTracker)
           
static UserTrackerSoap UserTrackerSoap.toSoapModel(UserTracker model)
           
static UserTrackerSoap[] UserTrackerSoap.toSoapModels(UserTracker[] models)
           
static UserTrackerSoap[][] UserTrackerSoap.toSoapModels(UserTracker[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type UserTracker
static UserTrackerSoap[] UserTrackerSoap.toSoapModels(List<UserTracker> models)
           
 

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 UserTrackerBaseImpl
          The extended model base implementation for the UserTracker service.
 class UserTrackerImpl
           
 

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

Methods in com.liferay.portal.model.impl that return types with arguments of type UserTracker
 CacheModel<UserTracker> UserTrackerModelImpl.toCacheModel()
           
 

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)
           
 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)
           
 UserTracker UserTrackerLocalServiceWrapper.addUserTracker(UserTracker userTracker)
          Adds the user tracker to the database.
 UserTracker UserTrackerLocalService.addUserTracker(UserTracker userTracker)
          Adds the user tracker to the database.
static UserTracker UserTrackerLocalServiceUtil.addUserTracker(UserTracker userTracker)
          Adds the user tracker to the database.
 UserTracker UserTrackerLocalServiceWrapper.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.
static UserTracker UserTrackerLocalServiceUtil.createUserTracker(long userTrackerId)
          Creates a new user tracker with the primary key.
 UserTracker UserTrackerLocalServiceWrapper.deleteUserTracker(long userTrackerId)
          Deletes the user tracker with the primary key from the database.
 UserTracker UserTrackerLocalService.deleteUserTracker(long userTrackerId)
          Deletes the user tracker with the primary key from the database.
static UserTracker UserTrackerLocalServiceUtil.deleteUserTracker(long userTrackerId)
          Deletes the user tracker with the primary key from the database.
 UserTracker UserTrackerLocalServiceWrapper.deleteUserTracker(UserTracker userTracker)
          Deletes the user tracker from the database.
 UserTracker UserTrackerLocalService.deleteUserTracker(UserTracker userTracker)
          Deletes the user tracker from the database.
static UserTracker UserTrackerLocalServiceUtil.deleteUserTracker(UserTracker userTracker)
          Deletes the user tracker from the database.
 UserTracker UserTrackerLocalServiceWrapper.fetchUserTracker(long userTrackerId)
           
 UserTracker UserTrackerLocalService.fetchUserTracker(long userTrackerId)
           
static UserTracker UserTrackerLocalServiceUtil.fetchUserTracker(long userTrackerId)
           
 UserTracker UserTrackerLocalServiceWrapper.getUserTracker(long userTrackerId)
          Returns the user tracker with the primary key.
 UserTracker 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.
 UserTracker UserTrackerLocalServiceWrapper.updateUserTracker(UserTracker userTracker)
          Updates the user tracker in the database or adds it if it does not yet exist.
 UserTracker 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.
 

Methods in com.liferay.portal.service that return types with arguments of type UserTracker
 List<UserTracker> UserTrackerLocalServiceWrapper.getUserTrackers(int start, int end)
          Returns a range of all the user trackers.
 List<UserTracker> UserTrackerLocalService.getUserTrackers(int start, int end)
          Returns a range of all the user trackers.
static List<UserTracker> UserTrackerLocalServiceUtil.getUserTrackers(int start, int end)
          Returns a range of all the user trackers.
 List<UserTracker> UserTrackerLocalServiceWrapper.getUserTrackers(long companyId, int start, int end)
           
 List<UserTracker> UserTrackerLocalService.getUserTrackers(long companyId, int start, int end)
           
static List<UserTracker> UserTrackerLocalServiceUtil.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.
 UserTracker UserTrackerLocalService.addUserTracker(UserTracker userTracker)
          Adds the user tracker to the database.
static UserTracker UserTrackerLocalServiceUtil.addUserTracker(UserTracker userTracker)
          Adds the user tracker to the database.
 UserTracker UserTrackerLocalServiceWrapper.deleteUserTracker(UserTracker userTracker)
          Deletes the user tracker from the database.
 UserTracker UserTrackerLocalService.deleteUserTracker(UserTracker userTracker)
          Deletes the user tracker from the database.
static UserTracker UserTrackerLocalServiceUtil.deleteUserTracker(UserTracker userTracker)
          Deletes the user tracker from the database.
 UserTracker UserTrackerLocalServiceWrapper.updateUserTracker(UserTracker userTracker)
          Updates the user tracker in the database or adds it if it does not yet exist.
 UserTracker 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.
 

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.deleteUserTracker(long userTrackerId)
          Deletes the user tracker with the primary key from the database.
 UserTracker UserTrackerLocalServiceBaseImpl.deleteUserTracker(UserTracker userTracker)
          Deletes the user tracker from the database.
 UserTracker UserTrackerLocalServiceBaseImpl.fetchUserTracker(long userTrackerId)
           
 UserTracker UserTrackerLocalServiceBaseImpl.getUserTracker(long userTrackerId)
          Returns the user tracker with the primary key.
 UserTracker UserTrackerLocalServiceBaseImpl.updateUserTracker(UserTracker userTracker)
          Updates the user tracker in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type UserTracker
 List<UserTracker> UserTrackerLocalServiceBaseImpl.getUserTrackers(int start, int end)
          Returns 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.
 UserTracker UserTrackerLocalServiceBaseImpl.deleteUserTracker(UserTracker userTracker)
          Deletes the user tracker from the database.
 UserTracker UserTrackerLocalServiceBaseImpl.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.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)
           
 UserTracker UserTrackerLocalServiceImpl.deleteUserTracker(long userTrackerId)
           
 UserTracker UserTrackerLocalServiceImpl.deleteUserTracker(UserTracker userTracker)
           
 

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)
           
 

Methods in com.liferay.portal.service.impl with parameters of type UserTracker
 UserTracker UserTrackerLocalServiceImpl.deleteUserTracker(UserTracker userTracker)
           
 

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.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where companyId = ?.
static UserTracker UserTrackerUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where companyId = ?.
static UserTracker UserTrackerUtil.fetchByPrimaryKey(long userTrackerId)
          Returns the user tracker with the primary key or returns null if it could not be found.
 UserTracker UserTrackerPersistence.fetchByPrimaryKey(long userTrackerId)
          Returns the user tracker with the primary key or returns null if it could not be found.
 UserTracker UserTrackerPersistenceImpl.fetchByPrimaryKey(long userTrackerId)
          Returns the user tracker with the primary key or returns null if it could not be found.
 UserTracker UserTrackerPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the user tracker with the primary key or returns null if it could not be found.
static UserTracker UserTrackerUtil.fetchBySessionId_First(String sessionId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistence.fetchBySessionId_First(String sessionId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistenceImpl.fetchBySessionId_First(String sessionId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where sessionId = ?.
static UserTracker UserTrackerUtil.fetchBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistence.fetchBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistenceImpl.fetchBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where sessionId = ?.
static UserTracker UserTrackerUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where userId = ?.
 UserTracker UserTrackerPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where userId = ?.
 UserTracker UserTrackerPersistenceImpl.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where userId = ?.
static UserTracker UserTrackerUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
 UserTracker UserTrackerPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
 UserTracker UserTrackerPersistenceImpl.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
static UserTracker UserTrackerUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where companyId = ?.
static UserTracker UserTrackerUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where companyId = ?.
 UserTracker UserTrackerPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where companyId = ?.
static UserTracker[] UserTrackerUtil.findByCompanyId_PrevAndNext(long userTrackerId, long companyId, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns the user trackers before and after the current user tracker in the ordered set where companyId = ?.
static UserTracker UserTrackerUtil.findByPrimaryKey(long userTrackerId)
          Returns the user tracker with the primary key or throws a NoSuchUserTrackerException if it could not be found.
 UserTracker UserTrackerPersistence.findByPrimaryKey(long userTrackerId)
          Returns the user tracker with the primary key or throws a NoSuchUserTrackerException if it could not be found.
 UserTracker UserTrackerPersistenceImpl.findByPrimaryKey(long userTrackerId)
          Returns the user tracker with the primary key or throws a NoSuchUserTrackerException if it could not be found.
 UserTracker UserTrackerPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns 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)
          Returns the first user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistence.findBySessionId_First(String sessionId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistenceImpl.findBySessionId_First(String sessionId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where sessionId = ?.
static UserTracker UserTrackerUtil.findBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistence.findBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where sessionId = ?.
 UserTracker UserTrackerPersistenceImpl.findBySessionId_Last(String sessionId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where sessionId = ?.
static UserTracker[] UserTrackerUtil.findBySessionId_PrevAndNext(long userTrackerId, String sessionId, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns the first user tracker in the ordered set where userId = ?.
 UserTracker UserTrackerPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where userId = ?.
 UserTracker UserTrackerPersistenceImpl.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first user tracker in the ordered set where userId = ?.
static UserTracker UserTrackerUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
 UserTracker UserTrackerPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
 UserTracker UserTrackerPersistenceImpl.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last user tracker in the ordered set where userId = ?.
static UserTracker[] UserTrackerUtil.findByUserId_PrevAndNext(long userTrackerId, long userId, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns 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.
protected  UserTracker UserTrackerPersistenceImpl.removeImpl(UserTracker userTracker)
           
protected  UserTracker UserTrackerPersistenceImpl.toUnwrappedModel(UserTracker userTracker)
           
static UserTracker UserTrackerUtil.update(UserTracker userTracker)
           
static UserTracker UserTrackerUtil.update(UserTracker userTracker, ServiceContext serviceContext)
           
static UserTracker UserTrackerUtil.updateImpl(UserTracker userTracker)
           
 UserTracker UserTrackerPersistence.updateImpl(UserTracker userTracker)
           
 UserTracker UserTrackerPersistenceImpl.updateImpl(UserTracker userTracker)
           
 

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

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.
 void UserTrackerPersistenceImpl.clearCache(List<UserTracker> userTrackers)
           
 

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.2-ce-ga5