Liferay 6.2-ce-ga5

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

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

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

Methods in com.liferay.portlet.asset.service.persistence that throw NoSuchEntryException
static AssetEntry AssetEntryUtil.findByC_C(long classNameId, long classPK)
          Returns the asset entry where classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found.
 AssetEntry AssetEntryPersistence.findByC_C(long classNameId, long classPK)
          Returns the asset entry where classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found.
static AssetEntry AssetEntryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where companyId = ?.
static AssetEntry AssetEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where companyId = ?.
static AssetEntry[] AssetEntryUtil.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where companyId = ?.
 AssetEntry[] AssetEntryPersistence.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where companyId = ?.
static AssetEntry AssetEntryUtil.findByExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistence.findByExpirationDate_First(Date expirationDate, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
static AssetEntry AssetEntryUtil.findByExpirationDate_Last(Date expirationDate, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistence.findByExpirationDate_Last(Date expirationDate, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where expirationDate = ?.
static AssetEntry[] AssetEntryUtil.findByExpirationDate_PrevAndNext(long entryId, Date expirationDate, OrderByComparator orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where expirationDate = ?.
 AssetEntry[] AssetEntryPersistence.findByExpirationDate_PrevAndNext(long entryId, Date expirationDate, OrderByComparator orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where expirationDate = ?.
static AssetEntry AssetEntryUtil.findByG_CU(long groupId, String classUuid)
          Returns the asset entry where groupId = ? and classUuid = ? or throws a NoSuchEntryException if it could not be found.
 AssetEntry AssetEntryPersistence.findByG_CU(long groupId, String classUuid)
          Returns the asset entry where groupId = ? and classUuid = ? or throws a NoSuchEntryException if it could not be found.
static AssetEntry AssetEntryUtil.findByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistence.findByLayoutUuid_First(String layoutUuid, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
static AssetEntry AssetEntryUtil.findByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistence.findByLayoutUuid_Last(String layoutUuid, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where layoutUuid = ?.
static AssetEntry[] AssetEntryUtil.findByLayoutUuid_PrevAndNext(long entryId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where layoutUuid = ?.
 AssetEntry[] AssetEntryPersistence.findByLayoutUuid_PrevAndNext(long entryId, String layoutUuid, OrderByComparator orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where layoutUuid = ?.
static AssetEntry AssetEntryUtil.findByPrimaryKey(long entryId)
          Returns the asset entry with the primary key or throws a NoSuchEntryException if it could not be found.
 AssetEntry AssetEntryPersistence.findByPrimaryKey(long entryId)
          Returns the asset entry with the primary key or throws a NoSuchEntryException if it could not be found.
static AssetEntry AssetEntryUtil.findByPublishDate_First(Date publishDate, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistence.findByPublishDate_First(Date publishDate, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
static AssetEntry AssetEntryUtil.findByPublishDate_Last(Date publishDate, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistence.findByPublishDate_Last(Date publishDate, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where publishDate = ?.
static AssetEntry[] AssetEntryUtil.findByPublishDate_PrevAndNext(long entryId, Date publishDate, OrderByComparator orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where publishDate = ?.
 AssetEntry[] AssetEntryPersistence.findByPublishDate_PrevAndNext(long entryId, Date publishDate, OrderByComparator orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where publishDate = ?.
static AssetEntry AssetEntryUtil.findByVisible_First(boolean visible, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
 AssetEntry AssetEntryPersistence.findByVisible_First(boolean visible, OrderByComparator orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
static AssetEntry AssetEntryUtil.findByVisible_Last(boolean visible, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where visible = ?.
 AssetEntry AssetEntryPersistence.findByVisible_Last(boolean visible, OrderByComparator orderByComparator)
          Returns the last asset entry in the ordered set where visible = ?.
static AssetEntry[] AssetEntryUtil.findByVisible_PrevAndNext(long entryId, boolean visible, OrderByComparator orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where visible = ?.
 AssetEntry[] AssetEntryPersistence.findByVisible_PrevAndNext(long entryId, boolean visible, OrderByComparator orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where visible = ?.
static AssetEntry AssetEntryUtil.remove(long entryId)
          Removes the asset entry with the primary key from the database.
 AssetEntry AssetEntryPersistence.remove(long entryId)
          Removes the asset entry with the primary key from the database.
static AssetEntry AssetEntryUtil.removeByC_C(long classNameId, long classPK)
          Removes the asset entry where classNameId = ? and classPK = ? from the database.
 AssetEntry AssetEntryPersistence.removeByC_C(long classNameId, long classPK)
          Removes the asset entry where classNameId = ? and classPK = ? from the database.
static AssetEntry AssetEntryUtil.removeByG_CU(long groupId, String classUuid)
          Removes the asset entry where groupId = ? and classUuid = ? from the database.
 AssetEntry AssetEntryPersistence.removeByG_CU(long groupId, String classUuid)
          Removes the asset entry where groupId = ? and classUuid = ? from the database.
 


Liferay 6.2-ce-ga5