Class AssetListEntryUtil

java.lang.Object
com.liferay.asset.list.service.persistence.AssetListEntryUtil

public class AssetListEntryUtil extends Object
The persistence utility for the asset list entry service. This utility wraps 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    cacheResult(AssetListEntry assetListEntry)
    Caches the asset list entry in the entity cache if it is enabled.
    static void
    cacheResult(List<AssetListEntry> assetListEntries)
    Caches the asset list entries in the entity cache if it is enabled.
    static void
     
    static void
    clearCache(AssetListEntry assetListEntry)
     
    static int
    Returns the number of asset list entries.
    static int
    countByERC_G(String externalReferenceCode, long groupId)
    Returns the number of asset list entries where externalReferenceCode = ? and groupId = ?.
    static int
    countByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType)
    Returns the number of asset list entries where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.
    static int
    countByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType)
    Returns the number of asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
    static int
    countByG_AET(long[] groupIds, String[] assetEntryTypes)
    Returns the number of asset list entries where groupId = any ? and assetEntryType = any ?.
    static int
    countByG_AET(long groupId, String assetEntryType)
    Returns the number of asset list entries where groupId = ? and assetEntryType = ?.
    static int
    countByG_ALEK(long groupId, String assetListEntryKey)
    Returns the number of asset list entries where groupId = ? and assetListEntryKey = ?.
    static int
    countByG_LikeT(long[] groupIds, String title)
    Returns the number of asset list entries where groupId = any ? and title LIKE ?.
    static int
    countByG_LikeT(long groupId, String title)
    Returns the number of asset list entries where groupId = ? and title LIKE ?.
    static int
    countByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType)
    Returns the number of asset list entries where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    static int
    countByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType)
    Returns the number of asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    static int
    countByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes)
    Returns the number of asset list entries where groupId = any ? and title LIKE ? and assetEntryType = any ?.
    static int
    countByG_LikeT_AET(long groupId, String title, String assetEntryType)
    Returns the number of asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?.
    static int
    countByG_T(long groupId, String title)
    Returns the number of asset list entries where groupId = ? and title = ?.
    static int
    countByG_TY(long groupId, int type)
    Returns the number of asset list entries where groupId = ? and type = ?.
    static int
    countByGroupId(long groupId)
    Returns the number of asset list entries where groupId = ?.
    static int
    countByGroupId(long[] groupIds)
    Returns the number of asset list entries where groupId = any ?.
    static int
    Returns the number of asset list entries where uuid = ?.
    static int
    countByUuid_C(String uuid, long companyId)
    Returns the number of asset list entries where uuid = ? and companyId = ?.
    static int
    countByUUID_G(String uuid, long groupId)
    Returns the number of asset list entries where uuid = ? and groupId = ?.
    static long
    countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    create(long assetListEntryId)
    Creates a new asset list entry with the primary key.
    fetchByERC_G(String externalReferenceCode, long groupId)
    Returns the asset list entry where externalReferenceCode = ? and groupId = ? or returns null if it could not be found.
    fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache)
    Returns the asset list entry where externalReferenceCode = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByG_AES_AET_First(long groupId, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the first asset list entry in the ordered set where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
    fetchByG_AES_AET_Last(long groupId, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the last asset list entry in the ordered set where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
    fetchByG_AET_First(long groupId, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the first asset list entry in the ordered set where groupId = ? and assetEntryType = ?.
    fetchByG_AET_Last(long groupId, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the last asset list entry in the ordered set where groupId = ? and assetEntryType = ?.
    fetchByG_ALEK(long groupId, String assetListEntryKey)
    Returns the asset list entry where groupId = ? and assetListEntryKey = ? or returns null if it could not be found.
    fetchByG_ALEK(long groupId, String assetListEntryKey, boolean useFinderCache)
    Returns the asset list entry where groupId = ? and assetListEntryKey = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByG_LikeT_AES_AET_First(long groupId, String title, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the first asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    fetchByG_LikeT_AES_AET_Last(long groupId, String title, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    fetchByG_LikeT_AET_First(long groupId, String title, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the first asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntryType = ?.
    fetchByG_LikeT_AET_Last(long groupId, String title, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntryType = ?.
    fetchByG_LikeT_First(long groupId, String title, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the first asset list entry in the ordered set where groupId = ? and title LIKE ?.
    fetchByG_LikeT_Last(long groupId, String title, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ?.
    fetchByG_T(long groupId, String title)
    Returns the asset list entry where groupId = ? and title = ? or returns null if it could not be found.
    fetchByG_T(long groupId, String title, boolean useFinderCache)
    Returns the asset list entry where groupId = ? and title = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByG_TY_First(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the first asset list entry in the ordered set where groupId = ? and type = ?.
    fetchByG_TY_Last(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the last asset list entry in the ordered set where groupId = ? and type = ?.
    fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the first asset list entry in the ordered set where groupId = ?.
    fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the last asset list entry in the ordered set where groupId = ?.
    fetchByPrimaryKey(long assetListEntryId)
    Returns the asset list entry with the primary key or returns null if it could not be found.
     
    fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the first asset list entry in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the last asset list entry in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the first asset list entry in the ordered set where uuid = ?.
    fetchByUUID_G(String uuid, long groupId)
    Returns the asset list entry where uuid = ? and groupId = ? or returns null if it could not be found.
    fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
    Returns the asset list entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the last asset list entry in the ordered set where uuid = ?.
    static int
    filterCountByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType)
    Returns the number of asset list entries that the user has permission to view where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.
    static int
    filterCountByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType)
    Returns the number of asset list entries that the user has permission to view where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
    static int
    filterCountByG_AET(long[] groupIds, String[] assetEntryTypes)
    Returns the number of asset list entries that the user has permission to view where groupId = any ? and assetEntryType = any ?.
    static int
    filterCountByG_AET(long groupId, String assetEntryType)
    Returns the number of asset list entries that the user has permission to view where groupId = ? and assetEntryType = ?.
    static int
    filterCountByG_LikeT(long[] groupIds, String title)
    Returns the number of asset list entries that the user has permission to view where groupId = any ? and title LIKE ?.
    static int
    filterCountByG_LikeT(long groupId, String title)
    Returns the number of asset list entries that the user has permission to view where groupId = ? and title LIKE ?.
    static int
    filterCountByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType)
    Returns the number of asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    static int
    filterCountByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType)
    Returns the number of asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    static int
    filterCountByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes)
    Returns the number of asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntryType = any ?.
    static int
    filterCountByG_LikeT_AET(long groupId, String title, String assetEntryType)
    Returns the number of asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntryType = ?.
    static int
    filterCountByG_TY(long groupId, int type)
    Returns the number of asset list entries that the user has permission to view where groupId = ? and type = ?.
    static int
    filterCountByGroupId(long groupId)
    Returns the number of asset list entries that the user has permission to view where groupId = ?.
    static int
    filterCountByGroupId(long[] groupIds)
    Returns the number of asset list entries that the user has permission to view where groupId = any ?.
    filterFindByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType)
    Returns all the asset list entries that the user has permission to view where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType)
    Returns all the asset list entries that the user has permission to view where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_AES_AET_PrevAndNext(long assetListEntryId, long groupId, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_AET(long[] groupIds, String[] assetEntryTypes)
    Returns all the asset list entries that the user has permission to view where groupId = any ? and assetEntryType = any ?.
    filterFindByG_AET(long[] groupIds, String[] assetEntryTypes, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and assetEntryType = any ?.
    filterFindByG_AET(long[] groupIds, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and assetEntryType = any ?.
    filterFindByG_AET(long groupId, String assetEntryType)
    Returns all the asset list entries that the user has permission to view where groupId = ? and assetEntryType = ?.
    filterFindByG_AET(long groupId, String assetEntryType, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = ? and assetEntryType = ?.
    filterFindByG_AET(long groupId, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and assetEntryType = ?.
    filterFindByG_AET_PrevAndNext(long assetListEntryId, long groupId, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and assetEntryType = ?.
    filterFindByG_LikeT(long[] groupIds, String title)
    Returns all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ?.
    filterFindByG_LikeT(long[] groupIds, String title, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ?.
    filterFindByG_LikeT(long[] groupIds, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ?.
    filterFindByG_LikeT(long groupId, String title)
    Returns all the asset list entries that the user has permission to view where groupId = ? and title LIKE ?.
    filterFindByG_LikeT(long groupId, String title, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = ? and title LIKE ?.
    filterFindByG_LikeT(long groupId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and title LIKE ?.
    filterFindByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType)
    Returns all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType)
    Returns all the asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_LikeT_AES_AET_PrevAndNext(long assetListEntryId, long groupId, String title, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes)
    Returns all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntryType = any ?.
    filterFindByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntryType = any ?.
    filterFindByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntryType = any ?.
    filterFindByG_LikeT_AET(long groupId, String title, String assetEntryType)
    Returns all the asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntryType = ?.
    filterFindByG_LikeT_AET(long groupId, String title, String assetEntryType, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntryType = ?.
    filterFindByG_LikeT_AET(long groupId, String title, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and title LIKE ? and assetEntryType = ?.
    filterFindByG_LikeT_AET_PrevAndNext(long assetListEntryId, long groupId, String title, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntryType = ?.
    filterFindByG_LikeT_PrevAndNext(long assetListEntryId, long groupId, String title, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and title LIKE ?.
    filterFindByG_TY(long groupId, int type)
    Returns all the asset list entries that the user has permission to view where groupId = ? and type = ?.
    filterFindByG_TY(long groupId, int type, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = ? and type = ?.
    filterFindByG_TY(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and type = ?.
    filterFindByG_TY_PrevAndNext(long assetListEntryId, long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and type = ?.
    filterFindByGroupId(long groupId)
    Returns all the asset list entries that the user has permission to view where groupId = ?.
    filterFindByGroupId(long[] groupIds)
    Returns all the asset list entries that the user has permission to view where groupId = any ?.
    filterFindByGroupId(long[] groupIds, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = any ?.
    filterFindByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ?.
    filterFindByGroupId(long groupId, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = ?.
    filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ?.
    filterFindByGroupId_PrevAndNext(long assetListEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ?.
    Returns all the asset list entries.
    findAll(int start, int end)
    Returns a range of all the asset list entries.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entries.
    findByERC_G(String externalReferenceCode, long groupId)
    Returns the asset list entry where externalReferenceCode = ? and groupId = ? or throws a NoSuchEntryException if it could not be found.
    findByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType)
    Returns all the asset list entries where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.
    findByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end)
    Returns a range of all the asset list entries where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.
    findByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.
    findByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?, optionally using the finder cache.
    findByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType)
    Returns all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
    findByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType, int start, int end)
    Returns a range of all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
    findByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
    findByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
    findByG_AES_AET_First(long groupId, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the first asset list entry in the ordered set where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
    findByG_AES_AET_Last(long groupId, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the last asset list entry in the ordered set where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
    findByG_AES_AET_PrevAndNext(long assetListEntryId, long groupId, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
    findByG_AET(long[] groupIds, String[] assetEntryTypes)
    Returns all the asset list entries where groupId = any ? and assetEntryType = any ?.
    findByG_AET(long[] groupIds, String[] assetEntryTypes, int start, int end)
    Returns a range of all the asset list entries where groupId = any ? and assetEntryType = any ?.
    findByG_AET(long[] groupIds, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries where groupId = any ? and assetEntryType = any ?.
    findByG_AET(long[] groupIds, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entries where groupId = ? and assetEntryType = ?, optionally using the finder cache.
    findByG_AET(long groupId, String assetEntryType)
    Returns all the asset list entries where groupId = ? and assetEntryType = ?.
    findByG_AET(long groupId, String assetEntryType, int start, int end)
    Returns a range of all the asset list entries where groupId = ? and assetEntryType = ?.
    findByG_AET(long groupId, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries where groupId = ? and assetEntryType = ?.
    findByG_AET(long groupId, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entries where groupId = ? and assetEntryType = ?.
    findByG_AET_First(long groupId, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the first asset list entry in the ordered set where groupId = ? and assetEntryType = ?.
    findByG_AET_Last(long groupId, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the last asset list entry in the ordered set where groupId = ? and assetEntryType = ?.
    findByG_AET_PrevAndNext(long assetListEntryId, long groupId, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and assetEntryType = ?.
    findByG_ALEK(long groupId, String assetListEntryKey)
    Returns the asset list entry where groupId = ? and assetListEntryKey = ? or throws a NoSuchEntryException if it could not be found.
    findByG_LikeT(long[] groupIds, String title)
    Returns all the asset list entries where groupId = any ? and title LIKE ?.
    findByG_LikeT(long[] groupIds, String title, int start, int end)
    Returns a range of all the asset list entries where groupId = any ? and title LIKE ?.
    findByG_LikeT(long[] groupIds, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries where groupId = any ? and title LIKE ?.
    findByG_LikeT(long[] groupIds, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ?, optionally using the finder cache.
    findByG_LikeT(long groupId, String title)
    Returns all the asset list entries where groupId = ? and title LIKE ?.
    findByG_LikeT(long groupId, String title, int start, int end)
    Returns a range of all the asset list entries where groupId = ? and title LIKE ?.
    findByG_LikeT(long groupId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ?.
    findByG_LikeT(long groupId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ?.
    findByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType)
    Returns all the asset list entries where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    findByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end)
    Returns a range of all the asset list entries where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    findByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    findByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?, optionally using the finder cache.
    findByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType)
    Returns all the asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    findByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType, int start, int end)
    Returns a range of all the asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    findByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    findByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    findByG_LikeT_AES_AET_First(long groupId, String title, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the first asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    findByG_LikeT_AES_AET_Last(long groupId, String title, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    findByG_LikeT_AES_AET_PrevAndNext(long assetListEntryId, long groupId, String title, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    findByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes)
    Returns all the asset list entries where groupId = any ? and title LIKE ? and assetEntryType = any ?.
    findByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes, int start, int end)
    Returns a range of all the asset list entries where groupId = any ? and title LIKE ? and assetEntryType = any ?.
    findByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries where groupId = any ? and title LIKE ? and assetEntryType = any ?.
    findByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?, optionally using the finder cache.
    findByG_LikeT_AET(long groupId, String title, String assetEntryType)
    Returns all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?.
    findByG_LikeT_AET(long groupId, String title, String assetEntryType, int start, int end)
    Returns a range of all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?.
    findByG_LikeT_AET(long groupId, String title, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?.
    findByG_LikeT_AET(long groupId, String title, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?.
    findByG_LikeT_AET_First(long groupId, String title, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the first asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntryType = ?.
    findByG_LikeT_AET_Last(long groupId, String title, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntryType = ?.
    findByG_LikeT_AET_PrevAndNext(long assetListEntryId, long groupId, String title, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntryType = ?.
    findByG_LikeT_First(long groupId, String title, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the first asset list entry in the ordered set where groupId = ? and title LIKE ?.
    findByG_LikeT_Last(long groupId, String title, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ?.
    findByG_LikeT_PrevAndNext(long assetListEntryId, long groupId, String title, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and title LIKE ?.
    findByG_T(long groupId, String title)
    Returns the asset list entry where groupId = ? and title = ? or throws a NoSuchEntryException if it could not be found.
    findByG_TY(long groupId, int type)
    Returns all the asset list entries where groupId = ? and type = ?.
    findByG_TY(long groupId, int type, int start, int end)
    Returns a range of all the asset list entries where groupId = ? and type = ?.
    findByG_TY(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries where groupId = ? and type = ?.
    findByG_TY(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entries where groupId = ? and type = ?.
    findByG_TY_First(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the first asset list entry in the ordered set where groupId = ? and type = ?.
    findByG_TY_Last(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the last asset list entry in the ordered set where groupId = ? and type = ?.
    findByG_TY_PrevAndNext(long assetListEntryId, long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and type = ?.
    findByGroupId(long groupId)
    Returns all the asset list entries where groupId = ?.
    findByGroupId(long[] groupIds)
    Returns all the asset list entries where groupId = any ?.
    findByGroupId(long[] groupIds, int start, int end)
    Returns a range of all the asset list entries where groupId = any ?.
    findByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries where groupId = any ?.
    findByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entries where groupId = ?, optionally using the finder cache.
    findByGroupId(long groupId, int start, int end)
    Returns a range of all the asset list entries where groupId = ?.
    findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries where groupId = ?.
    findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entries where groupId = ?.
    findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the first asset list entry in the ordered set where groupId = ?.
    findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the last asset list entry in the ordered set where groupId = ?.
    findByGroupId_PrevAndNext(long assetListEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ?.
    findByPrimaryKey(long assetListEntryId)
    Returns the asset list entry with the primary key or throws a NoSuchEntryException if it could not be found.
    Returns all the asset list entries where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the asset list entries where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entries where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the asset list entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the asset list entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entries where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the first asset list entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the last asset list entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long assetListEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the asset list entries before and after the current asset list entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the first asset list entry in the ordered set where uuid = ?.
    findByUUID_G(String uuid, long groupId)
    Returns the asset list entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the last asset list entry in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long assetListEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the asset list entries before and after the current asset list entry in the ordered set where uuid = ?.
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
     
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
     
     
    remove(long assetListEntryId)
    Removes the asset list entry with the primary key from the database.
    static void
    Removes all the asset list entries from the database.
    removeByERC_G(String externalReferenceCode, long groupId)
    Removes the asset list entry where externalReferenceCode = ? and groupId = ? from the database.
    static void
    removeByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType)
    Removes all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ? from the database.
    static void
    removeByG_AET(long groupId, String assetEntryType)
    Removes all the asset list entries where groupId = ? and assetEntryType = ? from the database.
    removeByG_ALEK(long groupId, String assetListEntryKey)
    Removes the asset list entry where groupId = ? and assetListEntryKey = ? from the database.
    static void
    removeByG_LikeT(long groupId, String title)
    Removes all the asset list entries where groupId = ? and title LIKE ? from the database.
    static void
    removeByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType)
    Removes all the asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ? from the database.
    static void
    removeByG_LikeT_AET(long groupId, String title, String assetEntryType)
    Removes all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ? from the database.
    removeByG_T(long groupId, String title)
    Removes the asset list entry where groupId = ? and title = ? from the database.
    static void
    removeByG_TY(long groupId, int type)
    Removes all the asset list entries where groupId = ? and type = ? from the database.
    static void
    removeByGroupId(long groupId)
    Removes all the asset list entries where groupId = ? from the database.
    static void
    Removes all the asset list entries where uuid = ? from the database.
    static void
    removeByUuid_C(String uuid, long companyId)
    Removes all the asset list entries where uuid = ? and companyId = ? from the database.
    removeByUUID_G(String uuid, long groupId)
    Removes the asset list entry where uuid = ? and groupId = ? from the database.
    static void
     
    update(AssetListEntry assetListEntry)
     
    update(AssetListEntry assetListEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext)
     
    updateImpl(AssetListEntry assetListEntry)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AssetListEntryUtil

      public AssetListEntryUtil()
  • Method Details

    • clearCache

      public static void clearCache()
      See Also:
      • BasePersistence.clearCache()
    • clearCache

      public static void clearCache(AssetListEntry assetListEntry)
      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

      public static Map<Serializable,AssetListEntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      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

      public static AssetListEntry update(AssetListEntry assetListEntry)
      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

      public static List<AssetListEntry> findByUuid(String uuid)
      Returns all the asset list entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching asset list entries
    • findByUuid

      public static List<AssetListEntry> findByUuid(String uuid, int start, int end)
      Returns a range of all the asset list entries where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries
    • findByUuid

      public static List<AssetListEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entries
    • findByUuid

      public static List<AssetListEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entries where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry
      Throws:
      NoSuchEntryException - if a matching asset list entry could not be found
      NoSuchEntryException
    • 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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry, or null if a matching asset list entry could not be found
    • findByUuid_Last

      public static AssetListEntry findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException
      Returns the last asset list entry in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry
      Throws:
      NoSuchEntryException - if a matching asset list entry could not be found
      NoSuchEntryException
    • 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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry, or null if a matching asset list entry could not be found
    • findByUuid_PrevAndNext

      public static AssetListEntry[] findByUuid_PrevAndNext(long assetListEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException
      Returns the asset list entries before and after the current asset list entry in the ordered set where uuid = ?.
      Parameters:
      assetListEntryId - the primary key of the current asset list entry
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry
      Throws:
      NoSuchEntryException - if a asset list entry with the primary key could not be found
      NoSuchEntryException
    • removeByUuid

      public static void removeByUuid(String uuid)
      Removes all the asset list entries where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      public static int countByUuid(String uuid)
      Returns the number of asset list entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching asset list entries
    • findByUUID_G

      public static AssetListEntry findByUUID_G(String uuid, long groupId) throws NoSuchEntryException
      Returns the asset list entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching asset list entry
      Throws:
      NoSuchEntryException - if a matching asset list entry could not be found
      NoSuchEntryException
    • fetchByUUID_G

      public static AssetListEntry fetchByUUID_G(String uuid, long groupId)
      Returns the asset list entry where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching asset list entry, or null if a matching asset list entry could not be found
    • fetchByUUID_G

      public static AssetListEntry fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
      Returns the asset list entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching asset list entry, or null if a matching asset list entry could not be found
    • removeByUUID_G

      public static AssetListEntry removeByUUID_G(String uuid, long groupId) throws NoSuchEntryException
      Removes the asset list entry where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the asset list entry that was removed
      Throws:
      NoSuchEntryException
    • countByUUID_G

      public static int countByUUID_G(String uuid, long groupId)
      Returns the number of asset list entries where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the number of matching asset list entries
    • findByUuid_C

      public static List<AssetListEntry> findByUuid_C(String uuid, long companyId)
      Returns all the asset list entries where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching asset list entries
    • findByUuid_C

      public 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 = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries
    • findByUuid_C

      public static List<AssetListEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries where uuid = ? and companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entries
    • findByUuid_C

      public static List<AssetListEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entries where uuid = ? and companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry
      Throws:
      NoSuchEntryException - if a matching asset list entry could not be found
      NoSuchEntryException
    • 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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry, or null if a matching asset list entry could not be found
    • findByUuid_C_Last

      public static AssetListEntry findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException
      Returns the last asset list entry in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry
      Throws:
      NoSuchEntryException - if a matching asset list entry could not be found
      NoSuchEntryException
    • 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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry, or null if a matching asset list entry could not be found
    • findByUuid_C_PrevAndNext

      public static AssetListEntry[] findByUuid_C_PrevAndNext(long assetListEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException
      Returns the asset list entries before and after the current asset list entry in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      assetListEntryId - the primary key of the current asset list entry
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry
      Throws:
      NoSuchEntryException - if a asset list entry with the primary key could not be found
      NoSuchEntryException
    • removeByUuid_C

      public static void removeByUuid_C(String uuid, long companyId)
      Removes all the asset list entries where uuid = ? and companyId = ? from the database.
      Parameters:
      uuid - the uuid
      companyId - the company ID
    • countByUuid_C

      public static int countByUuid_C(String uuid, long companyId)
      Returns the number of asset list entries where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching asset list entries
    • findByGroupId

      public static List<AssetListEntry> findByGroupId(long groupId)
      Returns all the asset list entries where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the matching asset list entries
    • findByGroupId

      public static List<AssetListEntry> findByGroupId(long groupId, int start, int end)
      Returns a range of all the asset list entries where groupId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries
    • findByGroupId

      public static List<AssetListEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries where groupId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entries
    • findByGroupId

      public static List<AssetListEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entries where groupId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry
      Throws:
      NoSuchEntryException - if a matching asset list entry could not be found
      NoSuchEntryException
    • 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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry, or null if a matching asset list entry could not be found
    • findByGroupId_Last

      public static AssetListEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException
      Returns the last asset list entry in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry
      Throws:
      NoSuchEntryException - if a matching asset list entry could not be found
      NoSuchEntryException
    • 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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry, or null if a matching asset list entry could not be found
    • findByGroupId_PrevAndNext

      public static AssetListEntry[] findByGroupId_PrevAndNext(long assetListEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException
      Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ?.
      Parameters:
      assetListEntryId - the primary key of the current asset list entry
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry
      Throws:
      NoSuchEntryException - if a asset list entry with the primary key could not be found
      NoSuchEntryException
    • filterFindByGroupId

      public static List<AssetListEntry> filterFindByGroupId(long groupId)
      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

      public 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 = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries that the user has permission to view
    • filterFindByGroupId

      public static List<AssetListEntry> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 entry
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry
      Throws:
      NoSuchEntryException - if a asset list entry with the primary key could not be found
      NoSuchEntryException
    • filterFindByGroupId

      public static List<AssetListEntry> filterFindByGroupId(long[] groupIds)
      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

      public 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 ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries that the user has permission to view
    • filterFindByGroupId

      public static List<AssetListEntry> filterFindByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entries that the user has permission to view
    • findByGroupId

      public static List<AssetListEntry> findByGroupId(long[] groupIds)
      Returns all the asset list entries where groupId = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      Returns:
      the matching asset list entries
    • findByGroupId

      public static List<AssetListEntry> findByGroupId(long[] groupIds, int start, int end)
      Returns a range of all the asset list entries where groupId = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries
    • findByGroupId

      public static List<AssetListEntry> findByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries where groupId = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entries
    • findByGroupId

      public static List<AssetListEntry> findByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entries where groupId = ?, optionally using the finder cache.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 a NoSuchEntryException if it could not be found.
      Parameters:
      groupId - the group ID
      assetListEntryKey - the asset list entry key
      Returns:
      the matching asset list entry
      Throws:
      NoSuchEntryException - if a matching asset list entry could not be found
      NoSuchEntryException
    • fetchByG_ALEK

      public static AssetListEntry fetchByG_ALEK(long groupId, String assetListEntryKey)
      Returns the asset list entry where groupId = ? and assetListEntryKey = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      assetListEntryKey - the asset list entry key
      Returns:
      the matching asset list entry, or null if a matching asset list entry could not be found
    • fetchByG_ALEK

      public static AssetListEntry fetchByG_ALEK(long groupId, String assetListEntryKey, boolean useFinderCache)
      Returns the asset list entry where groupId = ? and assetListEntryKey = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      assetListEntryKey - the asset list entry key
      useFinderCache - whether to use the finder cache
      Returns:
      the matching asset list entry, or null if a matching asset list entry could not be found
    • removeByG_ALEK

      public static AssetListEntry removeByG_ALEK(long groupId, String assetListEntryKey) throws NoSuchEntryException
      Removes the asset list entry where groupId = ? and assetListEntryKey = ? from the database.
      Parameters:
      groupId - the group ID
      assetListEntryKey - the asset list entry key
      Returns:
      the asset list entry that was removed
      Throws:
      NoSuchEntryException
    • countByG_ALEK

      public static int countByG_ALEK(long groupId, String assetListEntryKey)
      Returns the number of asset list entries where groupId = ? and assetListEntryKey = ?.
      Parameters:
      groupId - the group ID
      assetListEntryKey - the asset list entry key
      Returns:
      the number of matching asset list entries
    • findByG_T

      public static AssetListEntry findByG_T(long groupId, String title) throws NoSuchEntryException
      Returns the asset list entry where groupId = ? and title = ? or throws a NoSuchEntryException if it could not be found.
      Parameters:
      groupId - the group ID
      title - the title
      Returns:
      the matching asset list entry
      Throws:
      NoSuchEntryException - if a matching asset list entry could not be found
      NoSuchEntryException
    • fetchByG_T

      public static AssetListEntry fetchByG_T(long groupId, String title)
      Returns the asset list entry where groupId = ? and title = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      title - the title
      Returns:
      the matching asset list entry, or null if a matching asset list entry could not be found
    • fetchByG_T

      public static AssetListEntry fetchByG_T(long groupId, String title, boolean useFinderCache)
      Returns the asset list entry where groupId = ? and title = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      title - the title
      useFinderCache - whether to use the finder cache
      Returns:
      the matching asset list entry, or null if a matching asset list entry could not be found
    • removeByG_T

      public static AssetListEntry removeByG_T(long groupId, String title) throws NoSuchEntryException
      Removes the asset list entry where groupId = ? and title = ? from the database.
      Parameters:
      groupId - the group ID
      title - the title
      Returns:
      the asset list entry that was removed
      Throws:
      NoSuchEntryException
    • countByG_T

      public static int countByG_T(long groupId, String title)
      Returns the number of asset list entries where groupId = ? and title = ?.
      Parameters:
      groupId - the group ID
      title - the title
      Returns:
      the number of matching asset list entries
    • findByG_LikeT

      public static List<AssetListEntry> findByG_LikeT(long groupId, String title)
      Returns all the asset list entries where groupId = ? and title LIKE ?.
      Parameters:
      groupId - the group ID
      title - the title
      Returns:
      the matching asset list entries
    • findByG_LikeT

      public 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 ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      title - the title
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries
    • findByG_LikeT

      public static List<AssetListEntry> findByG_LikeT(long groupId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      title - the title
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entries
    • findByG_LikeT

      public static List<AssetListEntry> findByG_LikeT(long groupId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      title - the title
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      title - the title
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry
      Throws:
      NoSuchEntryException - if a matching asset list entry could not be found
      NoSuchEntryException
    • 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 ID
      title - the title
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry, or null if a matching asset list entry could not be found
    • findByG_LikeT_Last

      public static AssetListEntry findByG_LikeT_Last(long groupId, String title, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException
      Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ?.
      Parameters:
      groupId - the group ID
      title - the title
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry
      Throws:
      NoSuchEntryException - if a matching asset list entry could not be found
      NoSuchEntryException
    • 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 ID
      title - the title
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry, or null if a matching asset list entry could not be found
    • findByG_LikeT_PrevAndNext

      public static AssetListEntry[] findByG_LikeT_PrevAndNext(long assetListEntryId, long groupId, String title, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException
      Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and title LIKE ?.
      Parameters:
      assetListEntryId - the primary key of the current asset list entry
      groupId - the group ID
      title - the title
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry
      Throws:
      NoSuchEntryException - if a asset list entry with the primary key could not be found
      NoSuchEntryException
    • filterFindByG_LikeT

      public 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 ?.
      Parameters:
      groupId - the group ID
      title - the title
      Returns:
      the matching asset list entries that the user has permission to view
    • filterFindByG_LikeT

      public static List<AssetListEntry> filterFindByG_LikeT(long groupId, String title, int start, int end)
      Returns a range of all the asset list entries that the user has permission to view where groupId = ? and title LIKE ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      title - the title
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries that the user has permission to view
    • filterFindByG_LikeT

      public static List<AssetListEntry> filterFindByG_LikeT(long groupId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and title LIKE ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      title - the title
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 entry
      groupId - the group ID
      title - the title
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry
      Throws:
      NoSuchEntryException - if a asset list entry with the primary key could not be found
      NoSuchEntryException
    • filterFindByG_LikeT

      public 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 ?.
      Parameters:
      groupIds - the group IDs
      title - the title
      Returns:
      the matching asset list entries that the user has permission to view
    • filterFindByG_LikeT

      public static List<AssetListEntry> filterFindByG_LikeT(long[] groupIds, String title, int start, int end)
      Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      title - the title
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries that the user has permission to view
    • filterFindByG_LikeT

      public static List<AssetListEntry> filterFindByG_LikeT(long[] groupIds, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      title - the title
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entries that the user has permission to view
    • findByG_LikeT

      public static List<AssetListEntry> findByG_LikeT(long[] groupIds, String title)
      Returns all the asset list entries where groupId = any ? and title LIKE ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      title - the title
      Returns:
      the matching asset list entries
    • findByG_LikeT

      public 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 ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      title - the title
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries
    • findByG_LikeT

      public static List<AssetListEntry> findByG_LikeT(long[] groupIds, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries where groupId = any ? and title LIKE ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      title - the title
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entries
    • findByG_LikeT

      public static List<AssetListEntry> findByG_LikeT(long[] groupIds, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ?, optionally using the finder cache.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      title - the title
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching asset list entries
    • removeByG_LikeT

      public static void removeByG_LikeT(long groupId, String title)
      Removes all the asset list entries where groupId = ? and title LIKE ? from the database.
      Parameters:
      groupId - the group ID
      title - the title
    • countByG_LikeT

      public static int countByG_LikeT(long groupId, String title)
      Returns the number of asset list entries where groupId = ? and title LIKE ?.
      Parameters:
      groupId - the group ID
      title - the title
      Returns:
      the number of matching asset list entries
    • countByG_LikeT

      public static int countByG_LikeT(long[] groupIds, String title)
      Returns the number of asset list entries where groupId = any ? and title LIKE ?.
      Parameters:
      groupIds - the group IDs
      title - the title
      Returns:
      the number of matching asset list entries
    • filterCountByG_LikeT

      public static int filterCountByG_LikeT(long groupId, String title)
      Returns the number of asset list entries that the user has permission to view where groupId = ? and title LIKE ?.
      Parameters:
      groupId - the group ID
      title - the title
      Returns:
      the number of matching asset list entries that the user has permission to view
    • filterCountByG_LikeT

      public static int filterCountByG_LikeT(long[] groupIds, String title)
      Returns the number of asset list entries that the user has permission to view where groupId = any ? and title LIKE ?.
      Parameters:
      groupIds - the group IDs
      title - the title
      Returns:
      the number of matching asset list entries that the user has permission to view
    • findByG_TY

      public static List<AssetListEntry> findByG_TY(long groupId, int type)
      Returns all the asset list entries where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      Returns:
      the matching asset list entries
    • findByG_TY

      public 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 = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      type - the type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries
    • findByG_TY

      public static List<AssetListEntry> findByG_TY(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries where groupId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      type - the type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entries
    • findByG_TY

      public static List<AssetListEntry> findByG_TY(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entries where groupId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      type - the type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry
      Throws:
      NoSuchEntryException - if a matching asset list entry could not be found
      NoSuchEntryException
    • 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 ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry, or null if a matching asset list entry could not be found
    • findByG_TY_Last

      public static AssetListEntry findByG_TY_Last(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException
      Returns the last asset list entry in the ordered set where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry
      Throws:
      NoSuchEntryException - if a matching asset list entry could not be found
      NoSuchEntryException
    • 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 ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry, or null if a matching asset list entry could not be found
    • findByG_TY_PrevAndNext

      public static AssetListEntry[] findByG_TY_PrevAndNext(long assetListEntryId, long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException
      Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and type = ?.
      Parameters:
      assetListEntryId - the primary key of the current asset list entry
      groupId - the group ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry
      Throws:
      NoSuchEntryException - if a asset list entry with the primary key could not be found
      NoSuchEntryException
    • filterFindByG_TY

      public 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 = ?.
      Parameters:
      groupId - the group ID
      type - the type
      Returns:
      the 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)
      Returns a range of all the asset list entries that the user has permission to view where groupId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      type - the type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries that the user has permission to view
    • filterFindByG_TY

      public static List<AssetListEntry> filterFindByG_TY(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and type = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      type - the type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 entry
      groupId - the group ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry
      Throws:
      NoSuchEntryException - if a asset list entry with the primary key could not be found
      NoSuchEntryException
    • 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 ID
      type - 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 ID
      type - 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 ID
      type - the type
      Returns:
      the number of matching asset list entries that the user has permission to view
    • findByG_AET

      public static List<AssetListEntry> findByG_AET(long groupId, String assetEntryType)
      Returns all the asset list entries where groupId = ? and assetEntryType = ?.
      Parameters:
      groupId - the group ID
      assetEntryType - the asset entry type
      Returns:
      the matching asset list entries
    • findByG_AET

      public static List<AssetListEntry> findByG_AET(long groupId, String assetEntryType, int start, int end)
      Returns a range of all the asset list entries where groupId = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries
    • findByG_AET

      public static List<AssetListEntry> findByG_AET(long groupId, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries where groupId = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entries
    • findByG_AET

      public static List<AssetListEntry> findByG_AET(long groupId, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entries where groupId = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry
      Throws:
      NoSuchEntryException - if a matching asset list entry could not be found
      NoSuchEntryException
    • 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 ID
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry, or null if a matching asset list entry could not be found
    • findByG_AET_Last

      public static AssetListEntry findByG_AET_Last(long groupId, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException
      Returns the last asset list entry in the ordered set where groupId = ? and assetEntryType = ?.
      Parameters:
      groupId - the group ID
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry
      Throws:
      NoSuchEntryException - if a matching asset list entry could not be found
      NoSuchEntryException
    • 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 ID
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry, or null if a matching asset list entry could not be found
    • findByG_AET_PrevAndNext

      public static AssetListEntry[] findByG_AET_PrevAndNext(long assetListEntryId, long groupId, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException
      Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and assetEntryType = ?.
      Parameters:
      assetListEntryId - the primary key of the current asset list entry
      groupId - the group ID
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry
      Throws:
      NoSuchEntryException - if a asset list entry with the primary key could not be found
      NoSuchEntryException
    • filterFindByG_AET

      public 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 = ?.
      Parameters:
      groupId - the group ID
      assetEntryType - the asset entry type
      Returns:
      the matching asset list entries that the user has permission to view
    • filterFindByG_AET

      public static List<AssetListEntry> filterFindByG_AET(long groupId, String assetEntryType, int start, int end)
      Returns a range of all the asset list entries that the user has permission to view where groupId = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries that the user has permission to view
    • filterFindByG_AET

      public static List<AssetListEntry> filterFindByG_AET(long groupId, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 entry
      groupId - the group ID
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry
      Throws:
      NoSuchEntryException - if a asset list entry with the primary key could not be found
      NoSuchEntryException
    • filterFindByG_AET

      public 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 ?.
      Parameters:
      groupIds - the group IDs
      assetEntryTypes - the asset entry types
      Returns:
      the matching asset list entries that the user has permission to view
    • filterFindByG_AET

      public static List<AssetListEntry> filterFindByG_AET(long[] groupIds, String[] assetEntryTypes, int start, int end)
      Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and assetEntryType = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      assetEntryTypes - the asset entry types
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries that the user has permission to view
    • filterFindByG_AET

      public static List<AssetListEntry> filterFindByG_AET(long[] groupIds, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and assetEntryType = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      assetEntryTypes - the asset entry types
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entries that the user has permission to view
    • findByG_AET

      public static List<AssetListEntry> findByG_AET(long[] groupIds, String[] assetEntryTypes)
      Returns all the asset list entries where groupId = any ? and assetEntryType = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      assetEntryTypes - the asset entry types
      Returns:
      the matching asset list entries
    • findByG_AET

      public static List<AssetListEntry> findByG_AET(long[] groupIds, String[] assetEntryTypes, int start, int end)
      Returns a range of all the asset list entries where groupId = any ? and assetEntryType = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      assetEntryTypes - the asset entry types
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries
    • findByG_AET

      public static List<AssetListEntry> findByG_AET(long[] groupIds, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries where groupId = any ? and assetEntryType = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      assetEntryTypes - the asset entry types
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entries
    • findByG_AET

      public static List<AssetListEntry> findByG_AET(long[] groupIds, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entries where groupId = ? and assetEntryType = ?, optionally using the finder cache.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      assetEntryTypes - the asset entry types
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching asset list entries
    • removeByG_AET

      public static void removeByG_AET(long groupId, String assetEntryType)
      Removes all the asset list entries where groupId = ? and assetEntryType = ? from the database.
      Parameters:
      groupId - the group ID
      assetEntryType - the asset entry type
    • countByG_AET

      public static int countByG_AET(long groupId, String assetEntryType)
      Returns the number of asset list entries where groupId = ? and assetEntryType = ?.
      Parameters:
      groupId - the group ID
      assetEntryType - the asset entry type
      Returns:
      the number of matching asset list entries
    • countByG_AET

      public static int countByG_AET(long[] groupIds, String[] assetEntryTypes)
      Returns the number of asset list entries where groupId = any ? and assetEntryType = any ?.
      Parameters:
      groupIds - the group IDs
      assetEntryTypes - the asset entry types
      Returns:
      the number of matching asset list entries
    • filterCountByG_AET

      public static int filterCountByG_AET(long groupId, String assetEntryType)
      Returns the number of asset list entries that the user has permission to view where groupId = ? and assetEntryType = ?.
      Parameters:
      groupId - the group ID
      assetEntryType - the asset entry type
      Returns:
      the number of matching asset list entries that the user has permission to view
    • filterCountByG_AET

      public static int filterCountByG_AET(long[] groupIds, String[] assetEntryTypes)
      Returns the number of asset list entries that the user has permission to view where groupId = any ? and assetEntryType = any ?.
      Parameters:
      groupIds - the group IDs
      assetEntryTypes - 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 ID
      title - the title
      assetEntryType - the asset entry type
      Returns:
      the matching asset list entries
    • findByG_LikeT_AET

      public static List<AssetListEntry> findByG_LikeT_AET(long groupId, String title, String assetEntryType, int start, int end)
      Returns a range of all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      title - the title
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries
    • findByG_LikeT_AET

      public static List<AssetListEntry> findByG_LikeT_AET(long groupId, String title, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      title - the title
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entries
    • findByG_LikeT_AET

      public static List<AssetListEntry> findByG_LikeT_AET(long groupId, String title, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      title - the title
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      title - the title
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry
      Throws:
      NoSuchEntryException - if a matching asset list entry could not be found
      NoSuchEntryException
    • 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 ID
      title - the title
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry, or null if a matching asset list entry could not be found
    • findByG_LikeT_AET_Last

      public static AssetListEntry findByG_LikeT_AET_Last(long groupId, String title, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException
      Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntryType = ?.
      Parameters:
      groupId - the group ID
      title - the title
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry
      Throws:
      NoSuchEntryException - if a matching asset list entry could not be found
      NoSuchEntryException
    • 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 ID
      title - the title
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry, or null if a matching asset list entry could not be found
    • findByG_LikeT_AET_PrevAndNext

      public static AssetListEntry[] findByG_LikeT_AET_PrevAndNext(long assetListEntryId, long groupId, String title, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException
      Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntryType = ?.
      Parameters:
      assetListEntryId - the primary key of the current asset list entry
      groupId - the group ID
      title - the title
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry
      Throws:
      NoSuchEntryException - if a asset list entry with the primary key could not be found
      NoSuchEntryException
    • 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 ID
      title - the title
      assetEntryType - the asset entry type
      Returns:
      the matching asset list entries that the user has permission to view
    • filterFindByG_LikeT_AET

      public static List<AssetListEntry> filterFindByG_LikeT_AET(long groupId, String title, String assetEntryType, int start, int end)
      Returns a range of all the asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      title - the title
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries that the user has permission to view
    • filterFindByG_LikeT_AET

      public static List<AssetListEntry> filterFindByG_LikeT_AET(long groupId, String title, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and title LIKE ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      title - the title
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 entry
      groupId - the group ID
      title - the title
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry
      Throws:
      NoSuchEntryException - if a asset list entry with the primary key could not be found
      NoSuchEntryException
    • 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 IDs
      title - the title
      assetEntryTypes - the asset entry types
      Returns:
      the matching asset list entries that the user has permission to view
    • filterFindByG_LikeT_AET

      public static List<AssetListEntry> filterFindByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes, int start, int end)
      Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntryType = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      title - the title
      assetEntryTypes - the asset entry types
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries that the user has permission to view
    • filterFindByG_LikeT_AET

      public static List<AssetListEntry> filterFindByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntryType = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      title - the title
      assetEntryTypes - the asset entry types
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entries that the user has permission to view
    • findByG_LikeT_AET

      public static List<AssetListEntry> findByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes)
      Returns all the asset list entries where groupId = any ? and title LIKE ? and assetEntryType = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      title - the title
      assetEntryTypes - the asset entry types
      Returns:
      the matching asset list entries
    • findByG_LikeT_AET

      public static List<AssetListEntry> findByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes, int start, int end)
      Returns a range of all the asset list entries where groupId = any ? and title LIKE ? and assetEntryType = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      title - the title
      assetEntryTypes - the asset entry types
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries
    • findByG_LikeT_AET

      public static List<AssetListEntry> findByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries where groupId = any ? and title LIKE ? and assetEntryType = any ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      title - the title
      assetEntryTypes - the asset entry types
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entries
    • findByG_LikeT_AET

      public static List<AssetListEntry> findByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?, optionally using the finder cache.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      title - the title
      assetEntryTypes - the asset entry types
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching asset list entries
    • removeByG_LikeT_AET

      public static void removeByG_LikeT_AET(long groupId, String title, String assetEntryType)
      Removes all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ? from the database.
      Parameters:
      groupId - the group ID
      title - the title
      assetEntryType - the asset entry type
    • countByG_LikeT_AET

      public static int countByG_LikeT_AET(long groupId, String title, String assetEntryType)
      Returns the number of asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?.
      Parameters:
      groupId - the group ID
      title - the title
      assetEntryType - the asset entry type
      Returns:
      the number of matching asset list entries
    • countByG_LikeT_AET

      public static int countByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes)
      Returns the number of asset list entries where groupId = any ? and title LIKE ? and assetEntryType = any ?.
      Parameters:
      groupIds - the group IDs
      title - the title
      assetEntryTypes - the asset entry types
      Returns:
      the number of matching asset list entries
    • filterCountByG_LikeT_AET

      public static int filterCountByG_LikeT_AET(long groupId, String title, String assetEntryType)
      Returns the number of asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntryType = ?.
      Parameters:
      groupId - the group ID
      title - the title
      assetEntryType - the asset entry type
      Returns:
      the number of matching asset list entries that the user has permission to view
    • filterCountByG_LikeT_AET

      public static int filterCountByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes)
      Returns the number of asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntryType = any ?.
      Parameters:
      groupIds - the group IDs
      title - the title
      assetEntryTypes - 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 ID
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      Returns:
      the matching asset list entries
    • findByG_AES_AET

      public static List<AssetListEntry> findByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType, int start, int end)
      Returns a range of all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries
    • findByG_AES_AET

      public static List<AssetListEntry> findByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entries
    • findByG_AES_AET

      public static List<AssetListEntry> findByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry
      Throws:
      NoSuchEntryException - if a matching asset list entry could not be found
      NoSuchEntryException
    • 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 ID
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry, or null if a matching asset list entry could not be found
    • findByG_AES_AET_Last

      public static AssetListEntry findByG_AES_AET_Last(long groupId, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException
      Returns the last asset list entry in the ordered set where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
      Parameters:
      groupId - the group ID
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry
      Throws:
      NoSuchEntryException - if a matching asset list entry could not be found
      NoSuchEntryException
    • 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 ID
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry, or null if a matching asset list entry could not be found
    • findByG_AES_AET_PrevAndNext

      public static AssetListEntry[] findByG_AES_AET_PrevAndNext(long assetListEntryId, long groupId, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException
      Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
      Parameters:
      assetListEntryId - the primary key of the current asset list entry
      groupId - the group ID
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry
      Throws:
      NoSuchEntryException - if a asset list entry with the primary key could not be found
      NoSuchEntryException
    • 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 ID
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      Returns:
      the matching asset list entries that the user has permission to view
    • filterFindByG_AES_AET

      public static List<AssetListEntry> filterFindByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType, int start, int end)
      Returns a range of all the asset list entries that the user has permission to view where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries that the user has permission to view
    • filterFindByG_AES_AET

      public static List<AssetListEntry> filterFindByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 entry
      groupId - the group ID
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry
      Throws:
      NoSuchEntryException - if a asset list entry with the primary key could not be found
      NoSuchEntryException
    • 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 IDs
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      Returns:
      the matching asset list entries that the user has permission to view
    • filterFindByG_AES_AET

      public static List<AssetListEntry> filterFindByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end)
      Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries that the user has permission to view
    • filterFindByG_AES_AET

      public static List<AssetListEntry> filterFindByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entries that the user has permission to view
    • findByG_AES_AET

      public static List<AssetListEntry> findByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType)
      Returns all the asset list entries where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      Returns:
      the matching asset list entries
    • findByG_AES_AET

      public static List<AssetListEntry> findByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end)
      Returns a range of all the asset list entries where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries
    • findByG_AES_AET

      public static List<AssetListEntry> findByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entries
    • findByG_AES_AET

      public static List<AssetListEntry> findByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?, optionally using the finder cache.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching asset list entries
    • removeByG_AES_AET

      public static void removeByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType)
      Removes all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ? from the database.
      Parameters:
      groupId - the group ID
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
    • countByG_AES_AET

      public static int countByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType)
      Returns the number of asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
      Parameters:
      groupId - the group ID
      assetEntrySubtype - the asset entry subtype
      assetEntryType - 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 IDs
      assetEntrySubtype - the asset entry subtype
      assetEntryType - 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 ID
      assetEntrySubtype - the asset entry subtype
      assetEntryType - 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 IDs
      assetEntrySubtype - the asset entry subtype
      assetEntryType - 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 ID
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      Returns:
      the matching asset list entries
    • findByG_LikeT_AES_AET

      public static List<AssetListEntry> findByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType, int start, int end)
      Returns a range of all the asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries
    • findByG_LikeT_AES_AET

      public static List<AssetListEntry> findByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entries
    • findByG_LikeT_AES_AET

      public static List<AssetListEntry> findByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry
      Throws:
      NoSuchEntryException - if a matching asset list entry could not be found
      NoSuchEntryException
    • 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 ID
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry, or null if a matching asset list entry could not be found
    • findByG_LikeT_AES_AET_Last

      public static AssetListEntry findByG_LikeT_AES_AET_Last(long groupId, String title, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException
      Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
      Parameters:
      groupId - the group ID
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry
      Throws:
      NoSuchEntryException - if a matching asset list entry could not be found
      NoSuchEntryException
    • 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 ID
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry, or null if a matching asset list entry could not be found
    • findByG_LikeT_AES_AET_PrevAndNext

      public static AssetListEntry[] findByG_LikeT_AES_AET_PrevAndNext(long assetListEntryId, long groupId, String title, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) throws NoSuchEntryException
      Returns the asset list entries before and after the current asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
      Parameters:
      assetListEntryId - the primary key of the current asset list entry
      groupId - the group ID
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry
      Throws:
      NoSuchEntryException - if a asset list entry with the primary key could not be found
      NoSuchEntryException
    • 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 ID
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      Returns:
      the matching asset list entries that the user has permission to view
    • filterFindByG_LikeT_AES_AET

      public static List<AssetListEntry> filterFindByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType, int start, int end)
      Returns a range of all the asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries that the user has permission to view
    • filterFindByG_LikeT_AES_AET

      public static List<AssetListEntry> filterFindByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupId - the group ID
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 entry
      groupId - the group ID
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry
      Throws:
      NoSuchEntryException - if a asset list entry with the primary key could not be found
      NoSuchEntryException
    • 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 IDs
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      Returns:
      the matching asset list entries that the user has permission to view
    • filterFindByG_LikeT_AES_AET

      public static List<AssetListEntry> filterFindByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end)
      Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries that the user has permission to view
    • filterFindByG_LikeT_AES_AET

      public static List<AssetListEntry> filterFindByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entries that the user has permission to view
    • findByG_LikeT_AES_AET

      public static List<AssetListEntry> findByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType)
      Returns all the asset list entries where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      Returns:
      the matching asset list entries
    • findByG_LikeT_AES_AET

      public static List<AssetListEntry> findByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end)
      Returns a range of all the asset list entries where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of matching asset list entries
    • findByG_LikeT_AES_AET

      public static List<AssetListEntry> findByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entries
    • findByG_LikeT_AES_AET

      public static List<AssetListEntry> findByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?, optionally using the finder cache.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      groupIds - the group IDs
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - the asset entry type
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - 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 ID
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - 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 IDs
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - 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 ID
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - 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 IDs
      title - the title
      assetEntrySubtype - the asset entry subtype
      assetEntryType - 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 a NoSuchEntryException if it could not be found.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the matching asset list entry
      Throws:
      NoSuchEntryException - if a matching asset list entry could not be found
      NoSuchEntryException
    • fetchByERC_G

      public static AssetListEntry fetchByERC_G(String externalReferenceCode, long groupId)
      Returns the asset list entry where externalReferenceCode = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the matching asset list entry, or null if a matching asset list entry could not be found
    • fetchByERC_G

      public static AssetListEntry fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache)
      Returns the asset list entry where externalReferenceCode = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching asset list entry, or null if a matching asset list entry could not be found
    • removeByERC_G

      public static AssetListEntry removeByERC_G(String externalReferenceCode, long groupId) throws NoSuchEntryException
      Removes the asset list entry where externalReferenceCode = ? and groupId = ? from the database.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the asset list entry that was removed
      Throws:
      NoSuchEntryException
    • countByERC_G

      public static int countByERC_G(String externalReferenceCode, long groupId)
      Returns the number of asset list entries where externalReferenceCode = ? and groupId = ?.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the number of matching asset list entries
    • cacheResult

      public static void cacheResult(AssetListEntry assetListEntry)
      Caches the asset list entry in the entity cache if it is enabled.
      Parameters:
      assetListEntry - the asset list entry
    • cacheResult

      public static void cacheResult(List<AssetListEntry> assetListEntries)
      Caches the asset list entries in the entity cache if it is enabled.
      Parameters:
      assetListEntries - the asset list entries
    • create

      public static AssetListEntry create(long assetListEntryId)
      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

      public static AssetListEntry remove(long assetListEntryId) throws NoSuchEntryException
      Removes the asset list entry with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      assetListEntryId - the primary key of the asset list entry
      Returns:
      the asset list entry that was removed
      Throws:
      NoSuchEntryException - if a asset list entry with the primary key could not be found
      NoSuchEntryException
    • updateImpl

      public static AssetListEntry updateImpl(AssetListEntry assetListEntry)
    • findByPrimaryKey

      public static AssetListEntry findByPrimaryKey(long assetListEntryId) throws NoSuchEntryException
      Returns the asset list entry with the primary key or throws a NoSuchEntryException if it could not be found.
      Parameters:
      assetListEntryId - the primary key of the asset list entry
      Returns:
      the asset list entry
      Throws:
      NoSuchEntryException - if a asset list entry with the primary key could not be found
      NoSuchEntryException
    • fetchByPrimaryKey

      public static AssetListEntry fetchByPrimaryKey(long assetListEntryId)
      Returns the asset list entry with the primary key or returns null if it could not be found.
      Parameters:
      assetListEntryId - the primary key of the asset list entry
      Returns:
      the asset list entry, or null if a asset list entry with the primary key could not be found
    • findAll

      public static List<AssetListEntry> findAll()
      Returns all the asset list entries.
      Returns:
      the asset list entries
    • findAll

      public static List<AssetListEntry> findAll(int start, int end)
      Returns a range of all the asset list entries.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      Returns:
      the range of asset list entries
    • findAll

      public static List<AssetListEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns an ordered range of all the asset list entries.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of asset list entries
    • findAll

      public static List<AssetListEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entries.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from AssetListEntryModelImpl.

      Parameters:
      start - the lower bound of the range of asset list entries
      end - the upper bound of the range of asset list entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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

      public static AssetListEntryPersistence getPersistence()
    • setPersistence

      public static void setPersistence(AssetListEntryPersistence persistence)