Uses of Class
com.liferay.asset.kernel.exception.NoSuchEntryException
Packages that use NoSuchEntryException
-
Uses of NoSuchEntryException in com.liferay.asset.kernel.service.persistence
Methods in com.liferay.asset.kernel.service.persistence that throw NoSuchEntryExceptionModifier and TypeMethodDescriptionAssetEntryPersistence.findByC_C
(long classNameId, long classPK) Returns the asset entry where classNameId = ? and classPK = ? or throws aNoSuchEntryException
if it could not be found.static AssetEntry
AssetEntryUtil.findByC_C
(long classNameId, long classPK) Returns the asset entry where classNameId = ? and classPK = ? or throws aNoSuchEntryException
if it could not be found.AssetEntryPersistence.findByC_CN_First
(long companyId, long classNameId, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where companyId = ? and classNameId = ?.static AssetEntry
AssetEntryUtil.findByC_CN_First
(long companyId, long classNameId, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where companyId = ? and classNameId = ?.AssetEntryPersistence.findByC_CN_Last
(long companyId, long classNameId, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where companyId = ? and classNameId = ?.static AssetEntry
AssetEntryUtil.findByC_CN_Last
(long companyId, long classNameId, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where companyId = ? and classNameId = ?.AssetEntryPersistence.findByC_CN_PrevAndNext
(long entryId, long companyId, long classNameId, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where companyId = ? and classNameId = ?.static AssetEntry[]
AssetEntryUtil.findByC_CN_PrevAndNext
(long entryId, long companyId, long classNameId, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where companyId = ? and classNameId = ?.AssetEntryPersistence.findByCompanyId_First
(long companyId, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where companyId = ?.static AssetEntry
AssetEntryUtil.findByCompanyId_First
(long companyId, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where companyId = ?.AssetEntryPersistence.findByCompanyId_Last
(long companyId, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where companyId = ?.static AssetEntry
AssetEntryUtil.findByCompanyId_Last
(long companyId, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where companyId = ?.AssetEntryPersistence.findByCompanyId_PrevAndNext
(long entryId, long companyId, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where companyId = ?.static AssetEntry[]
AssetEntryUtil.findByCompanyId_PrevAndNext
(long entryId, long companyId, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where companyId = ?.AssetEntryPersistence.findByExpirationDate_First
(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where expirationDate = ?.static AssetEntry
AssetEntryUtil.findByExpirationDate_First
(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where expirationDate = ?.AssetEntryPersistence.findByExpirationDate_Last
(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where expirationDate = ?.static AssetEntry
AssetEntryUtil.findByExpirationDate_Last
(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where expirationDate = ?.AssetEntryPersistence.findByExpirationDate_PrevAndNext
(long entryId, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where expirationDate = ?.static AssetEntry[]
AssetEntryUtil.findByExpirationDate_PrevAndNext
(long entryId, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where expirationDate = ?.AssetEntryPersistence.findByG_C_P_E_First
(long groupId, long classNameId, Date publishDate, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where groupId = ? and classNameId = ? and publishDate = ? and expirationDate = ?.static AssetEntry
AssetEntryUtil.findByG_C_P_E_First
(long groupId, long classNameId, Date publishDate, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where groupId = ? and classNameId = ? and publishDate = ? and expirationDate = ?.AssetEntryPersistence.findByG_C_P_E_Last
(long groupId, long classNameId, Date publishDate, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where groupId = ? and classNameId = ? and publishDate = ? and expirationDate = ?.static AssetEntry
AssetEntryUtil.findByG_C_P_E_Last
(long groupId, long classNameId, Date publishDate, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where groupId = ? and classNameId = ? and publishDate = ? and expirationDate = ?.AssetEntryPersistence.findByG_C_P_E_PrevAndNext
(long entryId, long groupId, long classNameId, Date publishDate, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where groupId = ? and classNameId = ? and publishDate = ? and expirationDate = ?.static AssetEntry[]
AssetEntryUtil.findByG_C_P_E_PrevAndNext
(long entryId, long groupId, long classNameId, Date publishDate, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where groupId = ? and classNameId = ? and publishDate = ? and expirationDate = ?.AssetEntryPersistence.findByG_C_V_First
(long groupId, long classNameId, boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where groupId = ? and classNameId = ? and visible = ?.static AssetEntry
AssetEntryUtil.findByG_C_V_First
(long groupId, long classNameId, boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where groupId = ? and classNameId = ? and visible = ?.AssetEntryPersistence.findByG_C_V_Last
(long groupId, long classNameId, boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where groupId = ? and classNameId = ? and visible = ?.static AssetEntry
AssetEntryUtil.findByG_C_V_Last
(long groupId, long classNameId, boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where groupId = ? and classNameId = ? and visible = ?.AssetEntryPersistence.findByG_C_V_PrevAndNext
(long entryId, long groupId, long classNameId, boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where groupId = ? and classNameId = ? and visible = ?.static AssetEntry[]
AssetEntryUtil.findByG_C_V_PrevAndNext
(long entryId, long groupId, long classNameId, boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where groupId = ? and classNameId = ? and visible = ?.AssetEntryPersistence.findByG_CU
(long groupId, String classUuid) Returns the asset entry where groupId = ? and classUuid = ? or throws aNoSuchEntryException
if it could not be found.static AssetEntry
AssetEntryUtil.findByG_CU
(long groupId, String classUuid) Returns the asset entry where groupId = ? and classUuid = ? or throws aNoSuchEntryException
if it could not be found.AssetEntryPersistence.findByGroupId_First
(long groupId, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where groupId = ?.static AssetEntry
AssetEntryUtil.findByGroupId_First
(long groupId, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where groupId = ?.AssetEntryPersistence.findByGroupId_Last
(long groupId, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where groupId = ?.static AssetEntry
AssetEntryUtil.findByGroupId_Last
(long groupId, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where groupId = ?.AssetEntryPersistence.findByGroupId_PrevAndNext
(long entryId, long groupId, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where groupId = ?.static AssetEntry[]
AssetEntryUtil.findByGroupId_PrevAndNext
(long entryId, long groupId, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where groupId = ?.AssetEntryPersistence.findByLayoutUuid_First
(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where layoutUuid = ?.static AssetEntry
AssetEntryUtil.findByLayoutUuid_First
(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where layoutUuid = ?.AssetEntryPersistence.findByLayoutUuid_Last
(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where layoutUuid = ?.static AssetEntry
AssetEntryUtil.findByLayoutUuid_Last
(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where layoutUuid = ?.AssetEntryPersistence.findByLayoutUuid_PrevAndNext
(long entryId, String layoutUuid, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where layoutUuid = ?.static AssetEntry[]
AssetEntryUtil.findByLayoutUuid_PrevAndNext
(long entryId, String layoutUuid, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where layoutUuid = ?.AssetEntryPersistence.findByPrimaryKey
(long entryId) Returns the asset entry with the primary key or throws aNoSuchEntryException
if it could not be found.static AssetEntry
AssetEntryUtil.findByPrimaryKey
(long entryId) Returns the asset entry with the primary key or throws aNoSuchEntryException
if it could not be found.AssetEntryPersistence.findByPublishDate_First
(Date publishDate, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where publishDate = ?.static AssetEntry
AssetEntryUtil.findByPublishDate_First
(Date publishDate, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where publishDate = ?.AssetEntryPersistence.findByPublishDate_Last
(Date publishDate, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where publishDate = ?.static AssetEntry
AssetEntryUtil.findByPublishDate_Last
(Date publishDate, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where publishDate = ?.AssetEntryPersistence.findByPublishDate_PrevAndNext
(long entryId, Date publishDate, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where publishDate = ?.static AssetEntry[]
AssetEntryUtil.findByPublishDate_PrevAndNext
(long entryId, Date publishDate, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where publishDate = ?.AssetEntryPersistence.findByVisible_First
(boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where visible = ?.static AssetEntry
AssetEntryUtil.findByVisible_First
(boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the first asset entry in the ordered set where visible = ?.AssetEntryPersistence.findByVisible_Last
(boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where visible = ?.static AssetEntry
AssetEntryUtil.findByVisible_Last
(boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the last asset entry in the ordered set where visible = ?.AssetEntryPersistence.findByVisible_PrevAndNext
(long entryId, boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where visible = ?.static AssetEntry[]
AssetEntryUtil.findByVisible_PrevAndNext
(long entryId, boolean visible, OrderByComparator<AssetEntry> orderByComparator) Returns the asset entries before and after the current asset entry in the ordered set where visible = ?.AssetEntryPersistence.remove
(long entryId) Removes the asset entry with the primary key from the database.static AssetEntry
AssetEntryUtil.remove
(long entryId) Removes the asset entry with the primary key from the database.AssetEntryPersistence.removeByC_C
(long classNameId, long classPK) Removes the asset entry where classNameId = ? and classPK = ? from the database.static AssetEntry
AssetEntryUtil.removeByC_C
(long classNameId, long classPK) Removes the asset entry where classNameId = ? and classPK = ? from the database.AssetEntryPersistence.removeByG_CU
(long groupId, String classUuid) Removes the asset entry where groupId = ? and classUuid = ? from the database.static AssetEntry
AssetEntryUtil.removeByG_CU
(long groupId, String classUuid) Removes the asset entry where groupId = ? and classUuid = ? from the database.