Interface AssetListEntryPersistence

All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<AssetListEntry>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetListEntry>

@ProviderType public interface AssetListEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<AssetListEntry>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetListEntry>
The persistence interface for the asset list entry service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(AssetListEntry assetListEntry)
    Caches the asset list entry in the entity cache if it is enabled.
    void
    cacheResult(List<AssetListEntry> assetListEntries)
    Caches the asset list entries in the entity cache if it is enabled.
    int
    Returns the number of asset list entries.
    int
    countByERC_G(String externalReferenceCode, long groupId)
    Returns the number of asset list entries where externalReferenceCode = ? and groupId = ?.
    int
    countByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType)
    Returns the number of asset list entries where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.
    int
    countByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType)
    Returns the number of asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
    int
    countByG_AET(long[] groupIds, String[] assetEntryTypes)
    Returns the number of asset list entries where groupId = any ? and assetEntryType = any ?.
    int
    countByG_AET(long groupId, String assetEntryType)
    Returns the number of asset list entries where groupId = ? and assetEntryType = ?.
    int
    countByG_ALEK(long groupId, String assetListEntryKey)
    Returns the number of asset list entries where groupId = ? and assetListEntryKey = ?.
    int
    countByG_LikeT(long[] groupIds, String title)
    Returns the number of asset list entries where groupId = any ? and title LIKE ?.
    int
    countByG_LikeT(long groupId, String title)
    Returns the number of asset list entries where groupId = ? and title LIKE ?.
    int
    countByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType)
    Returns the number of asset list entries where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    int
    countByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType)
    Returns the number of asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    int
    countByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes)
    Returns the number of asset list entries where groupId = any ? and title LIKE ? and assetEntryType = any ?.
    int
    countByG_LikeT_AET(long groupId, String title, String assetEntryType)
    Returns the number of asset list entries where groupId = ? and title LIKE ? and assetEntryType = ?.
    int
    countByG_T(long groupId, String title)
    Returns the number of asset list entries where groupId = ? and title = ?.
    int
    countByG_TY(long groupId, int type)
    Returns the number of asset list entries where groupId = ? and type = ?.
    int
    countByGroupId(long groupId)
    Returns the number of asset list entries where groupId = ?.
    int
    countByGroupId(long[] groupIds)
    Returns the number of asset list entries where groupId = any ?.
    int
    Returns the number of asset list entries where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of asset list entries where uuid = ? and companyId = ?.
    int
    countByUUID_G(String uuid, long groupId)
    Returns the number of asset list entries where uuid = ? and groupId = ?.
    create(long assetListEntryId)
    Creates a new asset list entry with the primary key.
    fetchByERC_G(String externalReferenceCode, long groupId)
    Returns the asset list entry where externalReferenceCode = ? and groupId = ? or 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 = ?.
    int
    filterCountByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType)
    Returns the number of asset list entries that the user has permission to view where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.
    int
    filterCountByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType)
    Returns the number of asset list entries that the user has permission to view where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
    int
    filterCountByG_AET(long[] groupIds, String[] assetEntryTypes)
    Returns the number of asset list entries that the user has permission to view where groupId = any ? and assetEntryType = any ?.
    int
    filterCountByG_AET(long groupId, String assetEntryType)
    Returns the number of asset list entries that the user has permission to view where groupId = ? and assetEntryType = ?.
    int
    filterCountByG_LikeT(long[] groupIds, String title)
    Returns the number of asset list entries that the user has permission to view where groupId = any ? and title LIKE ?.
    int
    filterCountByG_LikeT(long groupId, String title)
    Returns the number of asset list entries that the user has permission to view where groupId = ? and title LIKE ?.
    int
    filterCountByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType)
    Returns the number of asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    int
    filterCountByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType)
    Returns the number of asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    int
    filterCountByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes)
    Returns the number of asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntryType = any ?.
    int
    filterCountByG_LikeT_AET(long groupId, String title, String assetEntryType)
    Returns the number of asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntryType = ?.
    int
    filterCountByG_TY(long groupId, int type)
    Returns the number of asset list entries that the user has permission to view where groupId = ? and type = ?.
    int
    filterCountByGroupId(long groupId)
    Returns the number of asset list entries that the user has permission to view where groupId = ?.
    int
    filterCountByGroupId(long[] groupIds)
    Returns the number of asset list entries that the user has permission to view where groupId = any ?.
    filterFindByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType)
    Returns all the asset list entries that the user has permission to view where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType)
    Returns all the asset list entries that the user has permission to view where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_AES_AET_PrevAndNext(long assetListEntryId, long groupId, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_AET(long[] groupIds, String[] assetEntryTypes)
    Returns all the asset list entries that the user has permission to view where groupId = any ? and assetEntryType = any ?.
    filterFindByG_AET(long[] groupIds, String[] assetEntryTypes, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and assetEntryType = any ?.
    filterFindByG_AET(long[] groupIds, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and assetEntryType = any ?.
    filterFindByG_AET(long groupId, String assetEntryType)
    Returns all the asset list entries that the user has permission to view where groupId = ? and assetEntryType = ?.
    filterFindByG_AET(long groupId, String assetEntryType, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = ? and assetEntryType = ?.
    filterFindByG_AET(long groupId, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and assetEntryType = ?.
    filterFindByG_AET_PrevAndNext(long assetListEntryId, long groupId, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and assetEntryType = ?.
    filterFindByG_LikeT(long[] groupIds, String title)
    Returns all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ?.
    filterFindByG_LikeT(long[] groupIds, String title, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ?.
    filterFindByG_LikeT(long[] groupIds, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ?.
    filterFindByG_LikeT(long groupId, String title)
    Returns all the asset list entries that the user has permission to view where groupId = ? and title LIKE ?.
    filterFindByG_LikeT(long groupId, String title, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = ? and title LIKE ?.
    filterFindByG_LikeT(long groupId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and title LIKE ?.
    filterFindByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType)
    Returns all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType)
    Returns all the asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_LikeT_AES_AET_PrevAndNext(long assetListEntryId, long groupId, String title, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
    filterFindByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes)
    Returns all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntryType = any ?.
    filterFindByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntryType = any ?.
    filterFindByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntryType = any ?.
    filterFindByG_LikeT_AET(long groupId, String title, String assetEntryType)
    Returns all the asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntryType = ?.
    filterFindByG_LikeT_AET(long groupId, String title, String assetEntryType, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntryType = ?.
    filterFindByG_LikeT_AET(long groupId, String title, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and title LIKE ? and assetEntryType = ?.
    filterFindByG_LikeT_AET_PrevAndNext(long assetListEntryId, long groupId, String title, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntryType = ?.
    filterFindByG_LikeT_PrevAndNext(long assetListEntryId, long groupId, String title, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and title LIKE ?.
    filterFindByG_TY(long groupId, int type)
    Returns all the asset list entries that the user has permission to view where groupId = ? and type = ?.
    filterFindByG_TY(long groupId, int type, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = ? and type = ?.
    filterFindByG_TY(long groupId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ? and type = ?.
    filterFindByG_TY_PrevAndNext(long assetListEntryId, long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ? and type = ?.
    filterFindByGroupId(long groupId)
    Returns all the asset list entries that the user has permission to view where groupId = ?.
    filterFindByGroupId(long[] groupIds)
    Returns all the asset list entries that the user has permission to view where groupId = any ?.
    filterFindByGroupId(long[] groupIds, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = any ?.
    filterFindByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permission to view where groupId = any ?.
    filterFindByGroupId(long groupId, int start, int end)
    Returns a range of all the asset list entries that the user has permission to view where groupId = ?.
    filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns an ordered range of all the asset list entries that the user has permissions to view where groupId = ?.
    filterFindByGroupId_PrevAndNext(long assetListEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
    Returns the asset list entries before and after the current asset list entry in the ordered set of asset list entries that the user has permission to view where groupId = ?.
    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 = ?.
    remove(long assetListEntryId)
    Removes the asset list entry with the primary key from the database.
    void
    Removes all the asset list entries from the database.
    removeByERC_G(String externalReferenceCode, long groupId)
    Removes the asset list entry where externalReferenceCode = ? and groupId = ? from the database.
    void
    removeByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType)
    Removes all the asset list entries where groupId = ? and assetEntrySubtype = ? and assetEntryType = ? from the database.
    void
    removeByG_AET(long groupId, String assetEntryType)
    Removes all the asset list entries where groupId = ? and assetEntryType = ? from the database.
    removeByG_ALEK(long groupId, String assetListEntryKey)
    Removes the asset list entry where groupId = ? and assetListEntryKey = ? from the database.
    void
    removeByG_LikeT(long groupId, String title)
    Removes all the asset list entries where groupId = ? and title LIKE ? from the database.
    void
    removeByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType)
    Removes all the asset list entries where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ? from the database.
    void
    removeByG_LikeT_AET(long groupId, String title, String assetEntryType)
    Removes all the asset list entries where groupId = ? and title LIKE ? and assetEntryType = ? from the database.
    removeByG_T(long groupId, String title)
    Removes the asset list entry where groupId = ? and title = ? from the database.
    void
    removeByG_TY(long groupId, int type)
    Removes all the asset list entries where groupId = ? and type = ? from the database.
    void
    removeByGroupId(long groupId)
    Removes all the asset list entries where groupId = ? from the database.
    void
    Removes all the asset list entries where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the asset list entries where uuid = ? and companyId = ? from the database.
    removeByUUID_G(String uuid, long groupId)
    Removes the asset list entry where uuid = ? and groupId = ? from the database.
    updateImpl(AssetListEntry assetListEntry)
     

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence

    clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence

    getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
  • Method Details

    • findByUuid

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

      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

      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

      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

      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
    • fetchByUuid_First

      AssetListEntry fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns the first asset list entry in the ordered set where uuid = ?.
      Parameters:
      uuid - the 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

      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
    • fetchByUuid_Last

      AssetListEntry fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns the last asset list entry in the ordered set where uuid = ?.
      Parameters:
      uuid - the 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

      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
    • removeByUuid

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

      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

      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
    • fetchByUUID_G

      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

      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

      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

      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

      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

      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

      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

      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

      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
    • fetchByUuid_C_First

      AssetListEntry fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns the first asset list entry in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the 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

      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
    • fetchByUuid_C_Last

      AssetListEntry fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns the last asset list entry in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the 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

      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
    • removeByUuid_C

      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

      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

      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

      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

      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

      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

      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
    • fetchByGroupId_First

      AssetListEntry fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns the first asset list entry in the ordered set where groupId = ?.
      Parameters:
      groupId - the group 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

      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
    • fetchByGroupId_Last

      AssetListEntry fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns the last asset list entry in the ordered set where groupId = ?.
      Parameters:
      groupId - the group 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

      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
    • filterFindByGroupId

      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

      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

      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

      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
    • filterFindByGroupId

      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

      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

      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

      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

      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

      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

      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

      void removeByGroupId(long groupId)
      Removes all the asset list entries where groupId = ? from the database.
      Parameters:
      groupId - the group ID
    • countByGroupId

      int countByGroupId(long groupId)
      Returns the number of asset list entries where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the number of matching asset list entries
    • countByGroupId

      int countByGroupId(long[] groupIds)
      Returns the number of asset list entries where groupId = any ?.
      Parameters:
      groupIds - the group IDs
      Returns:
      the number of matching asset list entries
    • filterCountByGroupId

      int filterCountByGroupId(long groupId)
      Returns the number of asset list entries that the user has permission to view where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the number of matching asset list entries that the user has permission to view
    • filterCountByGroupId

      int filterCountByGroupId(long[] groupIds)
      Returns the number of asset list entries that the user has permission to view where groupId = any ?.
      Parameters:
      groupIds - the group IDs
      Returns:
      the number of matching asset list entries that the user has permission to view
    • findByG_ALEK

      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
    • fetchByG_ALEK

      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

      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

      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

      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

      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
    • fetchByG_T

      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

      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

      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

      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

      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

      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

      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

      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

      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
    • fetchByG_LikeT_First

      AssetListEntry fetchByG_LikeT_First(long groupId, String title, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns the first asset list entry in the ordered set where groupId = ? and title LIKE ?.
      Parameters:
      groupId - the group 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

      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
    • fetchByG_LikeT_Last

      AssetListEntry fetchByG_LikeT_Last(long groupId, String title, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ?.
      Parameters:
      groupId - the group 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

      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
    • filterFindByG_LikeT

      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

      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

      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

      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
    • filterFindByG_LikeT

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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
    • fetchByG_TY_First

      AssetListEntry fetchByG_TY_First(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns the first asset list entry in the ordered set where groupId = ? and type = ?.
      Parameters:
      groupId - the group 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

      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
    • fetchByG_TY_Last

      AssetListEntry fetchByG_TY_Last(long groupId, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns the last asset list entry in the ordered set where groupId = ? and type = ?.
      Parameters:
      groupId - the group 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

      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
    • filterFindByG_TY

      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

      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

      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

      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
    • removeByG_TY

      void removeByG_TY(long groupId, int type)
      Removes all the asset list entries where groupId = ? and type = ? from the database.
      Parameters:
      groupId - the group ID
      type - the type
    • countByG_TY

      int countByG_TY(long groupId, int type)
      Returns the number of asset list entries where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      Returns:
      the number of matching asset list entries
    • filterCountByG_TY

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

      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

      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

      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

      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

      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
    • fetchByG_AET_First

      AssetListEntry fetchByG_AET_First(long groupId, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns the first asset list entry in the ordered set where groupId = ? and assetEntryType = ?.
      Parameters:
      groupId - the group 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

      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
    • fetchByG_AET_Last

      AssetListEntry fetchByG_AET_Last(long groupId, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns the last asset list entry in the ordered set where groupId = ? and assetEntryType = ?.
      Parameters:
      groupId - the group 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

      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
    • filterFindByG_AET

      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

      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

      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

      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
    • filterFindByG_AET

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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
    • fetchByG_LikeT_AET_First

      AssetListEntry fetchByG_LikeT_AET_First(long groupId, String title, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns the first asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntryType = ?.
      Parameters:
      groupId - the group 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

      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
    • fetchByG_LikeT_AET_Last

      AssetListEntry fetchByG_LikeT_AET_Last(long groupId, String title, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntryType = ?.
      Parameters:
      groupId - the group 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

      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
    • filterFindByG_LikeT_AET

      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

      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

      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

      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
    • filterFindByG_LikeT_AET

      List<AssetListEntry> filterFindByG_LikeT_AET(long[] groupIds, String title, String[] assetEntryTypes)
      Returns all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntryType = any ?.
      Parameters:
      groupIds - the group 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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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
    • fetchByG_AES_AET_First

      AssetListEntry fetchByG_AES_AET_First(long groupId, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns the first asset list entry in the ordered set where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
      Parameters:
      groupId - the group 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

      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
    • fetchByG_AES_AET_Last

      AssetListEntry fetchByG_AES_AET_Last(long groupId, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns the last asset list entry in the ordered set where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
      Parameters:
      groupId - the group 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

      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
    • filterFindByG_AES_AET

      List<AssetListEntry> filterFindByG_AES_AET(long groupId, String assetEntrySubtype, String assetEntryType)
      Returns all the asset list entries that the user has permission to view where groupId = ? and assetEntrySubtype = ? and assetEntryType = ?.
      Parameters:
      groupId - the group 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

      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

      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

      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
    • filterFindByG_AES_AET

      List<AssetListEntry> filterFindByG_AES_AET(long[] groupIds, String assetEntrySubtype, String assetEntryType)
      Returns all the asset list entries that the user has permission to view where groupId = any ? and assetEntrySubtype = ? and assetEntryType = ?.
      Parameters:
      groupIds - the group 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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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
    • fetchByG_LikeT_AES_AET_First

      AssetListEntry fetchByG_LikeT_AES_AET_First(long groupId, String title, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns the first asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
      Parameters:
      groupId - the group 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

      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
    • fetchByG_LikeT_AES_AET_Last

      AssetListEntry fetchByG_LikeT_AES_AET_Last(long groupId, String title, String assetEntrySubtype, String assetEntryType, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
      Returns the last asset list entry in the ordered set where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
      Parameters:
      groupId - the group 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

      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
    • filterFindByG_LikeT_AES_AET

      List<AssetListEntry> filterFindByG_LikeT_AES_AET(long groupId, String title, String assetEntrySubtype, String assetEntryType)
      Returns all the asset list entries that the user has permission to view where groupId = ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
      Parameters:
      groupId - the group 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

      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

      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

      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
    • filterFindByG_LikeT_AES_AET

      List<AssetListEntry> filterFindByG_LikeT_AES_AET(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType)
      Returns all the asset list entries that the user has permission to view where groupId = any ? and title LIKE ? and assetEntrySubtype = ? and assetEntryType = ?.
      Parameters:
      groupIds - the group 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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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
    • fetchByERC_G

      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

      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

      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

      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

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

      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

      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

      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
    • updateImpl

      AssetListEntry updateImpl(AssetListEntry assetListEntry)
    • findByPrimaryKey

      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
    • fetchByPrimaryKey

      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

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

      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

      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

      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

      void removeAll()
      Removes all the asset list entries from the database.
    • countAll

      int countAll()
      Returns the number of asset list entries.
      Returns:
      the number of asset list entries