Liferay 6.2-ce-ga5

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

Packages that use UserTracker
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.util.comparator This package defines the portal comparator classes. 
 

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.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.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.
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 = ?.
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 = ?.
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.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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.
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)
           
 

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.
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.
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.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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.
static void UserTrackerUtil.clearCache(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)
           
 

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.
 

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