com.liferay.portal.service.persistence
Class UserTrackerPathUtil

java.lang.Object
  extended bycom.liferay.portal.service.persistence.UserTrackerPathUtil

public class UserTrackerPathUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
UserTrackerPathUtil()
           
 
Method Summary
static int countAll()
           
static int countByUserTrackerId(long userTrackerId)
           
static UserTrackerPath create(long userTrackerPathId)
           
static UserTrackerPath fetchByPrimaryKey(long userTrackerPathId)
           
static java.util.List findAll()
           
static java.util.List findAll(int begin, int end)
           
static java.util.List findAll(int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static UserTrackerPath findByPrimaryKey(long userTrackerPathId)
           
static UserTrackerPath findByUserTrackerId_First(long userTrackerId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static UserTrackerPath findByUserTrackerId_Last(long userTrackerId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static UserTrackerPath[] findByUserTrackerId_PrevAndNext(long userTrackerPathId, long userTrackerId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static java.util.List findByUserTrackerId(long userTrackerId)
           
static java.util.List findByUserTrackerId(long userTrackerId, int begin, int end)
           
static java.util.List findByUserTrackerId(long userTrackerId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
static java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, 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)
           
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

create

public static UserTrackerPath create(long userTrackerPathId)

remove

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

remove

public static UserTrackerPath remove(UserTrackerPath userTrackerPath)
                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

update

public static UserTrackerPath update(UserTrackerPath userTrackerPath)
                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

update

public static UserTrackerPath update(UserTrackerPath userTrackerPath,
                                     boolean merge)
                              throws com.liferay.portal.SystemException
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 com.liferay.portal.SystemException,
                                               NoSuchUserTrackerPathException
Throws:
com.liferay.portal.SystemException
NoSuchUserTrackerPathException

fetchByPrimaryKey

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

findByUserTrackerId

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

findByUserTrackerId

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

findByUserTrackerId

public static java.util.List findByUserTrackerId(long userTrackerId,
                                                 int begin,
                                                 int end,
                                                 com.liferay.portal.kernel.util.OrderByComparator obc)
                                          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 obc)
                                                 throws com.liferay.portal.SystemException,
                                                        NoSuchUserTrackerPathException
Throws:
com.liferay.portal.SystemException
NoSuchUserTrackerPathException

findByUserTrackerId_Last

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

findByUserTrackerId_PrevAndNext

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

findWithDynamicQuery

public static java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findWithDynamicQuery

public static java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                                  int begin,
                                                  int end)
                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

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

findAll

public static java.util.List findAll(int begin,
                                     int end)
                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

public static java.util.List findAll(int begin,
                                     int end,
                                     com.liferay.portal.kernel.util.OrderByComparator obc)
                              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)