Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchUserTrackerPathException

Packages that use NoSuchUserTrackerPathException
com.liferay.portal.service.persistence   
 

Uses of NoSuchUserTrackerPathException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchUserTrackerPathException
static UserTrackerPath UserTrackerPathUtil.findByPrimaryKey(long userTrackerPathId)
          Finds the user tracker path with the primary key or throws a NoSuchUserTrackerPathException if it could not be found.
 UserTrackerPath UserTrackerPathPersistence.findByPrimaryKey(long userTrackerPathId)
          Finds the user tracker path with the primary key or throws a NoSuchUserTrackerPathException if it could not be found.
 UserTrackerPath UserTrackerPathPersistenceImpl.findByPrimaryKey(long userTrackerPathId)
          Finds the user tracker path with the primary key or throws a NoSuchUserTrackerPathException if it could not be found.
static UserTrackerPath UserTrackerPathUtil.findByUserTrackerId_First(long userTrackerId, OrderByComparator orderByComparator)
          Finds the first user tracker path in the ordered set where userTrackerId = ?.
 UserTrackerPath UserTrackerPathPersistence.findByUserTrackerId_First(long userTrackerId, OrderByComparator orderByComparator)
          Finds the first user tracker path in the ordered set where userTrackerId = ?.
 UserTrackerPath UserTrackerPathPersistenceImpl.findByUserTrackerId_First(long userTrackerId, OrderByComparator orderByComparator)
          Finds the first user tracker path in the ordered set where userTrackerId = ?.
static UserTrackerPath UserTrackerPathUtil.findByUserTrackerId_Last(long userTrackerId, OrderByComparator orderByComparator)
          Finds the last user tracker path in the ordered set where userTrackerId = ?.
 UserTrackerPath UserTrackerPathPersistence.findByUserTrackerId_Last(long userTrackerId, OrderByComparator orderByComparator)
          Finds the last user tracker path in the ordered set where userTrackerId = ?.
 UserTrackerPath UserTrackerPathPersistenceImpl.findByUserTrackerId_Last(long userTrackerId, OrderByComparator orderByComparator)
          Finds the last user tracker path in the ordered set where userTrackerId = ?.
static UserTrackerPath[] UserTrackerPathUtil.findByUserTrackerId_PrevAndNext(long userTrackerPathId, long userTrackerId, OrderByComparator orderByComparator)
          Finds the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?.
 UserTrackerPath[] UserTrackerPathPersistence.findByUserTrackerId_PrevAndNext(long userTrackerPathId, long userTrackerId, OrderByComparator orderByComparator)
          Finds the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?.
 UserTrackerPath[] UserTrackerPathPersistenceImpl.findByUserTrackerId_PrevAndNext(long userTrackerPathId, long userTrackerId, OrderByComparator orderByComparator)
          Finds the user tracker paths before and after the current user tracker path in the ordered set where userTrackerId = ?.
static UserTrackerPath UserTrackerPathUtil.remove(long userTrackerPathId)
          Removes the user tracker path with the primary key from the database.
 UserTrackerPath UserTrackerPathPersistence.remove(long userTrackerPathId)
          Removes the user tracker path with the primary key from the database.
 UserTrackerPath UserTrackerPathPersistenceImpl.remove(long userTrackerPathId)
          Removes the user tracker path with the primary key from the database.
 


Liferay 6.0.5