Liferay 6.2-ce-ga5

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
 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_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first 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_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last 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.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.findByE_C_C(long entryId, long classNameId, long classPK)
          Returns the trash version where entryId = ? and classNameId = ? and classPK = ? or throws a NoSuchVersionException if it could not be found.
static TrashVersion TrashVersionUtil.findByE_C_C(long entryId, long classNameId, long classPK)
          Returns the trash version where entryId = ? and classNameId = ? and classPK = ? or throws a NoSuchVersionException if it could not be found.
 TrashVersion TrashVersionPersistence.findByE_C_First(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
static TrashVersion TrashVersionUtil.findByE_C_First(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistence.findByE_C_Last(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
static TrashVersion TrashVersionUtil.findByE_C_Last(long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion[] TrashVersionPersistence.findByE_C_PrevAndNext(long versionId, long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the trash versions before and after the current trash version in the ordered set where entryId = ? and classNameId = ?.
static TrashVersion[] TrashVersionUtil.findByE_C_PrevAndNext(long versionId, long entryId, long classNameId, OrderByComparator orderByComparator)
          Returns the trash versions before and after the current trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistence.findByEntryId_First(long entryId, OrderByComparator orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
static TrashVersion TrashVersionUtil.findByEntryId_First(long entryId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long entryId, OrderByComparator orderByComparator)
          Returns the last 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.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.findByPrimaryKey(long versionId)
          Returns the trash version with the primary key or throws a NoSuchVersionException if it could not be found.
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.remove(long versionId)
          Removes the trash version with the primary key from the database.
static TrashVersion TrashVersionUtil.remove(long versionId)
          Removes the trash version with the primary key from the database.
 TrashVersion TrashVersionPersistence.removeByE_C_C(long entryId, long classNameId, long classPK)
          Removes the trash version where entryId = ? and classNameId = ? and classPK = ? from the database.
static TrashVersion TrashVersionUtil.removeByE_C_C(long entryId, long classNameId, long classPK)
          Removes the trash version where entryId = ? and classNameId = ? and classPK = ? from the database.
 


Liferay 6.2-ce-ga5