com.liferay.portal.service.persistence
Class UserTrackerPathUtil

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

public class UserTrackerPathUtil
extends java.lang.Object

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Author:
Brian Wing Shun Chan
See Also:
UserTrackerPathPersistence, UserTrackerPathPersistenceImpl
Generated:

Constructor Summary
UserTrackerPathUtil()
           
 
Method Summary
static void cacheResult(java.util.List<UserTrackerPath> userTrackerPaths)
           
static void cacheResult(UserTrackerPath userTrackerPath)
           
static void clearCache()
           
static void clearCache(UserTrackerPath userTrackerPath)
           
static int countAll()
           
static int countByUserTrackerId(long userTrackerId)
           
 int countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
static UserTrackerPath create(long userTrackerPathId)
           
static UserTrackerPath fetchByPrimaryKey(long userTrackerPathId)
           
static java.util.List<UserTrackerPath> findAll()
           
static java.util.List<UserTrackerPath> findAll(int start, int end)
           
static java.util.List<UserTrackerPath> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
static UserTrackerPath findByPrimaryKey(long userTrackerPathId)
           
static UserTrackerPath findByUserTrackerId_First(long userTrackerId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
static UserTrackerPath findByUserTrackerId_Last(long userTrackerId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
static UserTrackerPath[] findByUserTrackerId_PrevAndNext(long userTrackerPathId, long userTrackerId, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
static java.util.List<UserTrackerPath> findByUserTrackerId(long userTrackerId)
           
static java.util.List<UserTrackerPath> findByUserTrackerId(long userTrackerId, int start, int end)
           
static java.util.List<UserTrackerPath> findByUserTrackerId(long userTrackerId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
static UserTrackerPathPersistence getPersistence()
           
static UserTrackerPath remove(long userTrackerPathId)
           
static UserTrackerPath remove(UserTrackerPath userTrackerPath)
           
static void removeAll()
           
static void removeByUserTrackerId(long userTrackerId)
           
 void setPersistence(UserTrackerPathPersistence persistence)
           
static UserTrackerPath update(UserTrackerPath userTrackerPath)
          Deprecated. Use com.liferay.portal.service.persistence.BasePersistence.#update(com.liferay.portal.model.BaseModel, boolean).
static UserTrackerPath update(UserTrackerPath userTrackerPath, boolean merge)
           
static UserTrackerPath updateImpl(UserTrackerPath userTrackerPath, boolean merge)
           
 
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:
com.liferay.portal.service.persistence.BasePersistence#clearCache(UserTrackerPath)

countWithDynamicQuery

public int countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException
See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                                    int start,
                                                                    int end)
                                                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

remove

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

update

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

cacheResult

public static void cacheResult(UserTrackerPath userTrackerPath)

cacheResult

public static void cacheResult(java.util.List<UserTrackerPath> userTrackerPaths)

create

public static UserTrackerPath create(long userTrackerPathId)

remove

public static UserTrackerPath remove(long userTrackerPathId)
                              throws NoSuchUserTrackerPathException,
                                     com.liferay.portal.SystemException
Throws:
NoSuchUserTrackerPathException
com.liferay.portal.SystemException

update

public static UserTrackerPath update(UserTrackerPath userTrackerPath)
                              throws com.liferay.portal.SystemException
Deprecated. Use com.liferay.portal.service.persistence.BasePersistence.#update(com.liferay.portal.model.BaseModel, boolean).

Throws:
com.liferay.portal.SystemException

updateImpl

public static UserTrackerPath updateImpl(UserTrackerPath userTrackerPath,
                                         boolean merge)
                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByPrimaryKey

public static UserTrackerPath findByPrimaryKey(long userTrackerPathId)
                                        throws NoSuchUserTrackerPathException,
                                               com.liferay.portal.SystemException
Throws:
NoSuchUserTrackerPathException
com.liferay.portal.SystemException

fetchByPrimaryKey

public static UserTrackerPath fetchByPrimaryKey(long userTrackerPathId)
                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUserTrackerId

public static java.util.List<UserTrackerPath> findByUserTrackerId(long userTrackerId)
                                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUserTrackerId

public static java.util.List<UserTrackerPath> findByUserTrackerId(long userTrackerId,
                                                                  int start,
                                                                  int end)
                                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUserTrackerId

public static java.util.List<UserTrackerPath> findByUserTrackerId(long userTrackerId,
                                                                  int start,
                                                                  int end,
                                                                  com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUserTrackerId_First

public static UserTrackerPath findByUserTrackerId_First(long userTrackerId,
                                                        com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                 throws NoSuchUserTrackerPathException,
                                                        com.liferay.portal.SystemException
Throws:
NoSuchUserTrackerPathException
com.liferay.portal.SystemException

findByUserTrackerId_Last

public static UserTrackerPath findByUserTrackerId_Last(long userTrackerId,
                                                       com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                throws NoSuchUserTrackerPathException,
                                                       com.liferay.portal.SystemException
Throws:
NoSuchUserTrackerPathException
com.liferay.portal.SystemException

findByUserTrackerId_PrevAndNext

public static UserTrackerPath[] findByUserTrackerId_PrevAndNext(long userTrackerPathId,
                                                                long userTrackerId,
                                                                com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                                         throws NoSuchUserTrackerPathException,
                                                                com.liferay.portal.SystemException
Throws:
NoSuchUserTrackerPathException
com.liferay.portal.SystemException

findAll

public static java.util.List<UserTrackerPath> findAll()
                                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

public static java.util.List<UserTrackerPath> findAll(int start,
                                                      int end)
                                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

public static java.util.List<UserTrackerPath> findAll(int start,
                                                      int end,
                                                      com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByUserTrackerId

public static void removeByUserTrackerId(long userTrackerId)
                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeAll

public static void removeAll()
                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByUserTrackerId

public static int countByUserTrackerId(long userTrackerId)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countAll

public static int countAll()
                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getPersistence

public static UserTrackerPathPersistence getPersistence()

setPersistence

public void setPersistence(UserTrackerPathPersistence persistence)