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_ACCESSORMethods 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 TypeMethodDescriptionvoidUserTracker.addPath(UserTrackerPath path) voidUserTrackerWrapper.addPath(UserTrackerPath path) protected UserTrackerPathWrapperUserTrackerPathWrapper.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 UserTrackerPathUserTrackerPathLocalServiceUtil.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 UserTrackerPathUserTrackerPathLocalServiceUtil.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 UserTrackerPathUserTrackerPathLocalServiceUtil.deleteUserTrackerPath(long userTrackerPathId) Deletes the user tracker path with the primary key from the database.static UserTrackerPathUserTrackerPathLocalServiceUtil.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 UserTrackerPathUserTrackerPathLocalServiceUtil.fetchUserTrackerPath(long userTrackerPathId) UserTrackerPathLocalServiceWrapper.fetchUserTrackerPath(long userTrackerPathId) UserTrackerPathLocalService.getUserTrackerPath(long userTrackerPathId) Returns the user tracker path with the primary key.static UserTrackerPathUserTrackerPathLocalServiceUtil.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 UserTrackerPathUserTrackerPathLocalServiceUtil.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 UserTrackerPathUserTrackerPathLocalServiceUtil.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 UserTrackerPathUserTrackerPathLocalServiceUtil.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 UserTrackerPathUserTrackerPathLocalServiceUtil.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 UserTrackerUserTrackerLocalServiceUtil.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 UserTrackerPathUserTrackerPathUtil.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 returnsnullif it could not be found.static UserTrackerPathUserTrackerPathUtil.fetchByPrimaryKey(long userTrackerPathId) Returns the user tracker path with the primary key or returnsnullif 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 UserTrackerPathUserTrackerPathUtil.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 UserTrackerPathUserTrackerPathUtil.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 aNoSuchUserTrackerPathExceptionif it could not be found.static UserTrackerPathUserTrackerPathUtil.findByPrimaryKey(long userTrackerPathId) Returns the user tracker path with the primary key or throws aNoSuchUserTrackerPathExceptionif 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 UserTrackerPathUserTrackerPathUtil.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 UserTrackerPathUserTrackerPathUtil.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 UserTrackerPathUserTrackerPathUtil.remove(long userTrackerPathId) Removes the user tracker path with the primary key from the database.static UserTrackerPathUserTrackerPathUtil.update(UserTrackerPath userTrackerPath) static UserTrackerPathUserTrackerPathUtil.update(UserTrackerPath userTrackerPath, ServiceContext serviceContext) UserTrackerPathPersistence.updateImpl(UserTrackerPath userTrackerPath) static UserTrackerPathUserTrackerPathUtil.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 TypeMethodDescriptionvoidUserTrackerPathPersistence.cacheResult(UserTrackerPath userTrackerPath) Caches the user tracker path in the entity cache if it is enabled.static voidUserTrackerPathUtil.cacheResult(UserTrackerPath userTrackerPath) Caches the user tracker path in the entity cache if it is enabled.static voidUserTrackerPathUtil.clearCache(UserTrackerPath userTrackerPath) static UserTrackerPathUserTrackerPathUtil.update(UserTrackerPath userTrackerPath) static UserTrackerPathUserTrackerPathUtil.update(UserTrackerPath userTrackerPath, ServiceContext serviceContext) UserTrackerPathPersistence.updateImpl(UserTrackerPath userTrackerPath) static UserTrackerPathUserTrackerPathUtil.updateImpl(UserTrackerPath userTrackerPath) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type UserTrackerPathModifier and TypeMethodDescriptionvoidUserTrackerPathPersistence.cacheResult(List<UserTrackerPath> userTrackerPaths) Caches the user tracker paths in the entity cache if it is enabled.static voidUserTrackerPathUtil.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 UserTrackerPathUserTrackerPathUtil.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 UserTrackerPathUserTrackerPathUtil.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 UserTrackerPathUserTrackerPathUtil.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 UserTrackerPathUserTrackerPathUtil.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)