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

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<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 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<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 obc)
           
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 update(UserTrackerPath userTrackerPath, boolean merge).
static UserTrackerPath update(UserTrackerPath userTrackerPath, boolean merge)
          Add, update, or merge, the entity.
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 NoSuchUserTrackerPathException,
                                     com.liferay.portal.SystemException
Throws:
NoSuchUserTrackerPathException
com.liferay.portal.SystemException

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
Deprecated. Use update(UserTrackerPath userTrackerPath, boolean merge).

Throws:
com.liferay.portal.SystemException

update

public static UserTrackerPath update(UserTrackerPath userTrackerPath,
                                     boolean merge)
                              throws com.liferay.portal.SystemException
Add, update, or merge, the entity. This method also calls the model listeners to trigger the proper events associated with adding, deleting, or updating an entity.

Parameters:
userTrackerPath - the entity to add, update, or merge
merge - boolean value for whether to merge the entity. The default value is false. Setting merge to true is more expensive and should only be true when userTrackerPath is transient. See LEP-5473 for a detailed discussion of this method.
Returns:
true if the portlet can be displayed via Ajax
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 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 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 obc)
                                                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 obc)
                                                         throws NoSuchUserTrackerPathException,
                                                                com.liferay.portal.SystemException
Throws:
NoSuchUserTrackerPathException
com.liferay.portal.SystemException

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

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

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 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)