com.liferay.portal.service.persistence
Interface UserTrackerPathPersistence

All Superinterfaces:
BasePersistence<UserTrackerPath>

public interface UserTrackerPathPersistence
extends BasePersistence<UserTrackerPath>

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:
UserTrackerPathPersistenceImpl, UserTrackerPathUtil
Generated:

Method Summary
 void cacheResult(java.util.List<UserTrackerPath> userTrackerPaths)
           
 void cacheResult(UserTrackerPath userTrackerPath)
           
 int countAll()
           
 int countByUserTrackerId(long userTrackerId)
           
 UserTrackerPath create(long userTrackerPathId)
           
 UserTrackerPath fetchByPrimaryKey(long userTrackerPathId)
           
 java.util.List<UserTrackerPath> findAll()
           
 java.util.List<UserTrackerPath> findAll(int start, int end)
           
 java.util.List<UserTrackerPath> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 UserTrackerPath findByPrimaryKey(long userTrackerPathId)
           
 UserTrackerPath findByUserTrackerId_First(long userTrackerId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 UserTrackerPath findByUserTrackerId_Last(long userTrackerId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 UserTrackerPath[] findByUserTrackerId_PrevAndNext(long userTrackerPathId, long userTrackerId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<UserTrackerPath> findByUserTrackerId(long userTrackerId)
           
 java.util.List<UserTrackerPath> findByUserTrackerId(long userTrackerId, int start, int end)
           
 java.util.List<UserTrackerPath> findByUserTrackerId(long userTrackerId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 UserTrackerPath remove(long userTrackerPathId)
           
 void removeAll()
           
 void removeByUserTrackerId(long userTrackerId)
           
 UserTrackerPath updateImpl(UserTrackerPath userTrackerPath, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update
 

Method Detail

cacheResult

void cacheResult(UserTrackerPath userTrackerPath)

cacheResult

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

create

UserTrackerPath create(long userTrackerPathId)

remove

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

updateImpl

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

findByPrimaryKey

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

fetchByPrimaryKey

UserTrackerPath fetchByPrimaryKey(long userTrackerPathId)
                                  throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByUserTrackerId

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

findByUserTrackerId

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

findByUserTrackerId

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

findByUserTrackerId_First

UserTrackerPath findByUserTrackerId_First(long userTrackerId,
                                          com.liferay.portal.kernel.util.OrderByComparator obc)
                                          throws NoSuchUserTrackerPathException,
                                                 com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchUserTrackerPathException
com.liferay.portal.kernel.exception.SystemException

findByUserTrackerId_Last

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

findByUserTrackerId_PrevAndNext

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

findAll

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

findAll

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

findAll

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

removeByUserTrackerId

void removeByUserTrackerId(long userTrackerId)
                           throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeAll

void removeAll()
               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByUserTrackerId

int countByUserTrackerId(long userTrackerId)
                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countAll

int countAll()
             throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException