Uses of Interface
com.liferay.portal.kernel.model.UserTrackerPath
Packages that use UserTrackerPath
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of UserTrackerPath in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement UserTrackerPathFields in com.liferay.portal.kernel.model with type parameters of type UserTrackerPathModifier and TypeFieldDescriptionstatic final Accessor<UserTrackerPath,
Long> UserTrackerPath.USER_TRACKER_PATH_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return UserTrackerPathModifier and TypeMethodDescriptionUserTrackerPathModel.cloneWithOriginalValues()
UserTrackerPathWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model that return types with arguments of type UserTrackerPathMethods in com.liferay.portal.kernel.model with parameters of type UserTrackerPathModifier and TypeMethodDescriptionvoid
UserTracker.addPath
(UserTrackerPath path) void
UserTrackerWrapper.addPath
(UserTrackerPath path) protected UserTrackerPathWrapper
UserTrackerPathWrapper.wrap
(UserTrackerPath userTrackerPath) Constructors in com.liferay.portal.kernel.model with parameters of type UserTrackerPath -
Uses of UserTrackerPath in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return UserTrackerPathModifier and TypeMethodDescriptionUserTrackerPathLocalService.addUserTrackerPath
(UserTrackerPath userTrackerPath) Adds the user tracker path to the database.static UserTrackerPath
UserTrackerPathLocalServiceUtil.addUserTrackerPath
(UserTrackerPath userTrackerPath) Adds the user tracker path to the database.UserTrackerPathLocalServiceWrapper.addUserTrackerPath
(UserTrackerPath userTrackerPath) Adds the user tracker path to the database.UserTrackerPathLocalService.createUserTrackerPath
(long userTrackerPathId) Creates a new user tracker path with the primary key.static UserTrackerPath
UserTrackerPathLocalServiceUtil.createUserTrackerPath
(long userTrackerPathId) Creates a new user tracker path with the primary key.UserTrackerPathLocalServiceWrapper.createUserTrackerPath
(long userTrackerPathId) Creates a new user tracker path with the primary key.UserTrackerPathLocalService.deleteUserTrackerPath
(long userTrackerPathId) Deletes the user tracker path with the primary key from the database.UserTrackerPathLocalService.deleteUserTrackerPath
(UserTrackerPath userTrackerPath) Deletes the user tracker path from the database.static UserTrackerPath
UserTrackerPathLocalServiceUtil.deleteUserTrackerPath
(long userTrackerPathId) Deletes the user tracker path with the primary key from the database.static UserTrackerPath
UserTrackerPathLocalServiceUtil.deleteUserTrackerPath
(UserTrackerPath userTrackerPath) Deletes the user tracker path from the database.UserTrackerPathLocalServiceWrapper.deleteUserTrackerPath
(long userTrackerPathId) Deletes the user tracker path with the primary key from the database.UserTrackerPathLocalServiceWrapper.deleteUserTrackerPath
(UserTrackerPath userTrackerPath) Deletes the user tracker path from the database.UserTrackerPathLocalService.fetchUserTrackerPath
(long userTrackerPathId) static UserTrackerPath
UserTrackerPathLocalServiceUtil.fetchUserTrackerPath
(long userTrackerPathId) UserTrackerPathLocalServiceWrapper.fetchUserTrackerPath
(long userTrackerPathId) UserTrackerPathLocalService.getUserTrackerPath
(long userTrackerPathId) Returns the user tracker path with the primary key.static UserTrackerPath
UserTrackerPathLocalServiceUtil.getUserTrackerPath
(long userTrackerPathId) Returns the user tracker path with the primary key.UserTrackerPathLocalServiceWrapper.getUserTrackerPath
(long userTrackerPathId) Returns the user tracker path with the primary key.UserTrackerPathLocalService.updateUserTrackerPath
(UserTrackerPath userTrackerPath) Updates the user tracker path in the database or adds it if it does not yet exist.static UserTrackerPath
UserTrackerPathLocalServiceUtil.updateUserTrackerPath
(UserTrackerPath userTrackerPath) Updates the user tracker path in the database or adds it if it does not yet exist.UserTrackerPathLocalServiceWrapper.updateUserTrackerPath
(UserTrackerPath userTrackerPath) Updates the user tracker path in the database or adds it if it does not yet exist.Methods in com.liferay.portal.kernel.service that return types with arguments of type UserTrackerPathModifier and TypeMethodDescriptionUserTrackerPathLocalService.getUserTrackerPaths
(int start, int end) Returns a range of all the user tracker paths.UserTrackerPathLocalService.getUserTrackerPaths
(long userTrackerId, int start, int end) static List<UserTrackerPath>
UserTrackerPathLocalServiceUtil.getUserTrackerPaths
(int start, int end) Returns a range of all the user tracker paths.static List<UserTrackerPath>
UserTrackerPathLocalServiceUtil.getUserTrackerPaths
(long userTrackerId, int start, int end) UserTrackerPathLocalServiceWrapper.getUserTrackerPaths
(int start, int end) Returns a range of all the user tracker paths.UserTrackerPathLocalServiceWrapper.getUserTrackerPaths
(long userTrackerId, int start, int end) Methods in com.liferay.portal.kernel.service with parameters of type UserTrackerPathModifier and TypeMethodDescriptionUserTrackerPathLocalService.addUserTrackerPath
(UserTrackerPath userTrackerPath) Adds the user tracker path to the database.static UserTrackerPath
UserTrackerPathLocalServiceUtil.addUserTrackerPath
(UserTrackerPath userTrackerPath) Adds the user tracker path to the database.UserTrackerPathLocalServiceWrapper.addUserTrackerPath
(UserTrackerPath userTrackerPath) Adds the user tracker path to the database.UserTrackerPathLocalService.deleteUserTrackerPath
(UserTrackerPath userTrackerPath) Deletes the user tracker path from the database.static UserTrackerPath
UserTrackerPathLocalServiceUtil.deleteUserTrackerPath
(UserTrackerPath userTrackerPath) Deletes the user tracker path from the database.UserTrackerPathLocalServiceWrapper.deleteUserTrackerPath
(UserTrackerPath userTrackerPath) Deletes the user tracker path from the database.UserTrackerPathLocalService.updateUserTrackerPath
(UserTrackerPath userTrackerPath) Updates the user tracker path in the database or adds it if it does not yet exist.static UserTrackerPath
UserTrackerPathLocalServiceUtil.updateUserTrackerPath
(UserTrackerPath userTrackerPath) Updates the user tracker path in the database or adds it if it does not yet exist.UserTrackerPathLocalServiceWrapper.updateUserTrackerPath
(UserTrackerPath userTrackerPath) Updates the user tracker path in the database or adds it if it does not yet exist.Method parameters in com.liferay.portal.kernel.service with type arguments of type UserTrackerPathModifier and TypeMethodDescriptionUserTrackerLocalService.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) UserTrackerLocalServiceWrapper.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.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return UserTrackerPathModifier and TypeMethodDescriptionUserTrackerPathPersistence.create
(long userTrackerPathId) Creates a new user tracker path with the primary key.static UserTrackerPath
UserTrackerPathUtil.create
(long userTrackerPathId) Creates a new user tracker path with the primary key.UserTrackerPathPersistence.fetchByPrimaryKey
(long userTrackerPathId) Returns the user tracker path with the primary key or returnsnull
if it could not be found.static UserTrackerPath
UserTrackerPathUtil.fetchByPrimaryKey
(long userTrackerPathId) Returns the user tracker path with the primary key or returnsnull
if it could not be found.UserTrackerPathPersistence.fetchByUserTrackerId_First
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the first user tracker path in the ordered set where userTrackerId = ?.static UserTrackerPath
UserTrackerPathUtil.fetchByUserTrackerId_First
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the first user tracker path in the ordered set where userTrackerId = ?.UserTrackerPathPersistence.fetchByUserTrackerId_Last
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the last user tracker path in the ordered set where userTrackerId = ?.static UserTrackerPath
UserTrackerPathUtil.fetchByUserTrackerId_Last
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the last user tracker path in the ordered set where userTrackerId = ?.UserTrackerPathPersistence.findByPrimaryKey
(long userTrackerPathId) Returns the user tracker path with the primary key or throws aNoSuchUserTrackerPathException
if it could not be found.static UserTrackerPath
UserTrackerPathUtil.findByPrimaryKey
(long userTrackerPathId) Returns the user tracker path with the primary key or throws aNoSuchUserTrackerPathException
if it could not be found.UserTrackerPathPersistence.findByUserTrackerId_First
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the first user tracker path in the ordered set where userTrackerId = ?.static UserTrackerPath
UserTrackerPathUtil.findByUserTrackerId_First
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the first user tracker path in the ordered set where userTrackerId = ?.UserTrackerPathPersistence.findByUserTrackerId_Last
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the last user tracker path in the ordered set where userTrackerId = ?.static UserTrackerPath
UserTrackerPathUtil.findByUserTrackerId_Last
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the last user tracker path in the ordered set where userTrackerId = ?.UserTrackerPathPersistence.findByUserTrackerId_PrevAndNext
(long userTrackerPathId, long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?.static UserTrackerPath[]
UserTrackerPathUtil.findByUserTrackerId_PrevAndNext
(long userTrackerPathId, long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?.UserTrackerPathPersistence.remove
(long userTrackerPathId) Removes the user tracker path with the primary key from the database.static UserTrackerPath
UserTrackerPathUtil.remove
(long userTrackerPathId) Removes the user tracker path with the primary key from the database.static UserTrackerPath
UserTrackerPathUtil.update
(UserTrackerPath userTrackerPath) static UserTrackerPath
UserTrackerPathUtil.update
(UserTrackerPath userTrackerPath, ServiceContext serviceContext) UserTrackerPathPersistence.updateImpl
(UserTrackerPath userTrackerPath) static UserTrackerPath
UserTrackerPathUtil.updateImpl
(UserTrackerPath userTrackerPath) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type UserTrackerPathModifier and TypeMethodDescriptionstatic Map<Serializable,
UserTrackerPath> UserTrackerPathUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) UserTrackerPathPersistence.findAll()
Returns all the user tracker paths.UserTrackerPathPersistence.findAll
(int start, int end) Returns a range of all the user tracker paths.UserTrackerPathPersistence.findAll
(int start, int end, OrderByComparator<UserTrackerPath> orderByComparator) Returns an ordered range of all the user tracker paths.UserTrackerPathPersistence.findAll
(int start, int end, OrderByComparator<UserTrackerPath> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user tracker paths.static List<UserTrackerPath>
UserTrackerPathUtil.findAll()
Returns all the user tracker paths.static List<UserTrackerPath>
UserTrackerPathUtil.findAll
(int start, int end) Returns a range of all the user tracker paths.static List<UserTrackerPath>
UserTrackerPathUtil.findAll
(int start, int end, OrderByComparator<UserTrackerPath> orderByComparator) Returns an ordered range of all the user tracker paths.static List<UserTrackerPath>
UserTrackerPathUtil.findAll
(int start, int end, OrderByComparator<UserTrackerPath> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user tracker paths.UserTrackerPathPersistence.findByUserTrackerId
(long userTrackerId) Returns all the user tracker paths where userTrackerId = ?.UserTrackerPathPersistence.findByUserTrackerId
(long userTrackerId, int start, int end) Returns a range of all the user tracker paths where userTrackerId = ?.UserTrackerPathPersistence.findByUserTrackerId
(long userTrackerId, int start, int end, OrderByComparator<UserTrackerPath> orderByComparator) Returns an ordered range of all the user tracker paths where userTrackerId = ?.UserTrackerPathPersistence.findByUserTrackerId
(long userTrackerId, int start, int end, OrderByComparator<UserTrackerPath> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user tracker paths where userTrackerId = ?.static List<UserTrackerPath>
UserTrackerPathUtil.findByUserTrackerId
(long userTrackerId) Returns all the user tracker paths where userTrackerId = ?.static List<UserTrackerPath>
UserTrackerPathUtil.findByUserTrackerId
(long userTrackerId, int start, int end) Returns a range of all the user tracker paths where userTrackerId = ?.static List<UserTrackerPath>
UserTrackerPathUtil.findByUserTrackerId
(long userTrackerId, int start, int end, OrderByComparator<UserTrackerPath> orderByComparator) Returns an ordered range of all the user tracker paths where userTrackerId = ?.static List<UserTrackerPath>
UserTrackerPathUtil.findByUserTrackerId
(long userTrackerId, int start, int end, OrderByComparator<UserTrackerPath> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user tracker paths where userTrackerId = ?.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<UserTrackerPath> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type UserTrackerPathModifier and TypeMethodDescriptionvoid
UserTrackerPathPersistence.cacheResult
(UserTrackerPath userTrackerPath) Caches the user tracker path in the entity cache if it is enabled.static void
UserTrackerPathUtil.cacheResult
(UserTrackerPath userTrackerPath) Caches the user tracker path in the entity cache if it is enabled.static void
UserTrackerPathUtil.clearCache
(UserTrackerPath userTrackerPath) static UserTrackerPath
UserTrackerPathUtil.update
(UserTrackerPath userTrackerPath) static UserTrackerPath
UserTrackerPathUtil.update
(UserTrackerPath userTrackerPath, ServiceContext serviceContext) UserTrackerPathPersistence.updateImpl
(UserTrackerPath userTrackerPath) static UserTrackerPath
UserTrackerPathUtil.updateImpl
(UserTrackerPath userTrackerPath) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type UserTrackerPathModifier and TypeMethodDescriptionvoid
UserTrackerPathPersistence.cacheResult
(List<UserTrackerPath> userTrackerPaths) Caches the user tracker paths in the entity cache if it is enabled.static void
UserTrackerPathUtil.cacheResult
(List<UserTrackerPath> userTrackerPaths) Caches the user tracker paths in the entity cache if it is enabled.UserTrackerPathPersistence.fetchByUserTrackerId_First
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the first user tracker path in the ordered set where userTrackerId = ?.static UserTrackerPath
UserTrackerPathUtil.fetchByUserTrackerId_First
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the first user tracker path in the ordered set where userTrackerId = ?.UserTrackerPathPersistence.fetchByUserTrackerId_Last
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the last user tracker path in the ordered set where userTrackerId = ?.static UserTrackerPath
UserTrackerPathUtil.fetchByUserTrackerId_Last
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the last user tracker path in the ordered set where userTrackerId = ?.UserTrackerPathPersistence.findAll
(int start, int end, OrderByComparator<UserTrackerPath> orderByComparator) Returns an ordered range of all the user tracker paths.UserTrackerPathPersistence.findAll
(int start, int end, OrderByComparator<UserTrackerPath> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user tracker paths.static List<UserTrackerPath>
UserTrackerPathUtil.findAll
(int start, int end, OrderByComparator<UserTrackerPath> orderByComparator) Returns an ordered range of all the user tracker paths.static List<UserTrackerPath>
UserTrackerPathUtil.findAll
(int start, int end, OrderByComparator<UserTrackerPath> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user tracker paths.UserTrackerPathPersistence.findByUserTrackerId
(long userTrackerId, int start, int end, OrderByComparator<UserTrackerPath> orderByComparator) Returns an ordered range of all the user tracker paths where userTrackerId = ?.UserTrackerPathPersistence.findByUserTrackerId
(long userTrackerId, int start, int end, OrderByComparator<UserTrackerPath> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user tracker paths where userTrackerId = ?.static List<UserTrackerPath>
UserTrackerPathUtil.findByUserTrackerId
(long userTrackerId, int start, int end, OrderByComparator<UserTrackerPath> orderByComparator) Returns an ordered range of all the user tracker paths where userTrackerId = ?.static List<UserTrackerPath>
UserTrackerPathUtil.findByUserTrackerId
(long userTrackerId, int start, int end, OrderByComparator<UserTrackerPath> orderByComparator, boolean useFinderCache) Returns an ordered range of all the user tracker paths where userTrackerId = ?.UserTrackerPathPersistence.findByUserTrackerId_First
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the first user tracker path in the ordered set where userTrackerId = ?.static UserTrackerPath
UserTrackerPathUtil.findByUserTrackerId_First
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the first user tracker path in the ordered set where userTrackerId = ?.UserTrackerPathPersistence.findByUserTrackerId_Last
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the last user tracker path in the ordered set where userTrackerId = ?.static UserTrackerPath
UserTrackerPathUtil.findByUserTrackerId_Last
(long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the last user tracker path in the ordered set where userTrackerId = ?.UserTrackerPathPersistence.findByUserTrackerId_PrevAndNext
(long userTrackerPathId, long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?.static UserTrackerPath[]
UserTrackerPathUtil.findByUserTrackerId_PrevAndNext
(long userTrackerPathId, long userTrackerId, OrderByComparator<UserTrackerPath> orderByComparator) Returns the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?.static List<UserTrackerPath>
UserTrackerPathUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<UserTrackerPath> orderByComparator)