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 voidcacheResult(AssetListEntry assetListEntry) Caches the asset list entry in the entity cache if it is enabled.static voidcacheResult(List<AssetListEntry> assetListEntries) Caches the asset list entries in the entity cache if it is enabled.static voidstatic voidclearCache(AssetListEntry assetListEntry) static intcountAll()Returns the number of asset list entries.static intcountByERC_G(String externalReferenceCode, long groupId) Returns the number of asset list entries where externalReferenceCode = ? and groupId = ?.static intcountByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType) Returns the number of asset list entries where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.static intcountByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType) Returns the number of asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.static intcountByG_AET(long[] groupIds, String[] assetEntryTypes) Returns the number of asset list entries where groupId = any ? and assetEntryType = any ?.static intcountByG_AET(long groupId, String assetEntryType) Returns the number of asset list entries where groupId = ? and assetEntryType = ?.static intcountByG_ALEK(long groupId, String assetListEntryKey) Returns the number of asset list entries where groupId = ? and assetListEntryKey = ?.static intcountByG_LikeT(long[] groupIds, String title) Returns the number of asset list entries where groupId = any ? and title LIKE ?.static intcountByG_LikeT(long groupId, String title) Returns the number of asset list entries where groupId = ? and title LIKE ?.static intcountByG_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 intcountByG_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 intcountByG_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 intcountByG_LikeT_AET(long groupId, String title, String assetEntryType) Returns the number of asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?.static intcountByG_T(long groupId, String title) Returns the number of asset list entries where groupId = ? and title = ?.static intcountByG_TY(long groupId, int type) Returns the number of asset list entries where groupId = ? and type = ?.static intcountByGroupId(long groupId) Returns the number of asset list entries where groupId = ?.static intcountByGroupId(long[] groupIds) Returns the number of asset list entries where groupId = any ?.static intcountByUuid(String uuid) Returns the number of asset list entries where uuid = ?.static intcountByUuid_C(String uuid, long companyId) Returns the number of asset list entries where uuid = ? and companyId = ?.static intcountByUUID_G(String uuid, long groupId) Returns the number of asset list entries where uuid = ? and groupId = ?.static longcountWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static AssetListEntrycreate(long assetListEntryId) Creates a new asset list entry with the primary key.static AssetListEntryfetchByERC_G(String externalReferenceCode, long groupId) Returns the asset list entry where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found.static AssetListEntryfetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the asset list entry where externalReferenceCode = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.static AssetListEntryfetchByG_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 AssetListEntryfetchByG_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 AssetListEntryfetchByG_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 AssetListEntryfetchByG_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 AssetListEntryfetchByG_ALEK(long groupId, String assetListEntryKey) Returns the asset list entry where groupId = ? and assetListEntryKey = ? or returnsnullif it could not be found.static AssetListEntryfetchByG_ALEK(long groupId, String assetListEntryKey, boolean useFinderCache) Returns the asset list entry where groupId = ? and assetListEntryKey = ? or returnsnullif it could not be found, optionally using the finder cache.static AssetListEntryfetchByG_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 AssetListEntryfetchByG_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 AssetListEntryfetchByG_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 AssetListEntryfetchByG_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 AssetListEntryfetchByG_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 AssetListEntryfetchByG_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 AssetListEntryfetchByG_T(long groupId, String title) Returns the asset list entry where groupId = ? and title = ? or returnsnullif it could not be found.static AssetListEntryfetchByG_T(long groupId, String title, boolean useFinderCache) Returns the asset list entry where groupId = ? and title = ? or returnsnullif it could not be found, optionally using the finder cache.static AssetListEntryfetchByG_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 AssetListEntryfetchByG_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 AssetListEntryfetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ?.static AssetListEntryfetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where groupId = ?.static AssetListEntryfetchByPrimaryKey(long assetListEntryId) Returns the asset list entry with the primary key or returnsnullif it could not be found.static Map<Serializable,AssetListEntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys) static AssetListEntryfetchByUuid_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 AssetListEntryfetchByUuid_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 AssetListEntryfetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where uuid = ?.static AssetListEntryfetchByUUID_G(String uuid, long groupId) Returns the asset list entry where uuid = ? and groupId = ? or returnsnullif it could not be found.static AssetListEntryfetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the asset list entry where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.static AssetListEntryfetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the last asset list entry in the ordered set where uuid = ?.static intfilterCountByG_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 intfilterCountByG_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 intfilterCountByG_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 intfilterCountByG_AET(long groupId, String assetEntryType) Returns the number of asset list entries that the user has permission to view where groupId = ? and assetEntryType = ?.static intfilterCountByG_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 intfilterCountByG_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 intfilterCountByG_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 intfilterCountByG_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 intfilterCountByG_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 intfilterCountByG_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 intfilterCountByG_TY(long groupId, int type) Returns the number of asset list entries that the user has permission to view where groupId = ? and type = ?.static intfilterCountByGroupId(long groupId) Returns the number of asset list entries that the user has permission to view where groupId = ?.static intfilterCountByGroupId(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 AssetListEntryfindByERC_G(String externalReferenceCode, long groupId) Returns the asset list entry where externalReferenceCode = ? and groupId = ? or throws aNoSuchEntryExceptionif 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 AssetListEntryfindByG_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 AssetListEntryfindByG_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 AssetListEntryfindByG_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 AssetListEntryfindByG_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 AssetListEntryfindByG_ALEK(long groupId, String assetListEntryKey) Returns the asset list entry where groupId = ? and assetListEntryKey = ? or throws aNoSuchEntryExceptionif 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 AssetListEntryfindByG_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 AssetListEntryfindByG_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 AssetListEntryfindByG_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 AssetListEntryfindByG_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 AssetListEntryfindByG_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 AssetListEntryfindByG_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 AssetListEntryReturns the asset list entry where groupId = ? and title = ? or throws aNoSuchEntryExceptionif 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 AssetListEntryfindByG_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 AssetListEntryfindByG_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 AssetListEntryfindByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where groupId = ?.static AssetListEntryfindByGroupId_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 AssetListEntryfindByPrimaryKey(long assetListEntryId) Returns the asset list entry with the primary key or throws aNoSuchEntryExceptionif 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 AssetListEntryfindByUuid_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 AssetListEntryfindByUuid_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 AssetListEntryfindByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns the first asset list entry in the ordered set where uuid = ?.static AssetListEntryfindByUUID_G(String uuid, long groupId) Returns the asset list entry where uuid = ? and groupId = ? or throws aNoSuchEntryExceptionif it could not be found.static AssetListEntryfindByUuid_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 AssetListEntryPersistencestatic AssetListEntryremove(long assetListEntryId) Removes the asset list entry with the primary key from the database.static voidRemoves all the asset list entries from the database.static AssetListEntryremoveByERC_G(String externalReferenceCode, long groupId) Removes the asset list entry where externalReferenceCode = ? and groupId = ? from the database.static voidremoveByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType) Removes all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ? from the database.static voidremoveByG_AET(long groupId, String assetEntryType) Removes all the asset list entries where groupId = ? and assetEntryType = ? from the database.static AssetListEntryremoveByG_ALEK(long groupId, String assetListEntryKey) Removes the asset list entry where groupId = ? and assetListEntryKey = ? from the database.static voidremoveByG_LikeT(long groupId, String title) Removes all the asset list entries where groupId = ? and title LIKE ? from the database.static voidremoveByG_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 voidremoveByG_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 AssetListEntryremoveByG_T(long groupId, String title) Removes the asset list entry where groupId = ? and title = ? from the database.static voidremoveByG_TY(long groupId, int type) Removes all the asset list entries where groupId = ? and type = ? from the database.static voidremoveByGroupId(long groupId) Removes all the asset list entries where groupId = ? from the database.static voidremoveByUuid(String uuid) Removes all the asset list entries where uuid = ? from the database.static voidremoveByUuid_C(String uuid, long companyId) Removes all the asset list entries where uuid = ? and companyId = ? from the database.static AssetListEntryremoveByUUID_G(String uuid, long groupId) Removes the asset list entry where uuid = ? and groupId = ? from the database.static voidsetPersistence(AssetListEntryPersistence persistence) static AssetListEntryupdate(AssetListEntry assetListEntry) static AssetListEntryupdate(AssetListEntry assetListEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext) static AssetListEntryupdateImpl(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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
nullif 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
nullif 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 aNoSuchEntryExceptionif 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 returnsnullif it could not be found. Uses the finder cache.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching asset list entry, or
nullif a matching asset list entry could not be found
-
fetchByUUID_G
Returns the asset list entry where uuid = ? and groupId = ? or returnsnullif 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
nullif 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
nullif 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
nullif 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
nullif 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
nullif 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 aNoSuchEntryExceptionif 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 returnsnullif 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
nullif 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 returnsnullif 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
nullif 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 aNoSuchEntryExceptionif 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 returnsnullif it could not be found. Uses the finder cache.- Parameters:
groupId- the group IDtitle- the title- Returns:
- the matching asset list entry, or
nullif a matching asset list entry could not be found
-
fetchByG_T
Returns the asset list entry where groupId = ? and title = ? or returnsnullif 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
nullif 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
nullif 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
nullif 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
nullif 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
nullif 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
nullif 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
nullif 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
nullif 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
nullif 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
nullif 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
nullif 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
nullif 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
nullif 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 aNoSuchEntryExceptionif 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 returnsnullif 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
nullif 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 returnsnullif 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
nullif 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 aNoSuchEntryExceptionif 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 returnsnullif it could not be found.- Parameters:
assetListEntryId- the primary key of the asset list entry- Returns:
- the asset list entry, or
nullif 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris 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
-