Interface AssetListEntryPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<AssetListEntry>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetListEntry>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(AssetListEntry assetListEntry) Caches the asset list entry in the entity cache if it is enabled.void
cacheResult
(List<AssetListEntry> assetListEntries) Caches the asset list entries in the entity cache if it is enabled.int
countAll()
Returns the number of asset list entries.int
countByERC_G
(String externalReferenceCode, long groupId) Returns the number of asset list entries where externalReferenceCode = ? and groupId = ?.int
countByG_AES_AET
(long[] groupIds, String assetEntrySubtype, String assetEntryType) Returns the number of asset list entries where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.int
countByG_AES_AET
(long groupId, String assetEntrySubtype, String assetEntryType) Returns the number of asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.int
countByG_AET
(long[] groupIds, String[] assetEntryTypes) Returns the number of asset list entries where groupId = any ? and assetEntryType = any ?.int
countByG_AET
(long groupId, String assetEntryType) Returns the number of asset list entries where groupId = ? and assetEntryType = ?.int
countByG_ALEK
(long groupId, String assetListEntryKey) Returns the number of asset list entries where groupId = ? and assetListEntryKey = ?.int
countByG_LikeT
(long[] groupIds, String title) Returns the number of asset list entries where groupId = any ? and title LIKE ?.int
countByG_LikeT
(long groupId, String title) Returns the number of asset list entries where groupId = ? and title LIKE ?.int
countByG_LikeT_AES_AET
(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType) Returns the number of asset list entries where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.int
countByG_LikeT_AES_AET
(long groupId, String title, String assetEntrySubtype, String assetEntryType) Returns the number of asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.int
countByG_LikeT_AET
(long[] groupIds, String title, String[] assetEntryTypes) Returns the number of asset list entries where groupId = any ? and title LIKE ? and assetEntryType = any ?.int
countByG_LikeT_AET
(long groupId, String title, String assetEntryType) Returns the number of asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?.int
countByG_T
(long groupId, String title) Returns the number of asset list entries where groupId = ? and title = ?.int
countByG_TY
(long groupId, int type) Returns the number of asset list entries where groupId = ? and type = ?.int
countByGroupId
(long groupId) Returns the number of asset list entries where groupId = ?.int
countByGroupId
(long[] groupIds) Returns the number of asset list entries where groupId = any ?.int
countByUuid
(String uuid) Returns the number of asset list entries where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of asset list entries where uuid = ? and companyId = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of asset list entries where uuid = ? and groupId = ?.create
(long assetListEntryId) Creates a new asset list entry with the primary key.fetchByERC_G
(String externalReferenceCode, long groupId) Returns the asset list entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.fetchByERC_G
(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the asset list entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByG_AES_AET_First
(long groupId, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.fetchByG_AES_AET_Last
(long groupId, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.fetchByG_AET_First
(long groupId, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ? and assetEntryType = ?.fetchByG_AET_Last
(long groupId, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where groupId = ? and assetEntryType = ?.fetchByG_ALEK
(long groupId, String assetListEntryKey) Returns the asset list entry where groupId = ? and assetListEntryKey = ? or returnsnull
if it could not be found.fetchByG_ALEK
(long groupId, String assetListEntryKey, boolean useFinderCache) Returns the asset list entry where groupId = ? and assetListEntryKey = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByG_LikeT_AES_AET_First
(long groupId, String title, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.fetchByG_LikeT_AES_AET_Last
(long groupId, String title, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.fetchByG_LikeT_AET_First
(long groupId, String title, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntryType = ?.fetchByG_LikeT_AET_Last
(long groupId, String title, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntryType = ?.fetchByG_LikeT_First
(long groupId, String title, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ? and title LIKE ?.fetchByG_LikeT_Last
(long groupId, String title, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ?.fetchByG_T
(long groupId, String title) Returns the asset list entry where groupId = ? and title = ? or returnsnull
if it could not be found.fetchByG_T
(long groupId, String title, boolean useFinderCache) Returns the asset list entry where groupId = ? and title = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByG_TY_First
(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ? and type = ?.fetchByG_TY_Last
(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where groupId = ? and type = ?.fetchByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ?.fetchByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where groupId = ?.fetchByPrimaryKey
(long assetListEntryId) Returns the asset list entry with the primary key or returnsnull
if it could not be found.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where uuid = ?.fetchByUUID_G
(String uuid, long groupId) Returns the asset list entry where uuid = ? and groupId = ? or returnsnull
if it could not be found.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the asset list entry where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where uuid = ?.int
filterCountByG_AES_AET
(long[] groupIds, String assetEntrySubtype, String assetEntryType) Returns the number of asset list entries that the user has permission to view where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.int
filterCountByG_AES_AET
(long groupId, String assetEntrySubtype, String assetEntryType) Returns the number of asset list entries that the user has permission to view where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.int
filterCountByG_AET
(long[] groupIds, String[] assetEntryTypes) Returns the number of asset list entries that the user has permission to view where groupId = any ? and assetEntryType = any ?.int
filterCountByG_AET
(long groupId, String assetEntryType) Returns the number of asset list entries that the user has permission to view where groupId = ? and assetEntryType = ?.int
filterCountByG_LikeT
(long[] groupIds, String title) Returns the number of asset list entries that the user has permission to view where groupId = any ? and title LIKE ?.int
filterCountByG_LikeT
(long groupId, String title) Returns the number of asset list entries that the user has permission to view where groupId = ? and title LIKE ?.int
filterCountByG_LikeT_AES_AET
(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType) Returns the number of asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.int
filterCountByG_LikeT_AES_AET
(long groupId, String title, String assetEntrySubtype, String assetEntryType) Returns the number of asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.int
filterCountByG_LikeT_AET
(long[] groupIds, String title, String[] assetEntryTypes) Returns the number of asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntryType = any ?.int
filterCountByG_LikeT_AET
(long groupId, String title, String assetEntryType) Returns the number of asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntryType = ?.int
filterCountByG_TY
(long groupId, int type) Returns the number of asset list entries that the user has permission to view where groupId = ? and type = ?.int
filterCountByGroupId
(long groupId) Returns the number of asset list entries that the user has permission to view where groupId = ?.int
filterCountByGroupId
(long[] groupIds) Returns the number of asset list entries that the user has permission to view where groupId = any ?.filterFindByG_AES_AET
(long[] groupIds, String assetEntrySubtype, String assetEntryType) Returns all the asset list entries that the user has permission to view where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.filterFindByG_AES_AET
(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end) Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.filterFindByG_AES_AET
(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.filterFindByG_AES_AET
(long groupId, String assetEntrySubtype, String assetEntryType) Returns all the asset list entries that the user has permission to view where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.filterFindByG_AES_AET
(long groupId, String assetEntrySubtype, String assetEntryType, int start, int end) Returns a range of all the asset list entries that the user has permission to view where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.filterFindByG_AES_AET
(long groupId, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.filterFindByG_AES_AET_PrevAndNext
(long assetListEntryId, long groupId, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.filterFindByG_AET
(long[] groupIds, String[] assetEntryTypes) Returns all the asset list entries that the user has permission to view where groupId = any ? and assetEntryType = any ?.filterFindByG_AET
(long[] groupIds, String[] assetEntryTypes, int start, int end) Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and assetEntryType = any ?.filterFindByG_AET
(long[] groupIds, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and assetEntryType = any ?.filterFindByG_AET
(long groupId, String assetEntryType) Returns all the asset list entries that the user has permission to view where groupId = ? and assetEntryType = ?.filterFindByG_AET
(long groupId, String assetEntryType, int start, int end) Returns a range of all the asset list entries that the user has permission to view where groupId = ? and assetEntryType = ?.filterFindByG_AET
(long groupId, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and assetEntryType = ?.filterFindByG_AET_PrevAndNext
(long assetListEntryId, long groupId, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and assetEntryType = ?.filterFindByG_LikeT
(long[] groupIds, String title) Returns all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ?.filterFindByG_LikeT
(long[] groupIds, String title, int start, int end) Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ?.filterFindByG_LikeT
(long[] groupIds, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ?.filterFindByG_LikeT
(long groupId, String title) Returns all the asset list entries that the user has permission to view where groupId = ? and title LIKE ?.filterFindByG_LikeT
(long groupId, String title, int start, int end) Returns a range of all the asset list entries that the user has permission to view where groupId = ? and title LIKE ?.filterFindByG_LikeT
(long groupId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and title LIKE ?.filterFindByG_LikeT_AES_AET
(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType) Returns all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.filterFindByG_LikeT_AES_AET
(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end) Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.filterFindByG_LikeT_AES_AET
(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.filterFindByG_LikeT_AES_AET
(long groupId, String title, String assetEntrySubtype, String assetEntryType) Returns all the asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.filterFindByG_LikeT_AES_AET
(long groupId, String title, String assetEntrySubtype, String assetEntryType, int start, int end) Returns a range of all the asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.filterFindByG_LikeT_AES_AET
(long groupId, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.filterFindByG_LikeT_AES_AET_PrevAndNext
(long assetListEntryId, long groupId, String title, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.filterFindByG_LikeT_AET
(long[] groupIds, String title, String[] assetEntryTypes) Returns all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntryType = any ?.filterFindByG_LikeT_AET
(long[] groupIds, String title, String[] assetEntryTypes, int start, int end) Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntryType = any ?.filterFindByG_LikeT_AET
(long[] groupIds, String title, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntryType = any ?.filterFindByG_LikeT_AET
(long groupId, String title, String assetEntryType) Returns all the asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntryType = ?.filterFindByG_LikeT_AET
(long groupId, String title, String assetEntryType, int start, int end) Returns a range of all the asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntryType = ?.filterFindByG_LikeT_AET
(long groupId, String title, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and title LIKE ? and assetEntryType = ?.filterFindByG_LikeT_AET_PrevAndNext
(long assetListEntryId, long groupId, String title, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntryType = ?.filterFindByG_LikeT_PrevAndNext
(long assetListEntryId, long groupId, String title, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and title LIKE ?.filterFindByG_TY
(long groupId, int type) Returns all the asset list entries that the user has permission to view where groupId = ? and type = ?.filterFindByG_TY
(long groupId, int type, int start, int end) Returns a range of all the asset list entries that the user has permission to view where groupId = ? and type = ?.filterFindByG_TY
(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and type = ?.filterFindByG_TY_PrevAndNext
(long assetListEntryId, long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and type = ?.filterFindByGroupId
(long groupId) Returns all the asset list entries that the user has permission to view where groupId = ?.filterFindByGroupId
(long[] groupIds) Returns all the asset list entries that the user has permission to view where groupId = any ?.filterFindByGroupId
(long[] groupIds, int start, int end) Returns a range of all the asset list entries that the user has permission to view where groupId = any ?.filterFindByGroupId
(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ?.filterFindByGroupId
(long groupId, int start, int end) Returns a range of all the asset list entries that the user has permission to view where groupId = ?.filterFindByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ?.filterFindByGroupId_PrevAndNext
(long assetListEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ?.findAll()
Returns all the asset list entries.findAll
(int start, int end) Returns a range of all the asset list entries.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries.findByERC_G
(String externalReferenceCode, long groupId) Returns the asset list entry where externalReferenceCode = ? and groupId = ? or throws aNoSuchEntryException
if it could not be found.findByG_AES_AET
(long[] groupIds, String assetEntrySubtype, String assetEntryType) Returns all the asset list entries where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.findByG_AES_AET
(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end) Returns a range of all the asset list entries where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.findByG_AES_AET
(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.findByG_AES_AET
(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?, optionally using the finder cache.findByG_AES_AET
(long groupId, String assetEntrySubtype, String assetEntryType) Returns all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.findByG_AES_AET
(long groupId, String assetEntrySubtype, String assetEntryType, int start, int end) Returns a range of all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.findByG_AES_AET
(long groupId, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.findByG_AES_AET
(long groupId, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.findByG_AES_AET_First
(long groupId, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.findByG_AES_AET_Last
(long groupId, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.findByG_AES_AET_PrevAndNext
(long assetListEntryId, long groupId, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.findByG_AET
(long[] groupIds, String[] assetEntryTypes) Returns all the asset list entries where groupId = any ? and assetEntryType = any ?.findByG_AET
(long[] groupIds, String[] assetEntryTypes, int start, int end) Returns a range of all the asset list entries where groupId = any ? and assetEntryType = any ?.findByG_AET
(long[] groupIds, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = any ? and assetEntryType = any ?.findByG_AET
(long[] groupIds, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ? and assetEntryType = ?, optionally using the finder cache.findByG_AET
(long groupId, String assetEntryType) Returns all the asset list entries where groupId = ? and assetEntryType = ?.findByG_AET
(long groupId, String assetEntryType, int start, int end) Returns a range of all the asset list entries where groupId = ? and assetEntryType = ?.findByG_AET
(long groupId, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = ? and assetEntryType = ?.findByG_AET
(long groupId, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ? and assetEntryType = ?.findByG_AET_First
(long groupId, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ? and assetEntryType = ?.findByG_AET_Last
(long groupId, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where groupId = ? and assetEntryType = ?.findByG_AET_PrevAndNext
(long assetListEntryId, long groupId, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and assetEntryType = ?.findByG_ALEK
(long groupId, String assetListEntryKey) Returns the asset list entry where groupId = ? and assetListEntryKey = ? or throws aNoSuchEntryException
if it could not be found.findByG_LikeT
(long[] groupIds, String title) Returns all the asset list entries where groupId = any ? and title LIKE ?.findByG_LikeT
(long[] groupIds, String title, int start, int end) Returns a range of all the asset list entries where groupId = any ? and title LIKE ?.findByG_LikeT
(long[] groupIds, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = any ? and title LIKE ?.findByG_LikeT
(long[] groupIds, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ?, optionally using the finder cache.findByG_LikeT
(long groupId, String title) Returns all the asset list entries where groupId = ? and title LIKE ?.findByG_LikeT
(long groupId, String title, int start, int end) Returns a range of all the asset list entries where groupId = ? and title LIKE ?.findByG_LikeT
(long groupId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ?.findByG_LikeT
(long groupId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ?.findByG_LikeT_AES_AET
(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType) Returns all the asset list entries where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.findByG_LikeT_AES_AET
(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end) Returns a range of all the asset list entries where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.findByG_LikeT_AES_AET
(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.findByG_LikeT_AES_AET
(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?, optionally using the finder cache.findByG_LikeT_AES_AET
(long groupId, String title, String assetEntrySubtype, String assetEntryType) Returns all the asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.findByG_LikeT_AES_AET
(long groupId, String title, String assetEntrySubtype, String assetEntryType, int start, int end) Returns a range of all the asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.findByG_LikeT_AES_AET
(long groupId, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.findByG_LikeT_AES_AET
(long groupId, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.findByG_LikeT_AES_AET_First
(long groupId, String title, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.findByG_LikeT_AES_AET_Last
(long groupId, String title, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.findByG_LikeT_AES_AET_PrevAndNext
(long assetListEntryId, long groupId, String title, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.findByG_LikeT_AET
(long[] groupIds, String title, String[] assetEntryTypes) Returns all the asset list entries where groupId = any ? and title LIKE ? and assetEntryType = any ?.findByG_LikeT_AET
(long[] groupIds, String title, String[] assetEntryTypes, int start, int end) Returns a range of all the asset list entries where groupId = any ? and title LIKE ? and assetEntryType = any ?.findByG_LikeT_AET
(long[] groupIds, String title, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = any ? and title LIKE ? and assetEntryType = any ?.findByG_LikeT_AET
(long[] groupIds, String title, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?, optionally using the finder cache.findByG_LikeT_AET
(long groupId, String title, String assetEntryType) Returns all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?.findByG_LikeT_AET
(long groupId, String title, String assetEntryType, int start, int end) Returns a range of all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?.findByG_LikeT_AET
(long groupId, String title, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?.findByG_LikeT_AET
(long groupId, String title, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?.findByG_LikeT_AET_First
(long groupId, String title, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntryType = ?.findByG_LikeT_AET_Last
(long groupId, String title, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntryType = ?.findByG_LikeT_AET_PrevAndNext
(long assetListEntryId, long groupId, String title, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntryType = ?.findByG_LikeT_First
(long groupId, String title, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ? and title LIKE ?.findByG_LikeT_Last
(long groupId, String title, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ?.findByG_LikeT_PrevAndNext
(long assetListEntryId, long groupId, String title, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and title LIKE ?.Returns the asset list entry where groupId = ? and title = ? or throws aNoSuchEntryException
if it could not be found.findByG_TY
(long groupId, int type) Returns all the asset list entries where groupId = ? and type = ?.findByG_TY
(long groupId, int type, int start, int end) Returns a range of all the asset list entries where groupId = ? and type = ?.findByG_TY
(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = ? and type = ?.findByG_TY
(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ? and type = ?.findByG_TY_First
(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ? and type = ?.findByG_TY_Last
(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where groupId = ? and type = ?.findByG_TY_PrevAndNext
(long assetListEntryId, long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and type = ?.findByGroupId
(long groupId) Returns all the asset list entries where groupId = ?.findByGroupId
(long[] groupIds) Returns all the asset list entries where groupId = any ?.findByGroupId
(long[] groupIds, int start, int end) Returns a range of all the asset list entries where groupId = any ?.findByGroupId
(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = any ?.findByGroupId
(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ?, optionally using the finder cache.findByGroupId
(long groupId, int start, int end) Returns a range of all the asset list entries where groupId = ?.findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = ?.findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ?.findByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ?.findByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where groupId = ?.findByGroupId_PrevAndNext
(long assetListEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ?.findByPrimaryKey
(long assetListEntryId) Returns the asset list entry with the primary key or throws aNoSuchEntryException
if it could not be found.findByUuid
(String uuid) Returns all the asset list entries where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the asset list entries where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the asset list entries where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the asset list entries where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long assetListEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the asset list entries before and after the current asset list entry in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns the asset list entry where uuid = ? and groupId = ? or throws aNoSuchEntryException
if it could not be found.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long assetListEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the asset list entries before and after the current asset list entry in the ordered set where uuid = ?.remove
(long assetListEntryId) Removes the asset list entry with the primary key from the database.void
Removes all the asset list entries from the database.removeByERC_G
(String externalReferenceCode, long groupId) Removes the asset list entry where externalReferenceCode = ? and groupId = ? from the database.void
removeByG_AES_AET
(long groupId, String assetEntrySubtype, String assetEntryType) Removes all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ? from the database.void
removeByG_AET
(long groupId, String assetEntryType) Removes all the asset list entries where groupId = ? and assetEntryType = ? from the database.removeByG_ALEK
(long groupId, String assetListEntryKey) Removes the asset list entry where groupId = ? and assetListEntryKey = ? from the database.void
removeByG_LikeT
(long groupId, String title) Removes all the asset list entries where groupId = ? and title LIKE ? from the database.void
removeByG_LikeT_AES_AET
(long groupId, String title, String assetEntrySubtype, String assetEntryType) Removes all the asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ? from the database.void
removeByG_LikeT_AET
(long groupId, String title, String assetEntryType) Removes all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ? from the database.removeByG_T
(long groupId, String title) Removes the asset list entry where groupId = ? and title = ? from the database.void
removeByG_TY
(long groupId, int type) Removes all the asset list entries where groupId = ? and type = ? from the database.void
removeByGroupId
(long groupId) Removes all the asset list entries where groupId = ? from the database.void
removeByUuid
(String uuid) Removes all the asset list entries where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the asset list entries where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the asset list entry where uuid = ? and groupId = ? from the database.updateImpl
(AssetListEntry assetListEntry) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the asset list entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching asset list entries
-
findByUuid
Returns a range of all the asset list entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries
-
findByUuid
List<AssetListEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries
-
findByUuid
List<AssetListEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching asset list entries
-
findByUuid_First
AssetListEntry findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the first asset list entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry
- Throws:
NoSuchEntryException
- if a matching asset list entry could not be found
-
fetchByUuid_First
AssetListEntry fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry, or
null
if a matching asset list entry could not be found
-
findByUuid_Last
AssetListEntry findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the last asset list entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry
- Throws:
NoSuchEntryException
- if a matching asset list entry could not be found
-
fetchByUuid_Last
AssetListEntry fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry, or
null
if a matching asset list entry could not be found
-
findByUuid_PrevAndNext
AssetListEntry[] findByUuid_PrevAndNext(long assetListEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the asset list entries before and after the current asset list entry in the ordered set where uuid = ?.- Parameters:
assetListEntryId
- the primary key of the current asset list entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry
- Throws:
NoSuchEntryException
- if a asset list entry with the primary key could not be found
-
removeByUuid
Removes all the asset list entries where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of asset list entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching asset list entries
-
findByUUID_G
Returns the asset list entry where uuid = ? and groupId = ? or throws aNoSuchEntryException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching asset list entry
- Throws:
NoSuchEntryException
- if a matching asset list entry could not be found
-
fetchByUUID_G
Returns the asset list entry where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching asset list entry, or
null
if a matching asset list entry could not be found
-
fetchByUUID_G
Returns the asset list entry where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching asset list entry, or
null
if a matching asset list entry could not be found
-
removeByUUID_G
Removes the asset list entry where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the asset list entry that was removed
- Throws:
NoSuchEntryException
-
countByUUID_G
Returns the number of asset list entries where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching asset list entries
-
findByUuid_C
Returns all the asset list entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching asset list entries
-
findByUuid_C
Returns a range of all the asset list entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries
-
findByUuid_C
List<AssetListEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries
-
findByUuid_C
List<AssetListEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching asset list entries
-
findByUuid_C_First
AssetListEntry findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the first asset list entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry
- Throws:
NoSuchEntryException
- if a matching asset list entry could not be found
-
fetchByUuid_C_First
AssetListEntry fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry, or
null
if a matching asset list entry could not be found
-
findByUuid_C_Last
AssetListEntry findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the last asset list entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry
- Throws:
NoSuchEntryException
- if a matching asset list entry could not be found
-
fetchByUuid_C_Last
AssetListEntry fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry, or
null
if a matching asset list entry could not be found
-
findByUuid_C_PrevAndNext
AssetListEntry[] findByUuid_C_PrevAndNext(long assetListEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the asset list entries before and after the current asset list entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
assetListEntryId
- the primary key of the current asset list entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry
- Throws:
NoSuchEntryException
- if a asset list entry with the primary key could not be found
-
removeByUuid_C
Removes all the asset list entries where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of asset list entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching asset list entries
-
findByGroupId
Returns all the asset list entries where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching asset list entries
-
findByGroupId
Returns a range of all the asset list entries where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries
-
findByGroupId
List<AssetListEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries
-
findByGroupId
List<AssetListEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching asset list entries
-
findByGroupId_First
AssetListEntry findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the first asset list entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry
- Throws:
NoSuchEntryException
- if a matching asset list entry could not be found
-
fetchByGroupId_First
AssetListEntry fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry, or
null
if a matching asset list entry could not be found
-
findByGroupId_Last
AssetListEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the last asset list entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry
- Throws:
NoSuchEntryException
- if a matching asset list entry could not be found
-
fetchByGroupId_Last
AssetListEntry fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry, or
null
if a matching asset list entry could not be found
-
findByGroupId_PrevAndNext
AssetListEntry[] findByGroupId_PrevAndNext(long assetListEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ?.- Parameters:
assetListEntryId
- the primary key of the current asset list entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry
- Throws:
NoSuchEntryException
- if a asset list entry with the primary key could not be found
-
filterFindByGroupId
Returns all the asset list entries that the user has permission to view where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching asset list entries that the user has permission to view
-
filterFindByGroupId
Returns a range of all the asset list entries that the user has permission to view where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries that the user has permission to view
-
filterFindByGroupId
List<AssetListEntry> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries that the user has permission to view
-
filterFindByGroupId_PrevAndNext
AssetListEntry[] filterFindByGroupId_PrevAndNext(long assetListEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ?.- Parameters:
assetListEntryId
- the primary key of the current asset list entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry
- Throws:
NoSuchEntryException
- if a asset list entry with the primary key could not be found
-
filterFindByGroupId
Returns all the asset list entries that the user has permission to view where groupId = any ?.- Parameters:
groupIds
- the group IDs- Returns:
- the matching asset list entries that the user has permission to view
-
filterFindByGroupId
Returns a range of all the asset list entries that the user has permission to view where groupId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDsstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries that the user has permission to view
-
filterFindByGroupId
List<AssetListEntry> filterFindByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDsstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries that the user has permission to view
-
findByGroupId
Returns all the asset list entries where groupId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDs- Returns:
- the matching asset list entries
-
findByGroupId
Returns a range of all the asset list entries where groupId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDsstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries
-
findByGroupId
List<AssetListEntry> findByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDsstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries
-
findByGroupId
List<AssetListEntry> findByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDsstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching asset list entries
-
removeByGroupId
void removeByGroupId(long groupId) Removes all the asset list entries where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
int countByGroupId(long groupId) Returns the number of asset list entries where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching asset list entries
-
countByGroupId
int countByGroupId(long[] groupIds) Returns the number of asset list entries where groupId = any ?.- Parameters:
groupIds
- the group IDs- Returns:
- the number of matching asset list entries
-
filterCountByGroupId
int filterCountByGroupId(long groupId) Returns the number of asset list entries that the user has permission to view where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching asset list entries that the user has permission to view
-
filterCountByGroupId
int filterCountByGroupId(long[] groupIds) Returns the number of asset list entries that the user has permission to view where groupId = any ?.- Parameters:
groupIds
- the group IDs- Returns:
- the number of matching asset list entries that the user has permission to view
-
findByG_ALEK
Returns the asset list entry where groupId = ? and assetListEntryKey = ? or throws aNoSuchEntryException
if it could not be found.- Parameters:
groupId
- the group IDassetListEntryKey
- the asset list entry key- Returns:
- the matching asset list entry
- Throws:
NoSuchEntryException
- if a matching asset list entry could not be found
-
fetchByG_ALEK
Returns the asset list entry where groupId = ? and assetListEntryKey = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDassetListEntryKey
- the asset list entry key- Returns:
- the matching asset list entry, or
null
if a matching asset list entry could not be found
-
fetchByG_ALEK
Returns the asset list entry where groupId = ? and assetListEntryKey = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDassetListEntryKey
- the asset list entry keyuseFinderCache
- whether to use the finder cache- Returns:
- the matching asset list entry, or
null
if a matching asset list entry could not be found
-
removeByG_ALEK
Removes the asset list entry where groupId = ? and assetListEntryKey = ? from the database.- Parameters:
groupId
- the group IDassetListEntryKey
- the asset list entry key- Returns:
- the asset list entry that was removed
- Throws:
NoSuchEntryException
-
countByG_ALEK
Returns the number of asset list entries where groupId = ? and assetListEntryKey = ?.- Parameters:
groupId
- the group IDassetListEntryKey
- the asset list entry key- Returns:
- the number of matching asset list entries
-
findByG_T
Returns the asset list entry where groupId = ? and title = ? or throws aNoSuchEntryException
if it could not be found.- Parameters:
groupId
- the group IDtitle
- the title- Returns:
- the matching asset list entry
- Throws:
NoSuchEntryException
- if a matching asset list entry could not be found
-
fetchByG_T
Returns the asset list entry where groupId = ? and title = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDtitle
- the title- Returns:
- the matching asset list entry, or
null
if a matching asset list entry could not be found
-
fetchByG_T
Returns the asset list entry where groupId = ? and title = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDtitle
- the titleuseFinderCache
- whether to use the finder cache- Returns:
- the matching asset list entry, or
null
if a matching asset list entry could not be found
-
removeByG_T
Removes the asset list entry where groupId = ? and title = ? from the database.- Parameters:
groupId
- the group IDtitle
- the title- Returns:
- the asset list entry that was removed
- Throws:
NoSuchEntryException
-
countByG_T
Returns the number of asset list entries where groupId = ? and title = ?.- Parameters:
groupId
- the group IDtitle
- the title- Returns:
- the number of matching asset list entries
-
findByG_LikeT
Returns all the asset list entries where groupId = ? and title LIKE ?.- Parameters:
groupId
- the group IDtitle
- the title- Returns:
- the matching asset list entries
-
findByG_LikeT
Returns a range of all the asset list entries where groupId = ? and title LIKE ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDtitle
- the titlestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries
-
findByG_LikeT
List<AssetListEntry> findByG_LikeT(long groupId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDtitle
- the titlestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries
-
findByG_LikeT
List<AssetListEntry> findByG_LikeT(long groupId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDtitle
- the titlestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching asset list entries
-
findByG_LikeT_First
AssetListEntry findByG_LikeT_First(long groupId, String title, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the first asset list entry in the ordered set where groupId = ? and title LIKE ?.- Parameters:
groupId
- the group IDtitle
- the titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry
- Throws:
NoSuchEntryException
- if a matching asset list entry could not be found
-
fetchByG_LikeT_First
AssetListEntry fetchByG_LikeT_First(long groupId, String title, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ? and title LIKE ?.- Parameters:
groupId
- the group IDtitle
- the titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry, or
null
if a matching asset list entry could not be found
-
findByG_LikeT_Last
AssetListEntry findByG_LikeT_Last(long groupId, String title, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ?.- Parameters:
groupId
- the group IDtitle
- the titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry
- Throws:
NoSuchEntryException
- if a matching asset list entry could not be found
-
fetchByG_LikeT_Last
AssetListEntry fetchByG_LikeT_Last(long groupId, String title, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ?.- Parameters:
groupId
- the group IDtitle
- the titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry, or
null
if a matching asset list entry could not be found
-
findByG_LikeT_PrevAndNext
AssetListEntry[] findByG_LikeT_PrevAndNext(long assetListEntryId, long groupId, String title, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and title LIKE ?.- Parameters:
assetListEntryId
- the primary key of the current asset list entrygroupId
- the group IDtitle
- the titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry
- Throws:
NoSuchEntryException
- if a asset list entry with the primary key could not be found
-
filterFindByG_LikeT
Returns all the asset list entries that the user has permission to view where groupId = ? and title LIKE ?.- Parameters:
groupId
- the group IDtitle
- the title- Returns:
- the matching asset list entries that the user has permission to view
-
filterFindByG_LikeT
Returns a range of all the asset list entries that the user has permission to view where groupId = ? and title LIKE ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDtitle
- the titlestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries that the user has permission to view
-
filterFindByG_LikeT
List<AssetListEntry> filterFindByG_LikeT(long groupId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and title LIKE ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDtitle
- the titlestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries that the user has permission to view
-
filterFindByG_LikeT_PrevAndNext
AssetListEntry[] filterFindByG_LikeT_PrevAndNext(long assetListEntryId, long groupId, String title, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and title LIKE ?.- Parameters:
assetListEntryId
- the primary key of the current asset list entrygroupId
- the group IDtitle
- the titleorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry
- Throws:
NoSuchEntryException
- if a asset list entry with the primary key could not be found
-
filterFindByG_LikeT
Returns all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ?.- Parameters:
groupIds
- the group IDstitle
- the title- Returns:
- the matching asset list entries that the user has permission to view
-
filterFindByG_LikeT
Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDstitle
- the titlestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries that the user has permission to view
-
filterFindByG_LikeT
List<AssetListEntry> filterFindByG_LikeT(long[] groupIds, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDstitle
- the titlestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries that the user has permission to view
-
findByG_LikeT
Returns all the asset list entries where groupId = any ? and title LIKE ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDstitle
- the title- Returns:
- the matching asset list entries
-
findByG_LikeT
Returns a range of all the asset list entries where groupId = any ? and title LIKE ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDstitle
- the titlestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries
-
findByG_LikeT
List<AssetListEntry> findByG_LikeT(long[] groupIds, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = any ? and title LIKE ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDstitle
- the titlestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries
-
findByG_LikeT
List<AssetListEntry> findByG_LikeT(long[] groupIds, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDstitle
- the titlestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching asset list entries
-
removeByG_LikeT
Removes all the asset list entries where groupId = ? and title LIKE ? from the database.- Parameters:
groupId
- the group IDtitle
- the title
-
countByG_LikeT
Returns the number of asset list entries where groupId = ? and title LIKE ?.- Parameters:
groupId
- the group IDtitle
- the title- Returns:
- the number of matching asset list entries
-
countByG_LikeT
Returns the number of asset list entries where groupId = any ? and title LIKE ?.- Parameters:
groupIds
- the group IDstitle
- the title- Returns:
- the number of matching asset list entries
-
filterCountByG_LikeT
Returns the number of asset list entries that the user has permission to view where groupId = ? and title LIKE ?.- Parameters:
groupId
- the group IDtitle
- the title- Returns:
- the number of matching asset list entries that the user has permission to view
-
filterCountByG_LikeT
Returns the number of asset list entries that the user has permission to view where groupId = any ? and title LIKE ?.- Parameters:
groupIds
- the group IDstitle
- the title- Returns:
- the number of matching asset list entries that the user has permission to view
-
findByG_TY
Returns all the asset list entries where groupId = ? and type = ?.- Parameters:
groupId
- the group IDtype
- the type- Returns:
- the matching asset list entries
-
findByG_TY
Returns a range of all the asset list entries where groupId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries
-
findByG_TY
List<AssetListEntry> findByG_TY(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries
-
findByG_TY
List<AssetListEntry> findByG_TY(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching asset list entries
-
findByG_TY_First
AssetListEntry findByG_TY_First(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the first asset list entry in the ordered set where groupId = ? and type = ?.- Parameters:
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry
- Throws:
NoSuchEntryException
- if a matching asset list entry could not be found
-
fetchByG_TY_First
AssetListEntry fetchByG_TY_First(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ? and type = ?.- Parameters:
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry, or
null
if a matching asset list entry could not be found
-
findByG_TY_Last
AssetListEntry findByG_TY_Last(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the last asset list entry in the ordered set where groupId = ? and type = ?.- Parameters:
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry
- Throws:
NoSuchEntryException
- if a matching asset list entry could not be found
-
fetchByG_TY_Last
AssetListEntry fetchByG_TY_Last(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where groupId = ? and type = ?.- Parameters:
groupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry, or
null
if a matching asset list entry could not be found
-
findByG_TY_PrevAndNext
AssetListEntry[] findByG_TY_PrevAndNext(long assetListEntryId, long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and type = ?.- Parameters:
assetListEntryId
- the primary key of the current asset list entrygroupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry
- Throws:
NoSuchEntryException
- if a asset list entry with the primary key could not be found
-
filterFindByG_TY
Returns all the asset list entries that the user has permission to view where groupId = ? and type = ?.- Parameters:
groupId
- the group IDtype
- the type- Returns:
- the matching asset list entries that the user has permission to view
-
filterFindByG_TY
Returns a range of all the asset list entries that the user has permission to view where groupId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries that the user has permission to view
-
filterFindByG_TY
List<AssetListEntry> filterFindByG_TY(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and type = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries that the user has permission to view
-
filterFindByG_TY_PrevAndNext
AssetListEntry[] filterFindByG_TY_PrevAndNext(long assetListEntryId, long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and type = ?.- Parameters:
assetListEntryId
- the primary key of the current asset list entrygroupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry
- Throws:
NoSuchEntryException
- if a asset list entry with the primary key could not be found
-
removeByG_TY
void removeByG_TY(long groupId, int type) Removes all the asset list entries where groupId = ? and type = ? from the database.- Parameters:
groupId
- the group IDtype
- the type
-
countByG_TY
int countByG_TY(long groupId, int type) Returns the number of asset list entries where groupId = ? and type = ?.- Parameters:
groupId
- the group IDtype
- the type- Returns:
- the number of matching asset list entries
-
filterCountByG_TY
int filterCountByG_TY(long groupId, int type) Returns the number of asset list entries that the user has permission to view where groupId = ? and type = ?.- Parameters:
groupId
- the group IDtype
- the type- Returns:
- the number of matching asset list entries that the user has permission to view
-
findByG_AET
Returns all the asset list entries where groupId = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDassetEntryType
- the asset entry type- Returns:
- the matching asset list entries
-
findByG_AET
Returns a range of all the asset list entries where groupId = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries
-
findByG_AET
List<AssetListEntry> findByG_AET(long groupId, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries
-
findByG_AET
List<AssetListEntry> findByG_AET(long groupId, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching asset list entries
-
findByG_AET_First
AssetListEntry findByG_AET_First(long groupId, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the first asset list entry in the ordered set where groupId = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry
- Throws:
NoSuchEntryException
- if a matching asset list entry could not be found
-
fetchByG_AET_First
AssetListEntry fetchByG_AET_First(long groupId, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry, or
null
if a matching asset list entry could not be found
-
findByG_AET_Last
AssetListEntry findByG_AET_Last(long groupId, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the last asset list entry in the ordered set where groupId = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry
- Throws:
NoSuchEntryException
- if a matching asset list entry could not be found
-
fetchByG_AET_Last
AssetListEntry fetchByG_AET_Last(long groupId, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where groupId = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry, or
null
if a matching asset list entry could not be found
-
findByG_AET_PrevAndNext
AssetListEntry[] findByG_AET_PrevAndNext(long assetListEntryId, long groupId, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and assetEntryType = ?.- Parameters:
assetListEntryId
- the primary key of the current asset list entrygroupId
- the group IDassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry
- Throws:
NoSuchEntryException
- if a asset list entry with the primary key could not be found
-
filterFindByG_AET
Returns all the asset list entries that the user has permission to view where groupId = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDassetEntryType
- the asset entry type- Returns:
- the matching asset list entries that the user has permission to view
-
filterFindByG_AET
Returns a range of all the asset list entries that the user has permission to view where groupId = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries that the user has permission to view
-
filterFindByG_AET
List<AssetListEntry> filterFindByG_AET(long groupId, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries that the user has permission to view
-
filterFindByG_AET_PrevAndNext
AssetListEntry[] filterFindByG_AET_PrevAndNext(long assetListEntryId, long groupId, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and assetEntryType = ?.- Parameters:
assetListEntryId
- the primary key of the current asset list entrygroupId
- the group IDassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry
- Throws:
NoSuchEntryException
- if a asset list entry with the primary key could not be found
-
filterFindByG_AET
Returns all the asset list entries that the user has permission to view where groupId = any ? and assetEntryType = any ?.- Parameters:
groupIds
- the group IDsassetEntryTypes
- the asset entry types- Returns:
- the matching asset list entries that the user has permission to view
-
filterFindByG_AET
List<AssetListEntry> filterFindByG_AET(long[] groupIds, String[] assetEntryTypes, int start, int end) Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and assetEntryType = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDsassetEntryTypes
- the asset entry typesstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries that the user has permission to view
-
filterFindByG_AET
List<AssetListEntry> filterFindByG_AET(long[] groupIds, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and assetEntryType = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDsassetEntryTypes
- the asset entry typesstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries that the user has permission to view
-
findByG_AET
Returns all the asset list entries where groupId = any ? and assetEntryType = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDsassetEntryTypes
- the asset entry types- Returns:
- the matching asset list entries
-
findByG_AET
Returns a range of all the asset list entries where groupId = any ? and assetEntryType = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDsassetEntryTypes
- the asset entry typesstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries
-
findByG_AET
List<AssetListEntry> findByG_AET(long[] groupIds, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = any ? and assetEntryType = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDsassetEntryTypes
- the asset entry typesstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries
-
findByG_AET
List<AssetListEntry> findByG_AET(long[] groupIds, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ? and assetEntryType = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDsassetEntryTypes
- the asset entry typesstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching asset list entries
-
removeByG_AET
Removes all the asset list entries where groupId = ? and assetEntryType = ? from the database.- Parameters:
groupId
- the group IDassetEntryType
- the asset entry type
-
countByG_AET
Returns the number of asset list entries where groupId = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDassetEntryType
- the asset entry type- Returns:
- the number of matching asset list entries
-
countByG_AET
Returns the number of asset list entries where groupId = any ? and assetEntryType = any ?.- Parameters:
groupIds
- the group IDsassetEntryTypes
- the asset entry types- Returns:
- the number of matching asset list entries
-
filterCountByG_AET
Returns the number of asset list entries that the user has permission to view where groupId = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDassetEntryType
- the asset entry type- Returns:
- the number of matching asset list entries that the user has permission to view
-
filterCountByG_AET
Returns the number of asset list entries that the user has permission to view where groupId = any ? and assetEntryType = any ?.- Parameters:
groupIds
- the group IDsassetEntryTypes
- the asset entry types- Returns:
- the number of matching asset list entries that the user has permission to view
-
findByG_LikeT_AET
Returns all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?.- Parameters:
groupId
- the group IDtitle
- the titleassetEntryType
- the asset entry type- Returns:
- the matching asset list entries
-
findByG_LikeT_AET
List<AssetListEntry> findByG_LikeT_AET(long groupId, String title, String assetEntryType, int start, int end) Returns a range of all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDtitle
- the titleassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries
-
findByG_LikeT_AET
List<AssetListEntry> findByG_LikeT_AET(long groupId, String title, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDtitle
- the titleassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries
-
findByG_LikeT_AET
List<AssetListEntry> findByG_LikeT_AET(long groupId, String title, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDtitle
- the titleassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching asset list entries
-
findByG_LikeT_AET_First
AssetListEntry findByG_LikeT_AET_First(long groupId, String title, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the first asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntryType = ?.- Parameters:
groupId
- the group IDtitle
- the titleassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry
- Throws:
NoSuchEntryException
- if a matching asset list entry could not be found
-
fetchByG_LikeT_AET_First
AssetListEntry fetchByG_LikeT_AET_First(long groupId, String title, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntryType = ?.- Parameters:
groupId
- the group IDtitle
- the titleassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry, or
null
if a matching asset list entry could not be found
-
findByG_LikeT_AET_Last
AssetListEntry findByG_LikeT_AET_Last(long groupId, String title, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntryType = ?.- Parameters:
groupId
- the group IDtitle
- the titleassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry
- Throws:
NoSuchEntryException
- if a matching asset list entry could not be found
-
fetchByG_LikeT_AET_Last
AssetListEntry fetchByG_LikeT_AET_Last(long groupId, String title, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntryType = ?.- Parameters:
groupId
- the group IDtitle
- the titleassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry, or
null
if a matching asset list entry could not be found
-
findByG_LikeT_AET_PrevAndNext
AssetListEntry[] findByG_LikeT_AET_PrevAndNext(long assetListEntryId, long groupId, String title, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntryType = ?.- Parameters:
assetListEntryId
- the primary key of the current asset list entrygroupId
- the group IDtitle
- the titleassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry
- Throws:
NoSuchEntryException
- if a asset list entry with the primary key could not be found
-
filterFindByG_LikeT_AET
Returns all the asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntryType = ?.- Parameters:
groupId
- the group IDtitle
- the titleassetEntryType
- the asset entry type- Returns:
- the matching asset list entries that the user has permission to view
-
filterFindByG_LikeT_AET
List<AssetListEntry> filterFindByG_LikeT_AET(long groupId, String title, String assetEntryType, int start, int end) Returns a range of all the asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDtitle
- the titleassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries that the user has permission to view
-
filterFindByG_LikeT_AET
List<AssetListEntry> filterFindByG_LikeT_AET(long groupId, String title, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and title LIKE ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDtitle
- the titleassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries that the user has permission to view
-
filterFindByG_LikeT_AET_PrevAndNext
AssetListEntry[] filterFindByG_LikeT_AET_PrevAndNext(long assetListEntryId, long groupId, String title, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntryType = ?.- Parameters:
assetListEntryId
- the primary key of the current asset list entrygroupId
- the group IDtitle
- the titleassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry
- Throws:
NoSuchEntryException
- if a asset list entry with the primary key could not be found
-
filterFindByG_LikeT_AET
List<AssetListEntry> filterFindByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes) Returns all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntryType = any ?.- Parameters:
groupIds
- the group IDstitle
- the titleassetEntryTypes
- the asset entry types- Returns:
- the matching asset list entries that the user has permission to view
-
filterFindByG_LikeT_AET
List<AssetListEntry> filterFindByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes, int start, int end) Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntryType = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDstitle
- the titleassetEntryTypes
- the asset entry typesstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries that the user has permission to view
-
filterFindByG_LikeT_AET
List<AssetListEntry> filterFindByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntryType = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDstitle
- the titleassetEntryTypes
- the asset entry typesstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries that the user has permission to view
-
findByG_LikeT_AET
Returns all the asset list entries where groupId = any ? and title LIKE ? and assetEntryType = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDstitle
- the titleassetEntryTypes
- the asset entry types- Returns:
- the matching asset list entries
-
findByG_LikeT_AET
List<AssetListEntry> findByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes, int start, int end) Returns a range of all the asset list entries where groupId = any ? and title LIKE ? and assetEntryType = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDstitle
- the titleassetEntryTypes
- the asset entry typesstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries
-
findByG_LikeT_AET
List<AssetListEntry> findByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = any ? and title LIKE ? and assetEntryType = any ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDstitle
- the titleassetEntryTypes
- the asset entry typesstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries
-
findByG_LikeT_AET
List<AssetListEntry> findByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDstitle
- the titleassetEntryTypes
- the asset entry typesstart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching asset list entries
-
removeByG_LikeT_AET
Removes all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ? from the database.- Parameters:
groupId
- the group IDtitle
- the titleassetEntryType
- the asset entry type
-
countByG_LikeT_AET
Returns the number of asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?.- Parameters:
groupId
- the group IDtitle
- the titleassetEntryType
- the asset entry type- Returns:
- the number of matching asset list entries
-
countByG_LikeT_AET
Returns the number of asset list entries where groupId = any ? and title LIKE ? and assetEntryType = any ?.- Parameters:
groupIds
- the group IDstitle
- the titleassetEntryTypes
- the asset entry types- Returns:
- the number of matching asset list entries
-
filterCountByG_LikeT_AET
Returns the number of asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntryType = ?.- Parameters:
groupId
- the group IDtitle
- the titleassetEntryType
- the asset entry type- Returns:
- the number of matching asset list entries that the user has permission to view
-
filterCountByG_LikeT_AET
Returns the number of asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntryType = any ?.- Parameters:
groupIds
- the group IDstitle
- the titleassetEntryTypes
- the asset entry types- Returns:
- the number of matching asset list entries that the user has permission to view
-
findByG_AES_AET
Returns all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry type- Returns:
- the matching asset list entries
-
findByG_AES_AET
List<AssetListEntry> findByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType, int start, int end) Returns a range of all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries
-
findByG_AES_AET
List<AssetListEntry> findByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries
-
findByG_AES_AET
List<AssetListEntry> findByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching asset list entries
-
findByG_AES_AET_First
AssetListEntry findByG_AES_AET_First(long groupId, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the first asset list entry in the ordered set where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry
- Throws:
NoSuchEntryException
- if a matching asset list entry could not be found
-
fetchByG_AES_AET_First
AssetListEntry fetchByG_AES_AET_First(long groupId, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry, or
null
if a matching asset list entry could not be found
-
findByG_AES_AET_Last
AssetListEntry findByG_AES_AET_Last(long groupId, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the last asset list entry in the ordered set where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry
- Throws:
NoSuchEntryException
- if a matching asset list entry could not be found
-
fetchByG_AES_AET_Last
AssetListEntry fetchByG_AES_AET_Last(long groupId, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry, or
null
if a matching asset list entry could not be found
-
findByG_AES_AET_PrevAndNext
AssetListEntry[] findByG_AES_AET_PrevAndNext(long assetListEntryId, long groupId, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
assetListEntryId
- the primary key of the current asset list entrygroupId
- the group IDassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry
- Throws:
NoSuchEntryException
- if a asset list entry with the primary key could not be found
-
filterFindByG_AES_AET
List<AssetListEntry> filterFindByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType) Returns all the asset list entries that the user has permission to view where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry type- Returns:
- the matching asset list entries that the user has permission to view
-
filterFindByG_AES_AET
List<AssetListEntry> filterFindByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType, int start, int end) Returns a range of all the asset list entries that the user has permission to view where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries that the user has permission to view
-
filterFindByG_AES_AET
List<AssetListEntry> filterFindByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries that the user has permission to view
-
filterFindByG_AES_AET_PrevAndNext
AssetListEntry[] filterFindByG_AES_AET_PrevAndNext(long assetListEntryId, long groupId, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
assetListEntryId
- the primary key of the current asset list entrygroupId
- the group IDassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry
- Throws:
NoSuchEntryException
- if a asset list entry with the primary key could not be found
-
filterFindByG_AES_AET
List<AssetListEntry> filterFindByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType) Returns all the asset list entries that the user has permission to view where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
groupIds
- the group IDsassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry type- Returns:
- the matching asset list entries that the user has permission to view
-
filterFindByG_AES_AET
List<AssetListEntry> filterFindByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end) Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDsassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries that the user has permission to view
-
filterFindByG_AES_AET
List<AssetListEntry> filterFindByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDsassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries that the user has permission to view
-
findByG_AES_AET
List<AssetListEntry> findByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType) Returns all the asset list entries where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDsassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry type- Returns:
- the matching asset list entries
-
findByG_AES_AET
List<AssetListEntry> findByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end) Returns a range of all the asset list entries where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDsassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries
-
findByG_AES_AET
List<AssetListEntry> findByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDsassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries
-
findByG_AES_AET
List<AssetListEntry> findByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDsassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching asset list entries
-
removeByG_AES_AET
Removes all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ? from the database.- Parameters:
groupId
- the group IDassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry type
-
countByG_AES_AET
Returns the number of asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry type- Returns:
- the number of matching asset list entries
-
countByG_AES_AET
Returns the number of asset list entries where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
groupIds
- the group IDsassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry type- Returns:
- the number of matching asset list entries
-
filterCountByG_AES_AET
Returns the number of asset list entries that the user has permission to view where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry type- Returns:
- the number of matching asset list entries that the user has permission to view
-
filterCountByG_AES_AET
Returns the number of asset list entries that the user has permission to view where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
groupIds
- the group IDsassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry type- Returns:
- the number of matching asset list entries that the user has permission to view
-
findByG_LikeT_AES_AET
List<AssetListEntry> findByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType) Returns all the asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDtitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry type- Returns:
- the matching asset list entries
-
findByG_LikeT_AES_AET
List<AssetListEntry> findByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType, int start, int end) Returns a range of all the asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDtitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries
-
findByG_LikeT_AES_AET
List<AssetListEntry> findByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDtitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries
-
findByG_LikeT_AES_AET
List<AssetListEntry> findByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDtitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching asset list entries
-
findByG_LikeT_AES_AET_First
AssetListEntry findByG_LikeT_AES_AET_First(long groupId, String title, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the first asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDtitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry
- Throws:
NoSuchEntryException
- if a matching asset list entry could not be found
-
fetchByG_LikeT_AES_AET_First
AssetListEntry fetchByG_LikeT_AES_AET_First(long groupId, String title, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDtitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset list entry, or
null
if a matching asset list entry could not be found
-
findByG_LikeT_AES_AET_Last
AssetListEntry findByG_LikeT_AES_AET_Last(long groupId, String title, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDtitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry
- Throws:
NoSuchEntryException
- if a matching asset list entry could not be found
-
fetchByG_LikeT_AES_AET_Last
AssetListEntry fetchByG_LikeT_AES_AET_Last(long groupId, String title, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDtitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset list entry, or
null
if a matching asset list entry could not be found
-
findByG_LikeT_AES_AET_PrevAndNext
AssetListEntry[] findByG_LikeT_AES_AET_PrevAndNext(long assetListEntryId, long groupId, String title, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
assetListEntryId
- the primary key of the current asset list entrygroupId
- the group IDtitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry
- Throws:
NoSuchEntryException
- if a asset list entry with the primary key could not be found
-
filterFindByG_LikeT_AES_AET
List<AssetListEntry> filterFindByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType) Returns all the asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDtitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry type- Returns:
- the matching asset list entries that the user has permission to view
-
filterFindByG_LikeT_AES_AET
List<AssetListEntry> filterFindByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType, int start, int end) Returns a range of all the asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDtitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries that the user has permission to view
-
filterFindByG_LikeT_AES_AET
List<AssetListEntry> filterFindByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupId
- the group IDtitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries that the user has permission to view
-
filterFindByG_LikeT_AES_AET_PrevAndNext
AssetListEntry[] filterFindByG_LikeT_AES_AET_PrevAndNext(long assetListEntryId, long groupId, String title, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
assetListEntryId
- the primary key of the current asset list entrygroupId
- the group IDtitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset list entry
- Throws:
NoSuchEntryException
- if a asset list entry with the primary key could not be found
-
filterFindByG_LikeT_AES_AET
List<AssetListEntry> filterFindByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType) Returns all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
groupIds
- the group IDstitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry type- Returns:
- the matching asset list entries that the user has permission to view
-
filterFindByG_LikeT_AES_AET
List<AssetListEntry> filterFindByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end) Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDstitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries that the user has permission to view
-
filterFindByG_LikeT_AES_AET
List<AssetListEntry> filterFindByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDstitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries that the user has permission to view
-
findByG_LikeT_AES_AET
List<AssetListEntry> findByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType) Returns all the asset list entries where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDstitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry type- Returns:
- the matching asset list entries
-
findByG_LikeT_AES_AET
List<AssetListEntry> findByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end) Returns a range of all the asset list entries where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDstitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of matching asset list entries
-
findByG_LikeT_AES_AET
List<AssetListEntry> findByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDstitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset list entries
-
findByG_LikeT_AES_AET
List<AssetListEntry> findByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?, optionally using the finder cache.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
groupIds
- the group IDstitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry typestart
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching asset list entries
-
removeByG_LikeT_AES_AET
void removeByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType) Removes all the asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ? from the database.- Parameters:
groupId
- the group IDtitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry type
-
countByG_LikeT_AES_AET
int countByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType) Returns the number of asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDtitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry type- Returns:
- the number of matching asset list entries
-
countByG_LikeT_AES_AET
int countByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType) Returns the number of asset list entries where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
groupIds
- the group IDstitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry type- Returns:
- the number of matching asset list entries
-
filterCountByG_LikeT_AES_AET
int filterCountByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType) Returns the number of asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
groupId
- the group IDtitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry type- Returns:
- the number of matching asset list entries that the user has permission to view
-
filterCountByG_LikeT_AES_AET
int filterCountByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType) Returns the number of asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.- Parameters:
groupIds
- the group IDstitle
- the titleassetEntrySubtype
- the asset entry subtypeassetEntryType
- the asset entry type- Returns:
- the number of matching asset list entries that the user has permission to view
-
findByERC_G
Returns the asset list entry where externalReferenceCode = ? and groupId = ? or throws aNoSuchEntryException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching asset list entry
- Throws:
NoSuchEntryException
- if a matching asset list entry could not be found
-
fetchByERC_G
Returns the asset list entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching asset list entry, or
null
if a matching asset list entry could not be found
-
fetchByERC_G
Returns the asset list entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching asset list entry, or
null
if a matching asset list entry could not be found
-
removeByERC_G
AssetListEntry removeByERC_G(String externalReferenceCode, long groupId) throws NoSuchEntryException Removes the asset list entry where externalReferenceCode = ? and groupId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the asset list entry that was removed
- Throws:
NoSuchEntryException
-
countByERC_G
Returns the number of asset list entries where externalReferenceCode = ? and groupId = ?.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the number of matching asset list entries
-
cacheResult
Caches the asset list entry in the entity cache if it is enabled.- Parameters:
assetListEntry
- the asset list entry
-
cacheResult
Caches the asset list entries in the entity cache if it is enabled.- Parameters:
assetListEntries
- the asset list entries
-
create
Creates a new asset list entry with the primary key. Does not add the asset list entry to the database.- Parameters:
assetListEntryId
- the primary key for the new asset list entry- Returns:
- the new asset list entry
-
remove
Removes the asset list entry with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
assetListEntryId
- the primary key of the asset list entry- Returns:
- the asset list entry that was removed
- Throws:
NoSuchEntryException
- if a asset list entry with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the asset list entry with the primary key or throws aNoSuchEntryException
if it could not be found.- Parameters:
assetListEntryId
- the primary key of the asset list entry- Returns:
- the asset list entry
- Throws:
NoSuchEntryException
- if a asset list entry with the primary key could not be found
-
fetchByPrimaryKey
Returns the asset list entry with the primary key or returnsnull
if it could not be found.- Parameters:
assetListEntryId
- the primary key of the asset list entry- Returns:
- the asset list entry, or
null
if a asset list entry with the primary key could not be found
-
findAll
List<AssetListEntry> findAll()Returns all the asset list entries.- Returns:
- the asset list entries
-
findAll
Returns a range of all the asset list entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
start
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of asset list entries
-
findAll
List<AssetListEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns an ordered range of all the asset list entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
start
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of asset list entries
-
findAll
List<AssetListEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromAssetListEntryModelImpl
.- Parameters:
start
- the lower bound of the range of asset list entriesend
- the upper bound of the range of asset list entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of asset list entries
-
removeAll
void removeAll()Removes all the asset list entries from the database. -
countAll
int countAll()Returns the number of asset list entries.- Returns:
- the number of asset list entries
-