Liferay 6.2.0-ce-m5

Uses of Class
com.liferay.portlet.trash.NoSuchVersionException

Packages that use NoSuchVersionException
com.liferay.portlet.trash.service.persistence   
 

Uses of NoSuchVersionException in com.liferay.portlet.trash.service.persistence
 

Methods in com.liferay.portlet.trash.service.persistence that throw NoSuchVersionException
static TrashVersion TrashVersionUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where classNameId = ? and classPK = ?.
 TrashVersion TrashVersionPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where classNameId = ? and classPK = ?.
static TrashVersion TrashVersionUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where classNameId = ? and classPK = ?.
 TrashVersion TrashVersionPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where classNameId = ? and classPK = ?.
static TrashVersion[] TrashVersionUtil.findByC_C_PrevAndNext(long versionId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the trash versions before and after the current trash version in the ordered set where classNameId = ? and classPK = ?.
 TrashVersion[] TrashVersionPersistence.findByC_C_PrevAndNext(long versionId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the trash versions before and after the current trash version in the ordered set where classNameId = ? and classPK = ?.
static TrashVersion TrashVersionUtil.findByEntryId_First(long entryId, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
 TrashVersion TrashVersionPersistence.findByEntryId_First(long entryId, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
static TrashVersion TrashVersionUtil.findByEntryId_Last(long entryId, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where entryId = ?.
 TrashVersion TrashVersionPersistence.findByEntryId_Last(long entryId, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where entryId = ?.
static TrashVersion[] TrashVersionUtil.findByEntryId_PrevAndNext(long versionId, long entryId, OrderByComparator orderByComparator)
          Returns the trash versions before and after the current trash version in the ordered set where entryId = ?.
 TrashVersion[] TrashVersionPersistence.findByEntryId_PrevAndNext(long versionId, long entryId, OrderByComparator orderByComparator)
          Returns the trash versions before and after the current trash version in the ordered set where entryId = ?.
static TrashVersion TrashVersionUtil.findByPrimaryKey(long versionId)
          Returns the trash version with the primary key or throws a NoSuchVersionException if it could not be found.
 TrashVersion TrashVersionPersistence.findByPrimaryKey(long versionId)
          Returns the trash version with the primary key or throws a NoSuchVersionException if it could not be found.
static TrashVersion TrashVersionUtil.remove(long versionId)
          Removes the trash version with the primary key from the database.
 TrashVersion TrashVersionPersistence.remove(long versionId)
          Removes the trash version with the primary key from the database.
 


Liferay 6.2.0-ce-m5