Class AssetListEntryUtil
com.liferay.asset.list.service.persistence.impl.AssetListEntryPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cacheResult
(AssetListEntry assetListEntry) Caches the asset list entry in the entity cache if it is enabled.static void
cacheResult
(List<AssetListEntry> assetListEntries) Caches the asset list entries in the entity cache if it is enabled.static void
static void
clearCache
(AssetListEntry assetListEntry) static int
countAll()
Returns the number of asset list entries.static int
countByERC_G
(String externalReferenceCode, long groupId) Returns the number of asset list entries where externalReferenceCode = ? and groupId = ?.static int
countByG_AES_AET
(long[] groupIds, String assetEntrySubtype, String assetEntryType) Returns the number of asset list entries where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.static int
countByG_AES_AET
(long groupId, String assetEntrySubtype, String assetEntryType) Returns the number of asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.static int
countByG_AET
(long[] groupIds, String[] assetEntryTypes) Returns the number of asset list entries where groupId = any ? and assetEntryType = any ?.static int
countByG_AET
(long groupId, String assetEntryType) Returns the number of asset list entries where groupId = ? and assetEntryType = ?.static int
countByG_ALEK
(long groupId, String assetListEntryKey) Returns the number of asset list entries where groupId = ? and assetListEntryKey = ?.static int
countByG_LikeT
(long[] groupIds, String title) Returns the number of asset list entries where groupId = any ? and title LIKE ?.static int
countByG_LikeT
(long groupId, String title) Returns the number of asset list entries where groupId = ? and title LIKE ?.static 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 = ?.static 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 = ?.static 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 ?.static int
countByG_LikeT_AET
(long groupId, String title, String assetEntryType) Returns the number of asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?.static int
countByG_T
(long groupId, String title) Returns the number of asset list entries where groupId = ? and title = ?.static int
countByG_TY
(long groupId, int type) Returns the number of asset list entries where groupId = ? and type = ?.static int
countByGroupId
(long groupId) Returns the number of asset list entries where groupId = ?.static int
countByGroupId
(long[] groupIds) Returns the number of asset list entries where groupId = any ?.static int
countByUuid
(String uuid) Returns the number of asset list entries where uuid = ?.static int
countByUuid_C
(String uuid, long companyId) Returns the number of asset list entries where uuid = ? and companyId = ?.static int
countByUUID_G
(String uuid, long groupId) Returns the number of asset list entries where uuid = ? and groupId = ?.static long
countWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static AssetListEntry
create
(long assetListEntryId) Creates a new asset list entry with the primary key.static AssetListEntry
fetchByERC_G
(String externalReferenceCode, long groupId) Returns the asset list entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.static AssetListEntry
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.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static AssetListEntry
fetchByG_ALEK
(long groupId, String assetListEntryKey) Returns the asset list entry where groupId = ? and assetListEntryKey = ? or returnsnull
if it could not be found.static AssetListEntry
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.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 ?.static 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 ?.static AssetListEntry
fetchByG_T
(long groupId, String title) Returns the asset list entry where groupId = ? and title = ? or returnsnull
if it could not be found.static AssetListEntry
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.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static AssetListEntry
fetchByPrimaryKey
(long assetListEntryId) Returns the asset list entry with the primary key or returnsnull
if it could not be found.static Map<Serializable,
AssetListEntry> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static 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 = ?.static 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 = ?.static 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 = ?.static AssetListEntry
fetchByUUID_G
(String uuid, long groupId) Returns the asset list entry where uuid = ? and groupId = ? or returnsnull
if it could not be found.static AssetListEntry
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.static 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 = ?.static 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 = ?.static 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 = ?.static 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 ?.static 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 = ?.static 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 ?.static 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 ?.static 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 = ?.static 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 = ?.static 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 ?.static 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 = ?.static 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 = ?.static int
filterCountByGroupId
(long groupId) Returns the number of asset list entries that the user has permission to view where groupId = ?.static int
filterCountByGroupId
(long[] groupIds) Returns the number of asset list entries that the user has permission to view where groupId = any ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static AssetListEntry[]
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 = ?.static List<AssetListEntry>
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 ?.static 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 ?.static 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 ?.static List<AssetListEntry>
filterFindByG_AET
(long groupId, String assetEntryType) Returns all the asset list entries that the user has permission to view where groupId = ? and assetEntryType = ?.static List<AssetListEntry>
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 = ?.static 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 = ?.static AssetListEntry[]
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 = ?.static List<AssetListEntry>
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 ?.static List<AssetListEntry>
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 ?.static 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 ?.static List<AssetListEntry>
filterFindByG_LikeT
(long groupId, String title) Returns all the asset list entries that the user has permission to view where groupId = ? and title LIKE ?.static List<AssetListEntry>
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 ?.static 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 ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static AssetListEntry[]
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 = ?.static 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 ?.static 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 ?.static 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 ?.static List<AssetListEntry>
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 = ?.static 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 = ?.static 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 = ?.static AssetListEntry[]
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 = ?.static AssetListEntry[]
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 ?.static List<AssetListEntry>
filterFindByG_TY
(long groupId, int type) Returns all the asset list entries that the user has permission to view where groupId = ? and type = ?.static List<AssetListEntry>
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 = ?.static 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 = ?.static AssetListEntry[]
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 = ?.static List<AssetListEntry>
filterFindByGroupId
(long groupId) Returns all the asset list entries that the user has permission to view where groupId = ?.static List<AssetListEntry>
filterFindByGroupId
(long[] groupIds) Returns all the asset list entries that the user has permission to view where groupId = any ?.static List<AssetListEntry>
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 ?.static 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 ?.static List<AssetListEntry>
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 = ?.static 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 = ?.static AssetListEntry[]
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 = ?.static List<AssetListEntry>
findAll()
Returns all the asset list entries.static List<AssetListEntry>
findAll
(int start, int end) Returns a range of all the asset list entries.static 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.static 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.static AssetListEntry
findByERC_G
(String externalReferenceCode, long groupId) Returns the asset list entry where externalReferenceCode = ? and groupId = ? or throws aNoSuchEntryException
if it could not be found.static List<AssetListEntry>
findByG_AES_AET
(long[] groupIds, String assetEntrySubtype, String assetEntryType) Returns all the asset list entries where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.static 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 = ?.static 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 = ?.static 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.static List<AssetListEntry>
findByG_AES_AET
(long groupId, String assetEntrySubtype, String assetEntryType) Returns all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.static 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 = ?.static 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 = ?.static 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 = ?.static AssetListEntry
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 = ?.static AssetListEntry
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 = ?.static AssetListEntry[]
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 = ?.static List<AssetListEntry>
findByG_AET
(long[] groupIds, String[] assetEntryTypes) Returns all the asset list entries where groupId = any ? and assetEntryType = any ?.static List<AssetListEntry>
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 ?.static 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 ?.static 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.static List<AssetListEntry>
findByG_AET
(long groupId, String assetEntryType) Returns all the asset list entries where groupId = ? and assetEntryType = ?.static List<AssetListEntry>
findByG_AET
(long groupId, String assetEntryType, int start, int end) Returns a range of all the asset list entries where groupId = ? and assetEntryType = ?.static 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 = ?.static 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 = ?.static AssetListEntry
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 = ?.static AssetListEntry
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 = ?.static AssetListEntry[]
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 = ?.static AssetListEntry
findByG_ALEK
(long groupId, String assetListEntryKey) Returns the asset list entry where groupId = ? and assetListEntryKey = ? or throws aNoSuchEntryException
if it could not be found.static List<AssetListEntry>
findByG_LikeT
(long[] groupIds, String title) Returns all the asset list entries where groupId = any ? and title LIKE ?.static List<AssetListEntry>
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 ?.static 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 ?.static 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.static List<AssetListEntry>
findByG_LikeT
(long groupId, String title) Returns all the asset list entries where groupId = ? and title LIKE ?.static List<AssetListEntry>
findByG_LikeT
(long groupId, String title, int start, int end) Returns a range of all the asset list entries where groupId = ? and title LIKE ?.static 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 ?.static 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 ?.static 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 = ?.static 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 = ?.static 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 = ?.static 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.static 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 = ?.static 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 = ?.static 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 = ?.static 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 = ?.static AssetListEntry
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 = ?.static AssetListEntry
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 = ?.static AssetListEntry[]
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 = ?.static List<AssetListEntry>
findByG_LikeT_AET
(long[] groupIds, String title, String[] assetEntryTypes) Returns all the asset list entries where groupId = any ? and title LIKE ? and assetEntryType = any ?.static 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 ?.static 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 ?.static 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.static List<AssetListEntry>
findByG_LikeT_AET
(long groupId, String title, String assetEntryType) Returns all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?.static 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 = ?.static 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 = ?.static 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 = ?.static AssetListEntry
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 = ?.static AssetListEntry
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 = ?.static AssetListEntry[]
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 = ?.static AssetListEntry
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 ?.static AssetListEntry
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 ?.static AssetListEntry[]
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 ?.static AssetListEntry
Returns the asset list entry where groupId = ? and title = ? or throws aNoSuchEntryException
if it could not be found.static List<AssetListEntry>
findByG_TY
(long groupId, int type) Returns all the asset list entries where groupId = ? and type = ?.static List<AssetListEntry>
findByG_TY
(long groupId, int type, int start, int end) Returns a range of all the asset list entries where groupId = ? and type = ?.static 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 = ?.static 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 = ?.static AssetListEntry
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 = ?.static AssetListEntry
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 = ?.static AssetListEntry[]
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 = ?.static List<AssetListEntry>
findByGroupId
(long groupId) Returns all the asset list entries where groupId = ?.static List<AssetListEntry>
findByGroupId
(long[] groupIds) Returns all the asset list entries where groupId = any ?.static List<AssetListEntry>
findByGroupId
(long[] groupIds, int start, int end) Returns a range of all the asset list entries where groupId = any ?.static 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 ?.static 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.static List<AssetListEntry>
findByGroupId
(long groupId, int start, int end) Returns a range of all the asset list entries where groupId = ?.static 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 = ?.static 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 = ?.static AssetListEntry
findByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ?.static AssetListEntry
findByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where groupId = ?.static AssetListEntry[]
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 = ?.static AssetListEntry
findByPrimaryKey
(long assetListEntryId) Returns the asset list entry with the primary key or throws aNoSuchEntryException
if it could not be found.static List<AssetListEntry>
findByUuid
(String uuid) Returns all the asset list entries where uuid = ?.static List<AssetListEntry>
findByUuid
(String uuid, int start, int end) Returns a range of all the asset list entries where uuid = ?.static 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 = ?.static 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 = ?.static List<AssetListEntry>
findByUuid_C
(String uuid, long companyId) Returns all the asset list entries where uuid = ? and companyId = ?.static List<AssetListEntry>
findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the asset list entries where uuid = ? and companyId = ?.static 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 = ?.static 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 = ?.static AssetListEntry
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 = ?.static AssetListEntry
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 = ?.static AssetListEntry[]
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 = ?.static AssetListEntry
findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where uuid = ?.static AssetListEntry
findByUUID_G
(String uuid, long groupId) Returns the asset list entry where uuid = ? and groupId = ? or throws aNoSuchEntryException
if it could not be found.static AssetListEntry
findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where uuid = ?.static AssetListEntry[]
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 = ?.static List<AssetListEntry>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<AssetListEntry>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<AssetListEntry>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) static AssetListEntryPersistence
static AssetListEntry
remove
(long assetListEntryId) Removes the asset list entry with the primary key from the database.static void
Removes all the asset list entries from the database.static AssetListEntry
removeByERC_G
(String externalReferenceCode, long groupId) Removes the asset list entry where externalReferenceCode = ? and groupId = ? from the database.static 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.static void
removeByG_AET
(long groupId, String assetEntryType) Removes all the asset list entries where groupId = ? and assetEntryType = ? from the database.static AssetListEntry
removeByG_ALEK
(long groupId, String assetListEntryKey) Removes the asset list entry where groupId = ? and assetListEntryKey = ? from the database.static void
removeByG_LikeT
(long groupId, String title) Removes all the asset list entries where groupId = ? and title LIKE ? from the database.static 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.static 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.static AssetListEntry
removeByG_T
(long groupId, String title) Removes the asset list entry where groupId = ? and title = ? from the database.static void
removeByG_TY
(long groupId, int type) Removes all the asset list entries where groupId = ? and type = ? from the database.static void
removeByGroupId
(long groupId) Removes all the asset list entries where groupId = ? from the database.static void
removeByUuid
(String uuid) Removes all the asset list entries where uuid = ? from the database.static void
removeByUuid_C
(String uuid, long companyId) Removes all the asset list entries where uuid = ? and companyId = ? from the database.static AssetListEntry
removeByUUID_G
(String uuid, long groupId) Removes the asset list entry where uuid = ? and groupId = ? from the database.static void
setPersistence
(AssetListEntryPersistence persistence) static AssetListEntry
update
(AssetListEntry assetListEntry) static AssetListEntry
update
(AssetListEntry assetListEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext) static AssetListEntry
updateImpl
(AssetListEntry assetListEntry)
-
Constructor Details
-
AssetListEntryUtil
public AssetListEntryUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
- See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<AssetListEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<AssetListEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<AssetListEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static AssetListEntry update(AssetListEntry assetListEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
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
public static 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
public static 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
public static 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 foundNoSuchEntryException
-
fetchByUuid_First
public static 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
public static 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 foundNoSuchEntryException
-
fetchByUuid_Last
public static 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
public static 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 foundNoSuchEntryException
-
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 foundNoSuchEntryException
-
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
public static 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
public static 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
public static 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 foundNoSuchEntryException
-
fetchByUuid_C_First
public static 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
public static 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 foundNoSuchEntryException
-
fetchByUuid_C_Last
public static 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
public static 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 foundNoSuchEntryException
-
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
public static 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
public static 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
public static 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 foundNoSuchEntryException
-
fetchByGroupId_First
public static 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
public static 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 foundNoSuchEntryException
-
fetchByGroupId_Last
public static 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
public static 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 foundNoSuchEntryException
-
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
public static 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
public static 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 foundNoSuchEntryException
-
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
public static 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
public static 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
public static 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
public static void removeByGroupId(long groupId) Removes all the asset list entries where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
public static 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
public static 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
public static 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
public static 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
public static AssetListEntry findByG_ALEK(long groupId, String assetListEntryKey) throws NoSuchEntryException 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 foundNoSuchEntryException
-
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
public static AssetListEntry 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.- 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
public static AssetListEntry removeByG_ALEK(long groupId, String assetListEntryKey) throws NoSuchEntryException 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 foundNoSuchEntryException
-
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
public static 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
public static 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
public static 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 foundNoSuchEntryException
-
fetchByG_LikeT_First
public static 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
public static 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 foundNoSuchEntryException
-
fetchByG_LikeT_Last
public static 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
public static 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 foundNoSuchEntryException
-
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
public static List<AssetListEntry> 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 ?.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
public static 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
public static 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 foundNoSuchEntryException
-
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
public static List<AssetListEntry> 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 ?.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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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 foundNoSuchEntryException
-
fetchByG_TY_First
public static 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
public static 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 foundNoSuchEntryException
-
fetchByG_TY_Last
public static 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
public static 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 foundNoSuchEntryException
-
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
public static 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
public static 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 foundNoSuchEntryException
-
removeByG_TY
public static 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
public static 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
public static 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
public static List<AssetListEntry> findByG_AET(long groupId, String assetEntryType, int start, int end) 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
public static 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
public static 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
public static 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 foundNoSuchEntryException
-
fetchByG_AET_First
public static 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
public static 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 foundNoSuchEntryException
-
fetchByG_AET_Last
public static 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
public static 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 foundNoSuchEntryException
-
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
public static List<AssetListEntry> 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 = ?.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
public static 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
public static 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 foundNoSuchEntryException
-
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
public static 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
public static 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
public static List<AssetListEntry> 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 ?.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
public static 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
public static 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
public static List<AssetListEntry> findByG_LikeT_AET(long groupId, String title, String assetEntryType) 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
public static 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
public static 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
public static 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
public static 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 foundNoSuchEntryException
-
fetchByG_LikeT_AET_First
public static 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
public static 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 foundNoSuchEntryException
-
fetchByG_LikeT_AET_Last
public static 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
public static 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 foundNoSuchEntryException
-
filterFindByG_LikeT_AET
public static List<AssetListEntry> 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 = ?.- 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
public static 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
public static 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
public static 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 foundNoSuchEntryException
-
filterFindByG_LikeT_AET
public static 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
public static 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
public static 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
public static List<AssetListEntry> findByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes) 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
public static 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
public static 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
public static 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
public static List<AssetListEntry> findByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType) 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
public static 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
public static 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
public static 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
public static 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 foundNoSuchEntryException
-
fetchByG_AES_AET_First
public static 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
public static 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 foundNoSuchEntryException
-
fetchByG_AES_AET_Last
public static 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
public static 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 foundNoSuchEntryException
-
filterFindByG_AES_AET
public static 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
public static 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
public static 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
public static 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 foundNoSuchEntryException
-
filterFindByG_AES_AET
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static int countByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType) 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
public static 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 = ?.- 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
public static 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 = ?.- 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
public static 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
public static 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
public static 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
public static 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
public static 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 foundNoSuchEntryException
-
fetchByG_LikeT_AES_AET_First
public static 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
public static 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 foundNoSuchEntryException
-
fetchByG_LikeT_AES_AET_Last
public static 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
public static 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 foundNoSuchEntryException
-
filterFindByG_LikeT_AES_AET
public static 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
public static 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
public static 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
public static 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 foundNoSuchEntryException
-
filterFindByG_LikeT_AES_AET
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static AssetListEntry findByERC_G(String externalReferenceCode, long groupId) throws NoSuchEntryException 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 foundNoSuchEntryException
-
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
public static AssetListEntry 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.- 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
public static 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 foundNoSuchEntryException
-
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 foundNoSuchEntryException
-
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
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
public static 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
public static 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
public static void removeAll()Removes all the asset list entries from the database. -
countAll
public static int countAll()Returns the number of asset list entries.- Returns:
- the number of asset list entries
-
getPersistence
-
setPersistence
-