Liferay 6.2-ce-ga5

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

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

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

Methods in com.liferay.portlet.trash.service.persistence that throw NoSuchEntryException
static TrashEntry TrashEntryUtil.findByC_C(long classNameId, long classPK)
          Returns the trash entry where classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found.
 TrashEntry TrashEntryPersistence.findByC_C(long classNameId, long classPK)
          Returns the trash entry where classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found.
 TrashEntry TrashEntryPersistenceImpl.findByC_C(long classNameId, long classPK)
          Returns the trash entry where classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found.
static TrashEntry TrashEntryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where companyId = ?.
static TrashEntry TrashEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
 TrashEntry TrashEntryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where companyId = ?.
static TrashEntry[] TrashEntryUtil.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where companyId = ?.
 TrashEntry[] TrashEntryPersistence.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where companyId = ?.
 TrashEntry[] TrashEntryPersistenceImpl.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where companyId = ?.
static TrashEntry TrashEntryUtil.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistence.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistenceImpl.findByG_C_First(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and classNameId = ?.
static TrashEntry TrashEntryUtil.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistence.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry TrashEntryPersistenceImpl.findByG_C_Last(long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and classNameId = ?.
static TrashEntry[] TrashEntryUtil.findByG_C_PrevAndNext(long entryId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry[] TrashEntryPersistence.findByG_C_PrevAndNext(long entryId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and classNameId = ?.
 TrashEntry[] TrashEntryPersistenceImpl.findByG_C_PrevAndNext(long entryId, long groupId, long classNameId, OrderByComparator orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and classNameId = ?.
static TrashEntry TrashEntryUtil.findByG_LtCD_First(long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistence.findByG_LtCD_First(long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistenceImpl.findByG_LtCD_First(long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ? and createDate < ?.
static TrashEntry TrashEntryUtil.findByG_LtCD_Last(long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistence.findByG_LtCD_Last(long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry TrashEntryPersistenceImpl.findByG_LtCD_Last(long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ? and createDate < ?.
static TrashEntry[] TrashEntryUtil.findByG_LtCD_PrevAndNext(long entryId, long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry[] TrashEntryPersistence.findByG_LtCD_PrevAndNext(long entryId, long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and createDate < ?.
 TrashEntry[] TrashEntryPersistenceImpl.findByG_LtCD_PrevAndNext(long entryId, long groupId, Date createDate, OrderByComparator orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ? and createDate < ?.
static TrashEntry TrashEntryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first trash entry in the ordered set where groupId = ?.
static TrashEntry TrashEntryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
 TrashEntry TrashEntryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last trash entry in the ordered set where groupId = ?.
static TrashEntry[] TrashEntryUtil.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ?.
 TrashEntry[] TrashEntryPersistence.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ?.
 TrashEntry[] TrashEntryPersistenceImpl.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator)
          Returns the trash entries before and after the current trash entry in the ordered set where groupId = ?.
static TrashEntry TrashEntryUtil.findByPrimaryKey(long entryId)
          Returns the trash entry with the primary key or throws a NoSuchEntryException if it could not be found.
 TrashEntry TrashEntryPersistence.findByPrimaryKey(long entryId)
          Returns the trash entry with the primary key or throws a NoSuchEntryException if it could not be found.
 TrashEntry TrashEntryPersistenceImpl.findByPrimaryKey(long entryId)
          Returns the trash entry with the primary key or throws a NoSuchEntryException if it could not be found.
 TrashEntry TrashEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the trash entry with the primary key or throws a NoSuchModelException if it could not be found.
static TrashEntry TrashEntryUtil.remove(long entryId)
          Removes the trash entry with the primary key from the database.
 TrashEntry TrashEntryPersistence.remove(long entryId)
          Removes the trash entry with the primary key from the database.
 TrashEntry TrashEntryPersistenceImpl.remove(long entryId)
          Removes the trash entry with the primary key from the database.
 TrashEntry TrashEntryPersistenceImpl.remove(Serializable primaryKey)
          Removes the trash entry with the primary key from the database.
static TrashEntry TrashEntryUtil.removeByC_C(long classNameId, long classPK)
          Removes the trash entry where classNameId = ? and classPK = ? from the database.
 TrashEntry TrashEntryPersistence.removeByC_C(long classNameId, long classPK)
          Removes the trash entry where classNameId = ? and classPK = ? from the database.
 TrashEntry TrashEntryPersistenceImpl.removeByC_C(long classNameId, long classPK)
          Removes the trash entry where classNameId = ? and classPK = ? from the database.
 


Liferay 6.2-ce-ga5