Liferay 6.2-ce-ga5

com.liferay.portal.service.persistence
Class UserTrackerPathUtil

java.lang.Object
  extended by com.liferay.portal.service.persistence.UserTrackerPathUtil

@ProviderType
public class UserTrackerPathUtil
extends Object

The persistence utility for the user tracker path service. This utility wraps UserTrackerPathPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

See Also:
UserTrackerPathPersistence, UserTrackerPathPersistenceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
UserTrackerPathUtil()
           
 
Method Summary
static void cacheResult(List<UserTrackerPath> userTrackerPaths)
          Caches the user tracker paths in the entity cache if it is enabled.
static void cacheResult(UserTrackerPath userTrackerPath)
          Caches the user tracker path in the entity cache if it is enabled.
static void clearCache()
           
static void clearCache(UserTrackerPath userTrackerPath)
           
static int countAll()
          Returns the number of user tracker paths.
static int countByUserTrackerId(long userTrackerId)
          Returns the number of user tracker paths where userTrackerId = ?.
static long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static UserTrackerPath create(long userTrackerPathId)
          Creates a new user tracker path with the primary key.
static UserTrackerPath fetchByPrimaryKey(long userTrackerPathId)
          Returns the user tracker path with the primary key or returns null if it could not be found.
static UserTrackerPath fetchByUserTrackerId_First(long userTrackerId, OrderByComparator orderByComparator)
          Returns the first user tracker path in the ordered set where userTrackerId = ?.
static UserTrackerPath fetchByUserTrackerId_Last(long userTrackerId, OrderByComparator orderByComparator)
          Returns the last user tracker path in the ordered set where userTrackerId = ?.
static List<UserTrackerPath> findAll()
          Returns all the user tracker paths.
static List<UserTrackerPath> findAll(int start, int end)
          Returns a range of all the user tracker paths.
static List<UserTrackerPath> findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user tracker paths.
static UserTrackerPath findByPrimaryKey(long userTrackerPathId)
          Returns the user tracker path with the primary key or throws a NoSuchUserTrackerPathException if it could not be found.
static UserTrackerPath findByUserTrackerId_First(long userTrackerId, OrderByComparator orderByComparator)
          Returns the first user tracker path in the ordered set where userTrackerId = ?.
static UserTrackerPath findByUserTrackerId_Last(long userTrackerId, OrderByComparator orderByComparator)
          Returns the last user tracker path in the ordered set where userTrackerId = ?.
static UserTrackerPath[] findByUserTrackerId_PrevAndNext(long userTrackerPathId, long userTrackerId, OrderByComparator orderByComparator)
          Returns the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?.
static List<UserTrackerPath> findByUserTrackerId(long userTrackerId)
          Returns all the user tracker paths where userTrackerId = ?.
static List<UserTrackerPath> findByUserTrackerId(long userTrackerId, int start, int end)
          Returns a range of all the user tracker paths where userTrackerId = ?.
static List<UserTrackerPath> findByUserTrackerId(long userTrackerId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the user tracker paths where userTrackerId = ?.
static List<UserTrackerPath> findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<UserTrackerPath> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<UserTrackerPath> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static UserTrackerPathPersistence getPersistence()
           
static UserTrackerPath remove(long userTrackerPathId)
          Removes the user tracker path with the primary key from the database.
static void removeAll()
          Removes all the user tracker paths from the database.
static void removeByUserTrackerId(long userTrackerId)
          Removes all the user tracker paths where userTrackerId = ? from the database.
 void setPersistence(UserTrackerPathPersistence persistence)
          Deprecated. As of 6.2.0
static UserTrackerPath update(UserTrackerPath userTrackerPath)
           
static UserTrackerPath update(UserTrackerPath userTrackerPath, ServiceContext serviceContext)
           
static UserTrackerPath updateImpl(UserTrackerPath userTrackerPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserTrackerPathUtil

public UserTrackerPathUtil()
Method Detail

clearCache

public static void clearCache()
See Also:
BasePersistence.clearCache()

clearCache

public static void clearCache(UserTrackerPath userTrackerPath)
See Also:
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)

countWithDynamicQuery

public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
                                  throws SystemException
Throws:
SystemException
See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<UserTrackerPath> findWithDynamicQuery(DynamicQuery dynamicQuery)
                                                  throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<UserTrackerPath> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                         int start,
                                                         int end)
                                                  throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

findWithDynamicQuery

public static List<UserTrackerPath> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                         int start,
                                                         int end,
                                                         OrderByComparator orderByComparator)
                                                  throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)

update

public static UserTrackerPath update(UserTrackerPath userTrackerPath)
                              throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel)

update

public static UserTrackerPath update(UserTrackerPath userTrackerPath,
                                     ServiceContext serviceContext)
                              throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, ServiceContext)

findByUserTrackerId

public static List<UserTrackerPath> findByUserTrackerId(long userTrackerId)
                                                 throws SystemException
Returns all the user tracker paths where userTrackerId = ?.

Parameters:
userTrackerId - the user tracker ID
Returns:
the matching user tracker paths
Throws:
SystemException - if a system exception occurred

findByUserTrackerId

public static List<UserTrackerPath> findByUserTrackerId(long userTrackerId,
                                                        int start,
                                                        int end)
                                                 throws SystemException
Returns a range of all the user tracker paths where userTrackerId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserTrackerPathModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
userTrackerId - the user tracker ID
start - the lower bound of the range of user tracker paths
end - the upper bound of the range of user tracker paths (not inclusive)
Returns:
the range of matching user tracker paths
Throws:
SystemException - if a system exception occurred

findByUserTrackerId

public static List<UserTrackerPath> findByUserTrackerId(long userTrackerId,
                                                        int start,
                                                        int end,
                                                        OrderByComparator orderByComparator)
                                                 throws SystemException
Returns an ordered range of all the user tracker paths where userTrackerId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserTrackerPathModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
userTrackerId - the user tracker ID
start - the lower bound of the range of user tracker paths
end - the upper bound of the range of user tracker paths (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching user tracker paths
Throws:
SystemException - if a system exception occurred

findByUserTrackerId_First

public static UserTrackerPath findByUserTrackerId_First(long userTrackerId,
                                                        OrderByComparator orderByComparator)
                                                 throws NoSuchUserTrackerPathException,
                                                        SystemException
Returns the first user tracker path in the ordered set where userTrackerId = ?.

Parameters:
userTrackerId - the user tracker ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching user tracker path
Throws:
NoSuchUserTrackerPathException - if a matching user tracker path could not be found
SystemException - if a system exception occurred

fetchByUserTrackerId_First

public static UserTrackerPath fetchByUserTrackerId_First(long userTrackerId,
                                                         OrderByComparator orderByComparator)
                                                  throws SystemException
Returns the first user tracker path in the ordered set where userTrackerId = ?.

Parameters:
userTrackerId - the user tracker ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching user tracker path, or null if a matching user tracker path could not be found
Throws:
SystemException - if a system exception occurred

findByUserTrackerId_Last

public static UserTrackerPath findByUserTrackerId_Last(long userTrackerId,
                                                       OrderByComparator orderByComparator)
                                                throws NoSuchUserTrackerPathException,
                                                       SystemException
Returns the last user tracker path in the ordered set where userTrackerId = ?.

Parameters:
userTrackerId - the user tracker ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching user tracker path
Throws:
NoSuchUserTrackerPathException - if a matching user tracker path could not be found
SystemException - if a system exception occurred

fetchByUserTrackerId_Last

public static UserTrackerPath fetchByUserTrackerId_Last(long userTrackerId,
                                                        OrderByComparator orderByComparator)
                                                 throws SystemException
Returns the last user tracker path in the ordered set where userTrackerId = ?.

Parameters:
userTrackerId - the user tracker ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching user tracker path, or null if a matching user tracker path could not be found
Throws:
SystemException - if a system exception occurred

findByUserTrackerId_PrevAndNext

public static UserTrackerPath[] findByUserTrackerId_PrevAndNext(long userTrackerPathId,
                                                                long userTrackerId,
                                                                OrderByComparator orderByComparator)
                                                         throws NoSuchUserTrackerPathException,
                                                                SystemException
Returns the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?.

Parameters:
userTrackerPathId - the primary key of the current user tracker path
userTrackerId - the user tracker ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next user tracker path
Throws:
NoSuchUserTrackerPathException - if a user tracker path with the primary key could not be found
SystemException - if a system exception occurred

removeByUserTrackerId

public static void removeByUserTrackerId(long userTrackerId)
                                  throws SystemException
Removes all the user tracker paths where userTrackerId = ? from the database.

Parameters:
userTrackerId - the user tracker ID
Throws:
SystemException - if a system exception occurred

countByUserTrackerId

public static int countByUserTrackerId(long userTrackerId)
                                throws SystemException
Returns the number of user tracker paths where userTrackerId = ?.

Parameters:
userTrackerId - the user tracker ID
Returns:
the number of matching user tracker paths
Throws:
SystemException - if a system exception occurred

cacheResult

public static void cacheResult(UserTrackerPath userTrackerPath)
Caches the user tracker path in the entity cache if it is enabled.

Parameters:
userTrackerPath - the user tracker path

cacheResult

public static void cacheResult(List<UserTrackerPath> userTrackerPaths)
Caches the user tracker paths in the entity cache if it is enabled.

Parameters:
userTrackerPaths - the user tracker paths

create

public static UserTrackerPath create(long userTrackerPathId)
Creates a new user tracker path with the primary key. Does not add the user tracker path to the database.

Parameters:
userTrackerPathId - the primary key for the new user tracker path
Returns:
the new user tracker path

remove

public static UserTrackerPath remove(long userTrackerPathId)
                              throws NoSuchUserTrackerPathException,
                                     SystemException
Removes the user tracker path with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
userTrackerPathId - the primary key of the user tracker path
Returns:
the user tracker path that was removed
Throws:
NoSuchUserTrackerPathException - if a user tracker path with the primary key could not be found
SystemException - if a system exception occurred

updateImpl

public static UserTrackerPath updateImpl(UserTrackerPath userTrackerPath)
                                  throws SystemException
Throws:
SystemException

findByPrimaryKey

public static UserTrackerPath findByPrimaryKey(long userTrackerPathId)
                                        throws NoSuchUserTrackerPathException,
                                               SystemException
Returns the user tracker path with the primary key or throws a NoSuchUserTrackerPathException if it could not be found.

Parameters:
userTrackerPathId - the primary key of the user tracker path
Returns:
the user tracker path
Throws:
NoSuchUserTrackerPathException - if a user tracker path with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

public static UserTrackerPath fetchByPrimaryKey(long userTrackerPathId)
                                         throws SystemException
Returns the user tracker path with the primary key or returns null if it could not be found.

Parameters:
userTrackerPathId - the primary key of the user tracker path
Returns:
the user tracker path, or null if a user tracker path with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findAll

public static List<UserTrackerPath> findAll()
                                     throws SystemException
Returns all the user tracker paths.

Returns:
the user tracker paths
Throws:
SystemException - if a system exception occurred

findAll

public static List<UserTrackerPath> findAll(int start,
                                            int end)
                                     throws SystemException
Returns a range of all the user tracker paths.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserTrackerPathModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
start - the lower bound of the range of user tracker paths
end - the upper bound of the range of user tracker paths (not inclusive)
Returns:
the range of user tracker paths
Throws:
SystemException - if a system exception occurred

findAll

public static List<UserTrackerPath> findAll(int start,
                                            int end,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns an ordered range of all the user tracker paths.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from UserTrackerPathModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
start - the lower bound of the range of user tracker paths
end - the upper bound of the range of user tracker paths (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of user tracker paths
Throws:
SystemException - if a system exception occurred

removeAll

public static void removeAll()
                      throws SystemException
Removes all the user tracker paths from the database.

Throws:
SystemException - if a system exception occurred

countAll

public static int countAll()
                    throws SystemException
Returns the number of user tracker paths.

Returns:
the number of user tracker paths
Throws:
SystemException - if a system exception occurred

getPersistence

public static UserTrackerPathPersistence getPersistence()

setPersistence

public void setPersistence(UserTrackerPathPersistence persistence)
Deprecated. As of 6.2.0


Liferay 6.2-ce-ga5