Liferay 6.0.3

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

Packages that use UserTrackerPath
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   
 

Uses of UserTrackerPath in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement UserTrackerPath
 class UserTrackerPathWrapper
           This class is a wrapper for UserTrackerPath.
 

Methods in com.liferay.portal.model that return UserTrackerPath
 UserTrackerPath UserTrackerPathWrapper.getWrappedUserTrackerPath()
           
 UserTrackerPath UserTrackerPathWrapper.toEscapedModel()
           
 UserTrackerPath UserTrackerPathModel.toEscapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type UserTrackerPath
 List<UserTrackerPath> UserTrackerWrapper.getPaths()
           
 List<UserTrackerPath> UserTracker.getPaths()
           
 

Methods in com.liferay.portal.model with parameters of type UserTrackerPath
 void UserTrackerWrapper.addPath(UserTrackerPath path)
           
 void UserTracker.addPath(UserTrackerPath path)
           
 int UserTrackerPathWrapper.compareTo(UserTrackerPath userTrackerPath)
           
 int UserTrackerPathModel.compareTo(UserTrackerPath userTrackerPath)
           
 

Constructors in com.liferay.portal.model with parameters of type UserTrackerPath
UserTrackerPathWrapper(UserTrackerPath userTrackerPath)
           
 

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

Classes in com.liferay.portal.model.impl that implement UserTrackerPath
 class UserTrackerPathImpl
           
 

Methods in com.liferay.portal.model.impl that return UserTrackerPath
 UserTrackerPath UserTrackerPathModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type UserTrackerPath
 List<UserTrackerPath> UserTrackerImpl.getPaths()
           
 

Methods in com.liferay.portal.model.impl with parameters of type UserTrackerPath
 void UserTrackerImpl.addPath(UserTrackerPath path)
           
 int UserTrackerPathModelImpl.compareTo(UserTrackerPath userTrackerPath)
           
 

Uses of UserTrackerPath in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return UserTrackerPath
 UserTrackerPath UserTrackerPathLocalServiceWrapper.addUserTrackerPath(UserTrackerPath userTrackerPath)
           
static UserTrackerPath UserTrackerPathLocalServiceUtil.addUserTrackerPath(UserTrackerPath userTrackerPath)
           
 UserTrackerPath UserTrackerPathLocalService.addUserTrackerPath(UserTrackerPath userTrackerPath)
           
 UserTrackerPath UserTrackerPathLocalServiceWrapper.createUserTrackerPath(long userTrackerPathId)
           
static UserTrackerPath UserTrackerPathLocalServiceUtil.createUserTrackerPath(long userTrackerPathId)
           
 UserTrackerPath UserTrackerPathLocalService.createUserTrackerPath(long userTrackerPathId)
           
 UserTrackerPath UserTrackerPathLocalServiceWrapper.getUserTrackerPath(long userTrackerPathId)
           
static UserTrackerPath UserTrackerPathLocalServiceUtil.getUserTrackerPath(long userTrackerPathId)
           
 UserTrackerPath UserTrackerPathLocalService.getUserTrackerPath(long userTrackerPathId)
           
 UserTrackerPath UserTrackerPathLocalServiceWrapper.updateUserTrackerPath(UserTrackerPath userTrackerPath)
           
static UserTrackerPath UserTrackerPathLocalServiceUtil.updateUserTrackerPath(UserTrackerPath userTrackerPath)
           
 UserTrackerPath UserTrackerPathLocalService.updateUserTrackerPath(UserTrackerPath userTrackerPath)
           
 UserTrackerPath UserTrackerPathLocalServiceWrapper.updateUserTrackerPath(UserTrackerPath userTrackerPath, boolean merge)
           
static UserTrackerPath UserTrackerPathLocalServiceUtil.updateUserTrackerPath(UserTrackerPath userTrackerPath, boolean merge)
           
 UserTrackerPath UserTrackerPathLocalService.updateUserTrackerPath(UserTrackerPath userTrackerPath, boolean merge)
           
 

Methods in com.liferay.portal.service that return types with arguments of type UserTrackerPath
 List<UserTrackerPath> UserTrackerPathLocalServiceWrapper.getUserTrackerPaths(int start, int end)
           
static List<UserTrackerPath> UserTrackerPathLocalServiceUtil.getUserTrackerPaths(int start, int end)
           
 List<UserTrackerPath> UserTrackerPathLocalService.getUserTrackerPaths(int start, int end)
           
 List<UserTrackerPath> UserTrackerPathLocalServiceWrapper.getUserTrackerPaths(long userTrackerId, int start, int end)
           
static List<UserTrackerPath> UserTrackerPathLocalServiceUtil.getUserTrackerPaths(long userTrackerId, int start, int end)
           
 List<UserTrackerPath> UserTrackerPathLocalService.getUserTrackerPaths(long userTrackerId, int start, int end)
           
 

Methods in com.liferay.portal.service with parameters of type UserTrackerPath
 UserTrackerPath UserTrackerPathLocalServiceWrapper.addUserTrackerPath(UserTrackerPath userTrackerPath)
           
static UserTrackerPath UserTrackerPathLocalServiceUtil.addUserTrackerPath(UserTrackerPath userTrackerPath)
           
 UserTrackerPath UserTrackerPathLocalService.addUserTrackerPath(UserTrackerPath userTrackerPath)
           
 void UserTrackerPathLocalServiceWrapper.deleteUserTrackerPath(UserTrackerPath userTrackerPath)
           
static void UserTrackerPathLocalServiceUtil.deleteUserTrackerPath(UserTrackerPath userTrackerPath)
           
 void UserTrackerPathLocalService.deleteUserTrackerPath(UserTrackerPath userTrackerPath)
           
 UserTrackerPath UserTrackerPathLocalServiceWrapper.updateUserTrackerPath(UserTrackerPath userTrackerPath)
           
static UserTrackerPath UserTrackerPathLocalServiceUtil.updateUserTrackerPath(UserTrackerPath userTrackerPath)
           
 UserTrackerPath UserTrackerPathLocalService.updateUserTrackerPath(UserTrackerPath userTrackerPath)
           
 UserTrackerPath UserTrackerPathLocalServiceWrapper.updateUserTrackerPath(UserTrackerPath userTrackerPath, boolean merge)
           
static UserTrackerPath UserTrackerPathLocalServiceUtil.updateUserTrackerPath(UserTrackerPath userTrackerPath, boolean merge)
           
 UserTrackerPath UserTrackerPathLocalService.updateUserTrackerPath(UserTrackerPath userTrackerPath, boolean merge)
           
 

Method parameters in com.liferay.portal.service with type arguments of type UserTrackerPath
 UserTracker UserTrackerLocalServiceWrapper.addUserTracker(long companyId, long userId, Date modifiedDate, String sessionId, String remoteAddr, String remoteHost, String userAgent, List<UserTrackerPath> userTrackerPaths)
           
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)
           
 

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

Methods in com.liferay.portal.service.base that return UserTrackerPath
 UserTrackerPath UserTrackerPathLocalServiceBaseImpl.addUserTrackerPath(UserTrackerPath userTrackerPath)
           
 UserTrackerPath UserTrackerPathLocalServiceBaseImpl.createUserTrackerPath(long userTrackerPathId)
           
 UserTrackerPath UserTrackerPathLocalServiceBaseImpl.getUserTrackerPath(long userTrackerPathId)
           
 UserTrackerPath UserTrackerPathLocalServiceBaseImpl.updateUserTrackerPath(UserTrackerPath userTrackerPath)
           
 UserTrackerPath UserTrackerPathLocalServiceBaseImpl.updateUserTrackerPath(UserTrackerPath userTrackerPath, boolean merge)
           
 

Methods in com.liferay.portal.service.base that return types with arguments of type UserTrackerPath
 List<UserTrackerPath> UserTrackerPathLocalServiceBaseImpl.getUserTrackerPaths(int start, int end)
           
 

Methods in com.liferay.portal.service.base with parameters of type UserTrackerPath
 UserTrackerPath UserTrackerPathLocalServiceBaseImpl.addUserTrackerPath(UserTrackerPath userTrackerPath)
           
 void UserTrackerPathLocalServiceBaseImpl.deleteUserTrackerPath(UserTrackerPath userTrackerPath)
           
 UserTrackerPath UserTrackerPathLocalServiceBaseImpl.updateUserTrackerPath(UserTrackerPath userTrackerPath)
           
 UserTrackerPath UserTrackerPathLocalServiceBaseImpl.updateUserTrackerPath(UserTrackerPath userTrackerPath, boolean merge)
           
 

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

Methods in com.liferay.portal.service.impl that return types with arguments of type UserTrackerPath
 List<UserTrackerPath> UserTrackerPathLocalServiceImpl.getUserTrackerPaths(long userTrackerId, int start, int end)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type UserTrackerPath
 UserTracker UserTrackerLocalServiceImpl.addUserTracker(long companyId, long userId, Date modifiedDate, String sessionId, String remoteAddr, String remoteHost, String userAgent, List<UserTrackerPath> userTrackerPaths)
           
 

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

Methods in com.liferay.portal.service.persistence that return UserTrackerPath
static UserTrackerPath UserTrackerPathUtil.create(long userTrackerPathId)
           
 UserTrackerPath UserTrackerPathPersistence.create(long userTrackerPathId)
           
 UserTrackerPath UserTrackerPathPersistenceImpl.create(long userTrackerPathId)
           
static UserTrackerPath UserTrackerPathUtil.fetchByPrimaryKey(long userTrackerPathId)
           
 UserTrackerPath UserTrackerPathPersistence.fetchByPrimaryKey(long userTrackerPathId)
           
 UserTrackerPath UserTrackerPathPersistenceImpl.fetchByPrimaryKey(long userTrackerPathId)
           
 UserTrackerPath UserTrackerPathPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static UserTrackerPath UserTrackerPathUtil.findByPrimaryKey(long userTrackerPathId)
           
 UserTrackerPath UserTrackerPathPersistence.findByPrimaryKey(long userTrackerPathId)
           
 UserTrackerPath UserTrackerPathPersistenceImpl.findByPrimaryKey(long userTrackerPathId)
           
 UserTrackerPath UserTrackerPathPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static UserTrackerPath UserTrackerPathUtil.findByUserTrackerId_First(long userTrackerId, OrderByComparator orderByComparator)
           
 UserTrackerPath UserTrackerPathPersistence.findByUserTrackerId_First(long userTrackerId, OrderByComparator orderByComparator)
           
 UserTrackerPath UserTrackerPathPersistenceImpl.findByUserTrackerId_First(long userTrackerId, OrderByComparator orderByComparator)
           
static UserTrackerPath UserTrackerPathUtil.findByUserTrackerId_Last(long userTrackerId, OrderByComparator orderByComparator)
           
 UserTrackerPath UserTrackerPathPersistence.findByUserTrackerId_Last(long userTrackerId, OrderByComparator orderByComparator)
           
 UserTrackerPath UserTrackerPathPersistenceImpl.findByUserTrackerId_Last(long userTrackerId, OrderByComparator orderByComparator)
           
static UserTrackerPath[] UserTrackerPathUtil.findByUserTrackerId_PrevAndNext(long userTrackerPathId, long userTrackerId, OrderByComparator orderByComparator)
           
 UserTrackerPath[] UserTrackerPathPersistence.findByUserTrackerId_PrevAndNext(long userTrackerPathId, long userTrackerId, OrderByComparator orderByComparator)
           
 UserTrackerPath[] UserTrackerPathPersistenceImpl.findByUserTrackerId_PrevAndNext(long userTrackerPathId, long userTrackerId, OrderByComparator orderByComparator)
           
protected  UserTrackerPath UserTrackerPathPersistenceImpl.getByUserTrackerId_PrevAndNext(Session session, UserTrackerPath userTrackerPath, long userTrackerId, OrderByComparator orderByComparator, boolean previous)
           
static UserTrackerPath UserTrackerPathUtil.remove(long userTrackerPathId)
           
 UserTrackerPath UserTrackerPathPersistence.remove(long userTrackerPathId)
           
 UserTrackerPath UserTrackerPathPersistenceImpl.remove(long userTrackerPathId)
           
 UserTrackerPath UserTrackerPathPersistenceImpl.remove(Serializable primaryKey)
           
static UserTrackerPath UserTrackerPathUtil.remove(UserTrackerPath userTrackerPath)
           
protected  UserTrackerPath UserTrackerPathPersistenceImpl.removeImpl(UserTrackerPath userTrackerPath)
           
protected  UserTrackerPath UserTrackerPathPersistenceImpl.toUnwrappedModel(UserTrackerPath userTrackerPath)
           
static UserTrackerPath UserTrackerPathUtil.update(UserTrackerPath userTrackerPath, boolean merge)
           
static UserTrackerPath UserTrackerPathUtil.update(UserTrackerPath userTrackerPath, boolean merge, ServiceContext serviceContext)
           
static UserTrackerPath UserTrackerPathUtil.updateImpl(UserTrackerPath userTrackerPath, boolean merge)
           
 UserTrackerPath UserTrackerPathPersistence.updateImpl(UserTrackerPath userTrackerPath, boolean merge)
           
 UserTrackerPath UserTrackerPathPersistenceImpl.updateImpl(UserTrackerPath userTrackerPath, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type UserTrackerPath
static List<UserTrackerPath> UserTrackerPathUtil.findAll()
           
 List<UserTrackerPath> UserTrackerPathPersistence.findAll()
           
 List<UserTrackerPath> UserTrackerPathPersistenceImpl.findAll()
           
static List<UserTrackerPath> UserTrackerPathUtil.findAll(int start, int end)
           
 List<UserTrackerPath> UserTrackerPathPersistence.findAll(int start, int end)
           
 List<UserTrackerPath> UserTrackerPathPersistenceImpl.findAll(int start, int end)
           
static List<UserTrackerPath> UserTrackerPathUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<UserTrackerPath> UserTrackerPathPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<UserTrackerPath> UserTrackerPathPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<UserTrackerPath> UserTrackerPathUtil.findByUserTrackerId(long userTrackerId)
           
 List<UserTrackerPath> UserTrackerPathPersistence.findByUserTrackerId(long userTrackerId)
           
 List<UserTrackerPath> UserTrackerPathPersistenceImpl.findByUserTrackerId(long userTrackerId)
           
static List<UserTrackerPath> UserTrackerPathUtil.findByUserTrackerId(long userTrackerId, int start, int end)
           
 List<UserTrackerPath> UserTrackerPathPersistence.findByUserTrackerId(long userTrackerId, int start, int end)
           
 List<UserTrackerPath> UserTrackerPathPersistenceImpl.findByUserTrackerId(long userTrackerId, int start, int end)
           
static List<UserTrackerPath> UserTrackerPathUtil.findByUserTrackerId(long userTrackerId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserTrackerPath> UserTrackerPathPersistence.findByUserTrackerId(long userTrackerId, int start, int end, OrderByComparator orderByComparator)
           
 List<UserTrackerPath> UserTrackerPathPersistenceImpl.findByUserTrackerId(long userTrackerId, int start, int end, OrderByComparator orderByComparator)
           
static List<UserTrackerPath> UserTrackerPathUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<UserTrackerPath> UserTrackerPathUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<UserTrackerPath> UserTrackerPathUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type UserTrackerPath
static void UserTrackerPathUtil.cacheResult(UserTrackerPath userTrackerPath)
           
 void UserTrackerPathPersistence.cacheResult(UserTrackerPath userTrackerPath)
           
 void UserTrackerPathPersistenceImpl.cacheResult(UserTrackerPath userTrackerPath)
           
static void UserTrackerPathUtil.clearCache(UserTrackerPath userTrackerPath)
           
 void UserTrackerPathPersistenceImpl.clearCache(UserTrackerPath userTrackerPath)
           
protected  UserTrackerPath UserTrackerPathPersistenceImpl.getByUserTrackerId_PrevAndNext(Session session, UserTrackerPath userTrackerPath, long userTrackerId, OrderByComparator orderByComparator, boolean previous)
           
static UserTrackerPath UserTrackerPathUtil.remove(UserTrackerPath userTrackerPath)
           
protected  UserTrackerPath UserTrackerPathPersistenceImpl.removeImpl(UserTrackerPath userTrackerPath)
           
protected  UserTrackerPath UserTrackerPathPersistenceImpl.toUnwrappedModel(UserTrackerPath userTrackerPath)
           
static UserTrackerPath UserTrackerPathUtil.update(UserTrackerPath userTrackerPath, boolean merge)
           
static UserTrackerPath UserTrackerPathUtil.update(UserTrackerPath userTrackerPath, boolean merge, ServiceContext serviceContext)
           
static UserTrackerPath UserTrackerPathUtil.updateImpl(UserTrackerPath userTrackerPath, boolean merge)
           
 UserTrackerPath UserTrackerPathPersistence.updateImpl(UserTrackerPath userTrackerPath, boolean merge)
           
 UserTrackerPath UserTrackerPathPersistenceImpl.updateImpl(UserTrackerPath userTrackerPath, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type UserTrackerPath
static void UserTrackerPathUtil.cacheResult(List<UserTrackerPath> userTrackerPaths)
           
 void UserTrackerPathPersistence.cacheResult(List<UserTrackerPath> userTrackerPaths)
           
 void UserTrackerPathPersistenceImpl.cacheResult(List<UserTrackerPath> userTrackerPaths)
           
 


Liferay 6.0.3