Liferay 7.0-ce-b4

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

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

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(long classNameId, long classPK)
          Returns the trash version where classNameId = ? and classPK = ? or throws a NoSuchVersionException if it could not be found.
static TrashVersion TrashVersionUtil.findByC_C(long classNameId, long classPK)
          Returns the trash version where classNameId = ? and classPK = ? or throws a NoSuchVersionException if it could not be found.
 TrashVersion TrashVersionPersistence.findByE_C_First(long entryId, long classNameId, OrderByComparator<TrashVersion> 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<TrashVersion> orderByComparator)
          Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistence.findByE_C_Last(long entryId, long classNameId, OrderByComparator<TrashVersion> 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<TrashVersion> 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<TrashVersion> 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<TrashVersion> 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<TrashVersion> orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
static TrashVersion TrashVersionUtil.findByEntryId_First(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
 TrashVersion TrashVersionPersistence.findByEntryId_Last(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the last trash version in the ordered set where entryId = ?.
static TrashVersion TrashVersionUtil.findByEntryId_Last(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the last trash version in the ordered set where entryId = ?.
 TrashVersion[] TrashVersionPersistence.findByEntryId_PrevAndNext(long versionId, long entryId, OrderByComparator<TrashVersion> 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<TrashVersion> 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.removeByC_C(long classNameId, long classPK)
          Removes the trash version where classNameId = ? and classPK = ? from the database.
static TrashVersion TrashVersionUtil.removeByC_C(long classNameId, long classPK)
          Removes the trash version where classNameId = ? and classPK = ? from the database.
 

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

Methods in com.liferay.portlet.trash.service.persistence.impl that throw NoSuchVersionException
 TrashVersion TrashVersionPersistenceImpl.findByC_C(long classNameId, long classPK)
          Returns the trash version where classNameId = ? and classPK = ? or throws a NoSuchVersionException if it could not be found.
 TrashVersion TrashVersionPersistenceImpl.findByE_C_First(long entryId, long classNameId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the first trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistenceImpl.findByE_C_Last(long entryId, long classNameId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the last trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion[] TrashVersionPersistenceImpl.findByE_C_PrevAndNext(long versionId, long entryId, long classNameId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the trash versions before and after the current trash version in the ordered set where entryId = ? and classNameId = ?.
 TrashVersion TrashVersionPersistenceImpl.findByEntryId_First(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the first trash version in the ordered set where entryId = ?.
 TrashVersion TrashVersionPersistenceImpl.findByEntryId_Last(long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the last trash version in the ordered set where entryId = ?.
 TrashVersion[] TrashVersionPersistenceImpl.findByEntryId_PrevAndNext(long versionId, long entryId, OrderByComparator<TrashVersion> orderByComparator)
          Returns the trash versions before and after the current trash version in the ordered set where entryId = ?.
 TrashVersion TrashVersionPersistenceImpl.findByPrimaryKey(long versionId)
          Returns the trash version with the primary key or throws a NoSuchVersionException if it could not be found.
 TrashVersion TrashVersionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the trash version with the primary key or throws a NoSuchModelException if it could not be found.
 TrashVersion TrashVersionPersistenceImpl.remove(long versionId)
          Removes the trash version with the primary key from the database.
 TrashVersion TrashVersionPersistenceImpl.remove(Serializable primaryKey)
          Removes the trash version with the primary key from the database.
 TrashVersion TrashVersionPersistenceImpl.removeByC_C(long classNameId, long classPK)
          Removes the trash version where classNameId = ? and classPK = ? from the database.
 


Liferay 7.0-ce-b4