Interface AssetListEntryUsagePersistence

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

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

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(AssetListEntryUsage assetListEntryUsage)
    Caches the asset list entry usage in the entity cache if it is enabled.
    void
    cacheResult(List<AssetListEntryUsage> assetListEntryUsages)
    Caches the asset list entry usages in the entity cache if it is enabled.
    int
    Returns the number of asset list entry usages.
    int
    countByC_C_K(long companyId, long classNameId, String key)
    Returns the number of asset list entry usages where companyId = ? and classNameId = ? and key = ?.
    int
    countByCK_CT_P(String containerKey, long containerType, long plid)
    Returns the number of asset list entry usages where containerKey = ? and containerType = ? and plid = ?.
    int
    countByCT_P(long containerType, long plid)
    Returns the number of asset list entry usages where containerType = ? and plid = ?.
    int
    countByG_C_CK_CT_K_P(long groupId, long classNameId, String containerKey, long containerType, String key, long plid)
    Returns the number of asset list entry usages where groupId = ? and classNameId = ? and containerKey = ? and containerType = ? and key = ? and plid = ?.
    int
    countByG_C_K(long groupId, long classNameId, String key)
    Returns the number of asset list entry usages where groupId = ? and classNameId = ? and key = ?.
    int
    countByG_C_K_T(long groupId, long classNameId, String key, int type)
    Returns the number of asset list entry usages where groupId = ? and classNameId = ? and key = ? and type = ?.
    int
    countByPlid(long plid)
    Returns the number of asset list entry usages where plid = ?.
    int
    Returns the number of asset list entry usages where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of asset list entry usages where uuid = ? and companyId = ?.
    int
    countByUUID_G(String uuid, long groupId)
    Returns the number of asset list entry usages where uuid = ? and groupId = ?.
    create(long assetListEntryUsageId)
    Creates a new asset list entry usage with the primary key.
    fetchByC_C_K_First(long companyId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the first asset list entry usage in the ordered set where companyId = ? and classNameId = ? and key = ?.
    fetchByC_C_K_Last(long companyId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the last asset list entry usage in the ordered set where companyId = ? and classNameId = ? and key = ?.
    fetchByCK_CT_P_First(String containerKey, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the first asset list entry usage in the ordered set where containerKey = ? and containerType = ? and plid = ?.
    fetchByCK_CT_P_Last(String containerKey, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the last asset list entry usage in the ordered set where containerKey = ? and containerType = ? and plid = ?.
    fetchByCT_P_First(long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the first asset list entry usage in the ordered set where containerType = ? and plid = ?.
    fetchByCT_P_Last(long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the last asset list entry usage in the ordered set where containerType = ? and plid = ?.
    fetchByG_C_CK_CT_K_P(long groupId, long classNameId, String containerKey, long containerType, String key, long plid)
    Returns the asset list entry usage where groupId = ? and classNameId = ? and containerKey = ? and containerType = ? and key = ? and plid = ? or returns null if it could not be found.
    fetchByG_C_CK_CT_K_P(long groupId, long classNameId, String containerKey, long containerType, String key, long plid, boolean useFinderCache)
    Returns the asset list entry usage where groupId = ? and classNameId = ? and containerKey = ? and containerType = ? and key = ? and plid = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByG_C_K_First(long groupId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the first asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ?.
    fetchByG_C_K_Last(long groupId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the last asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ?.
    fetchByG_C_K_T_First(long groupId, long classNameId, String key, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the first asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ? and type = ?.
    fetchByG_C_K_T_Last(long groupId, long classNameId, String key, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the last asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ? and type = ?.
    fetchByPlid_First(long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the first asset list entry usage in the ordered set where plid = ?.
    fetchByPlid_Last(long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the last asset list entry usage in the ordered set where plid = ?.
    fetchByPrimaryKey(long assetListEntryUsageId)
    Returns the asset list entry usage 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<AssetListEntryUsage> orderByComparator)
    Returns the first asset list entry usage in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the last asset list entry usage in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the first asset list entry usage in the ordered set where uuid = ?.
    fetchByUUID_G(String uuid, long groupId)
    Returns the asset list entry usage 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 usage 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<AssetListEntryUsage> orderByComparator)
    Returns the last asset list entry usage in the ordered set where uuid = ?.
    Returns all the asset list entry usages.
    findAll(int start, int end)
    Returns a range of all the asset list entry usages.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns an ordered range of all the asset list entry usages.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entry usages.
    findByC_C_K(long companyId, long classNameId, String key)
    Returns all the asset list entry usages where companyId = ? and classNameId = ? and key = ?.
    findByC_C_K(long companyId, long classNameId, String key, int start, int end)
    Returns a range of all the asset list entry usages where companyId = ? and classNameId = ? and key = ?.
    findByC_C_K(long companyId, long classNameId, String key, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns an ordered range of all the asset list entry usages where companyId = ? and classNameId = ? and key = ?.
    findByC_C_K(long companyId, long classNameId, String key, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entry usages where companyId = ? and classNameId = ? and key = ?.
    findByC_C_K_First(long companyId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the first asset list entry usage in the ordered set where companyId = ? and classNameId = ? and key = ?.
    findByC_C_K_Last(long companyId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the last asset list entry usage in the ordered set where companyId = ? and classNameId = ? and key = ?.
    findByC_C_K_PrevAndNext(long assetListEntryUsageId, long companyId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where companyId = ? and classNameId = ? and key = ?.
    findByCK_CT_P(String containerKey, long containerType, long plid)
    Returns all the asset list entry usages where containerKey = ? and containerType = ? and plid = ?.
    findByCK_CT_P(String containerKey, long containerType, long plid, int start, int end)
    Returns a range of all the asset list entry usages where containerKey = ? and containerType = ? and plid = ?.
    findByCK_CT_P(String containerKey, long containerType, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns an ordered range of all the asset list entry usages where containerKey = ? and containerType = ? and plid = ?.
    findByCK_CT_P(String containerKey, long containerType, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entry usages where containerKey = ? and containerType = ? and plid = ?.
    findByCK_CT_P_First(String containerKey, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the first asset list entry usage in the ordered set where containerKey = ? and containerType = ? and plid = ?.
    findByCK_CT_P_Last(String containerKey, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the last asset list entry usage in the ordered set where containerKey = ? and containerType = ? and plid = ?.
    findByCK_CT_P_PrevAndNext(long assetListEntryUsageId, String containerKey, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where containerKey = ? and containerType = ? and plid = ?.
    findByCT_P(long containerType, long plid)
    Returns all the asset list entry usages where containerType = ? and plid = ?.
    findByCT_P(long containerType, long plid, int start, int end)
    Returns a range of all the asset list entry usages where containerType = ? and plid = ?.
    findByCT_P(long containerType, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns an ordered range of all the asset list entry usages where containerType = ? and plid = ?.
    findByCT_P(long containerType, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entry usages where containerType = ? and plid = ?.
    findByCT_P_First(long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the first asset list entry usage in the ordered set where containerType = ? and plid = ?.
    findByCT_P_Last(long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the last asset list entry usage in the ordered set where containerType = ? and plid = ?.
    findByCT_P_PrevAndNext(long assetListEntryUsageId, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where containerType = ? and plid = ?.
    findByG_C_CK_CT_K_P(long groupId, long classNameId, String containerKey, long containerType, String key, long plid)
    Returns the asset list entry usage where groupId = ? and classNameId = ? and containerKey = ? and containerType = ? and key = ? and plid = ? or throws a NoSuchEntryUsageException if it could not be found.
    findByG_C_K(long groupId, long classNameId, String key)
    Returns all the asset list entry usages where groupId = ? and classNameId = ? and key = ?.
    findByG_C_K(long groupId, long classNameId, String key, int start, int end)
    Returns a range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ?.
    findByG_C_K(long groupId, long classNameId, String key, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns an ordered range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ?.
    findByG_C_K(long groupId, long classNameId, String key, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ?.
    findByG_C_K_First(long groupId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the first asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ?.
    findByG_C_K_Last(long groupId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the last asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ?.
    findByG_C_K_PrevAndNext(long assetListEntryUsageId, long groupId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ?.
    findByG_C_K_T(long groupId, long classNameId, String key, int type)
    Returns all the asset list entry usages where groupId = ? and classNameId = ? and key = ? and type = ?.
    findByG_C_K_T(long groupId, long classNameId, String key, int type, int start, int end)
    Returns a range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ? and type = ?.
    findByG_C_K_T(long groupId, long classNameId, String key, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns an ordered range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ? and type = ?.
    findByG_C_K_T(long groupId, long classNameId, String key, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ? and type = ?.
    findByG_C_K_T_First(long groupId, long classNameId, String key, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the first asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ? and type = ?.
    findByG_C_K_T_Last(long groupId, long classNameId, String key, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the last asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ? and type = ?.
    findByG_C_K_T_PrevAndNext(long assetListEntryUsageId, long groupId, long classNameId, String key, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ? and type = ?.
    findByPlid(long plid)
    Returns all the asset list entry usages where plid = ?.
    findByPlid(long plid, int start, int end)
    Returns a range of all the asset list entry usages where plid = ?.
    findByPlid(long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns an ordered range of all the asset list entry usages where plid = ?.
    findByPlid(long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entry usages where plid = ?.
    findByPlid_First(long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the first asset list entry usage in the ordered set where plid = ?.
    findByPlid_Last(long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the last asset list entry usage in the ordered set where plid = ?.
    findByPlid_PrevAndNext(long assetListEntryUsageId, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where plid = ?.
    findByPrimaryKey(long assetListEntryUsageId)
    Returns the asset list entry usage with the primary key or throws a NoSuchEntryUsageException if it could not be found.
    Returns all the asset list entry usages where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the asset list entry usages where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns an ordered range of all the asset list entry usages where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entry usages where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the asset list entry usages where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the asset list entry usages where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns an ordered range of all the asset list entry usages where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the asset list entry usages where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the first asset list entry usage in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the last asset list entry usage in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long assetListEntryUsageId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the first asset list entry usage in the ordered set where uuid = ?.
    findByUUID_G(String uuid, long groupId)
    Returns the asset list entry usage where uuid = ? and groupId = ? or throws a NoSuchEntryUsageException if it could not be found.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the last asset list entry usage in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long assetListEntryUsageId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
    Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where uuid = ?.
    remove(long assetListEntryUsageId)
    Removes the asset list entry usage with the primary key from the database.
    void
    Removes all the asset list entry usages from the database.
    void
    removeByC_C_K(long companyId, long classNameId, String key)
    Removes all the asset list entry usages where companyId = ? and classNameId = ? and key = ? from the database.
    void
    removeByCK_CT_P(String containerKey, long containerType, long plid)
    Removes all the asset list entry usages where containerKey = ? and containerType = ? and plid = ? from the database.
    void
    removeByCT_P(long containerType, long plid)
    Removes all the asset list entry usages where containerType = ? and plid = ? from the database.
    removeByG_C_CK_CT_K_P(long groupId, long classNameId, String containerKey, long containerType, String key, long plid)
    Removes the asset list entry usage where groupId = ? and classNameId = ? and containerKey = ? and containerType = ? and key = ? and plid = ? from the database.
    void
    removeByG_C_K(long groupId, long classNameId, String key)
    Removes all the asset list entry usages where groupId = ? and classNameId = ? and key = ? from the database.
    void
    removeByG_C_K_T(long groupId, long classNameId, String key, int type)
    Removes all the asset list entry usages where groupId = ? and classNameId = ? and key = ? and type = ? from the database.
    void
    removeByPlid(long plid)
    Removes all the asset list entry usages where plid = ? from the database.
    void
    Removes all the asset list entry usages where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the asset list entry usages where uuid = ? and companyId = ? from the database.
    removeByUUID_G(String uuid, long groupId)
    Removes the asset list entry usage where uuid = ? and groupId = ? from the database.
    updateImpl(AssetListEntryUsage assetListEntryUsage)
     

    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<AssetListEntryUsage> findByUuid(String uuid)
      Returns all the asset list entry usages where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching asset list entry usages
    • findByUuid

      List<AssetListEntryUsage> findByUuid(String uuid, int start, int end)
      Returns a range of all the asset list entry usages 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 AssetListEntryUsageModelImpl.

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

      List<AssetListEntryUsage> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns an ordered range of all the asset list entry usages 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 AssetListEntryUsageModelImpl.

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

      List<AssetListEntryUsage> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entry usages 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 AssetListEntryUsageModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of asset list entry usages
      end - the upper bound of the range of asset list entry usages (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 entry usages
    • findByUuid_First

      AssetListEntryUsage findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException
      Returns the first asset list entry usage 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 usage
      Throws:
      NoSuchEntryUsageException - if a matching asset list entry usage could not be found
    • fetchByUuid_First

      AssetListEntryUsage fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns the first asset list entry usage 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 usage, or null if a matching asset list entry usage could not be found
    • findByUuid_Last

      AssetListEntryUsage findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException
      Returns the last asset list entry usage 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 usage
      Throws:
      NoSuchEntryUsageException - if a matching asset list entry usage could not be found
    • fetchByUuid_Last

      AssetListEntryUsage fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns the last asset list entry usage 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 usage, or null if a matching asset list entry usage could not be found
    • findByUuid_PrevAndNext

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

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

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

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

      AssetListEntryUsage fetchByUUID_G(String uuid, long groupId)
      Returns the asset list entry usage 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 usage, or null if a matching asset list entry usage could not be found
    • fetchByUUID_G

      AssetListEntryUsage fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
      Returns the asset list entry usage 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 usage, or null if a matching asset list entry usage could not be found
    • removeByUUID_G

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

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

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

      List<AssetListEntryUsage> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the asset list entry usages 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 AssetListEntryUsageModelImpl.

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

      List<AssetListEntryUsage> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns an ordered range of all the asset list entry usages 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 AssetListEntryUsageModelImpl.

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

      List<AssetListEntryUsage> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entry usages 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 AssetListEntryUsageModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of asset list entry usages
      end - the upper bound of the range of asset list entry usages (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 entry usages
    • findByUuid_C_First

      AssetListEntryUsage findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException
      Returns the first asset list entry usage 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 usage
      Throws:
      NoSuchEntryUsageException - if a matching asset list entry usage could not be found
    • fetchByUuid_C_First

      AssetListEntryUsage fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns the first asset list entry usage 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 usage, or null if a matching asset list entry usage could not be found
    • findByUuid_C_Last

      AssetListEntryUsage findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException
      Returns the last asset list entry usage 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 usage
      Throws:
      NoSuchEntryUsageException - if a matching asset list entry usage could not be found
    • fetchByUuid_C_Last

      AssetListEntryUsage fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns the last asset list entry usage 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 usage, or null if a matching asset list entry usage could not be found
    • findByUuid_C_PrevAndNext

      AssetListEntryUsage[] findByUuid_C_PrevAndNext(long assetListEntryUsageId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException
      Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      assetListEntryUsageId - the primary key of the current asset list entry usage
      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 usage
      Throws:
      NoSuchEntryUsageException - if a asset list entry usage with the primary key could not be found
    • removeByUuid_C

      void removeByUuid_C(String uuid, long companyId)
      Removes all the asset list entry usages 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 entry usages where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching asset list entry usages
    • findByPlid

      List<AssetListEntryUsage> findByPlid(long plid)
      Returns all the asset list entry usages where plid = ?.
      Parameters:
      plid - the plid
      Returns:
      the matching asset list entry usages
    • findByPlid

      List<AssetListEntryUsage> findByPlid(long plid, int start, int end)
      Returns a range of all the asset list entry usages where plid = ?.

      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 AssetListEntryUsageModelImpl.

      Parameters:
      plid - the plid
      start - the lower bound of the range of asset list entry usages
      end - the upper bound of the range of asset list entry usages (not inclusive)
      Returns:
      the range of matching asset list entry usages
    • findByPlid

      List<AssetListEntryUsage> findByPlid(long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns an ordered range of all the asset list entry usages where plid = ?.

      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 AssetListEntryUsageModelImpl.

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

      List<AssetListEntryUsage> findByPlid(long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entry usages where plid = ?.

      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 AssetListEntryUsageModelImpl.

      Parameters:
      plid - the plid
      start - the lower bound of the range of asset list entry usages
      end - the upper bound of the range of asset list entry usages (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 entry usages
    • findByPlid_First

      AssetListEntryUsage findByPlid_First(long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException
      Returns the first asset list entry usage in the ordered set where plid = ?.
      Parameters:
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry usage
      Throws:
      NoSuchEntryUsageException - if a matching asset list entry usage could not be found
    • fetchByPlid_First

      AssetListEntryUsage fetchByPlid_First(long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns the first asset list entry usage in the ordered set where plid = ?.
      Parameters:
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry usage, or null if a matching asset list entry usage could not be found
    • findByPlid_Last

      AssetListEntryUsage findByPlid_Last(long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException
      Returns the last asset list entry usage in the ordered set where plid = ?.
      Parameters:
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry usage
      Throws:
      NoSuchEntryUsageException - if a matching asset list entry usage could not be found
    • fetchByPlid_Last

      AssetListEntryUsage fetchByPlid_Last(long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns the last asset list entry usage in the ordered set where plid = ?.
      Parameters:
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry usage, or null if a matching asset list entry usage could not be found
    • findByPlid_PrevAndNext

      AssetListEntryUsage[] findByPlid_PrevAndNext(long assetListEntryUsageId, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException
      Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where plid = ?.
      Parameters:
      assetListEntryUsageId - the primary key of the current asset list entry usage
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry usage
      Throws:
      NoSuchEntryUsageException - if a asset list entry usage with the primary key could not be found
    • removeByPlid

      void removeByPlid(long plid)
      Removes all the asset list entry usages where plid = ? from the database.
      Parameters:
      plid - the plid
    • countByPlid

      int countByPlid(long plid)
      Returns the number of asset list entry usages where plid = ?.
      Parameters:
      plid - the plid
      Returns:
      the number of matching asset list entry usages
    • findByCT_P

      List<AssetListEntryUsage> findByCT_P(long containerType, long plid)
      Returns all the asset list entry usages where containerType = ? and plid = ?.
      Parameters:
      containerType - the container type
      plid - the plid
      Returns:
      the matching asset list entry usages
    • findByCT_P

      List<AssetListEntryUsage> findByCT_P(long containerType, long plid, int start, int end)
      Returns a range of all the asset list entry usages where containerType = ? and plid = ?.

      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 AssetListEntryUsageModelImpl.

      Parameters:
      containerType - the container type
      plid - the plid
      start - the lower bound of the range of asset list entry usages
      end - the upper bound of the range of asset list entry usages (not inclusive)
      Returns:
      the range of matching asset list entry usages
    • findByCT_P

      List<AssetListEntryUsage> findByCT_P(long containerType, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns an ordered range of all the asset list entry usages where containerType = ? and plid = ?.

      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 AssetListEntryUsageModelImpl.

      Parameters:
      containerType - the container type
      plid - the plid
      start - the lower bound of the range of asset list entry usages
      end - the upper bound of the range of asset list entry usages (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entry usages
    • findByCT_P

      List<AssetListEntryUsage> findByCT_P(long containerType, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entry usages where containerType = ? and plid = ?.

      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 AssetListEntryUsageModelImpl.

      Parameters:
      containerType - the container type
      plid - the plid
      start - the lower bound of the range of asset list entry usages
      end - the upper bound of the range of asset list entry usages (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 entry usages
    • findByCT_P_First

      AssetListEntryUsage findByCT_P_First(long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException
      Returns the first asset list entry usage in the ordered set where containerType = ? and plid = ?.
      Parameters:
      containerType - the container type
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry usage
      Throws:
      NoSuchEntryUsageException - if a matching asset list entry usage could not be found
    • fetchByCT_P_First

      AssetListEntryUsage fetchByCT_P_First(long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns the first asset list entry usage in the ordered set where containerType = ? and plid = ?.
      Parameters:
      containerType - the container type
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry usage, or null if a matching asset list entry usage could not be found
    • findByCT_P_Last

      AssetListEntryUsage findByCT_P_Last(long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException
      Returns the last asset list entry usage in the ordered set where containerType = ? and plid = ?.
      Parameters:
      containerType - the container type
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry usage
      Throws:
      NoSuchEntryUsageException - if a matching asset list entry usage could not be found
    • fetchByCT_P_Last

      AssetListEntryUsage fetchByCT_P_Last(long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns the last asset list entry usage in the ordered set where containerType = ? and plid = ?.
      Parameters:
      containerType - the container type
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry usage, or null if a matching asset list entry usage could not be found
    • findByCT_P_PrevAndNext

      AssetListEntryUsage[] findByCT_P_PrevAndNext(long assetListEntryUsageId, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException
      Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where containerType = ? and plid = ?.
      Parameters:
      assetListEntryUsageId - the primary key of the current asset list entry usage
      containerType - the container type
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry usage
      Throws:
      NoSuchEntryUsageException - if a asset list entry usage with the primary key could not be found
    • removeByCT_P

      void removeByCT_P(long containerType, long plid)
      Removes all the asset list entry usages where containerType = ? and plid = ? from the database.
      Parameters:
      containerType - the container type
      plid - the plid
    • countByCT_P

      int countByCT_P(long containerType, long plid)
      Returns the number of asset list entry usages where containerType = ? and plid = ?.
      Parameters:
      containerType - the container type
      plid - the plid
      Returns:
      the number of matching asset list entry usages
    • findByG_C_K

      List<AssetListEntryUsage> findByG_C_K(long groupId, long classNameId, String key)
      Returns all the asset list entry usages where groupId = ? and classNameId = ? and key = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      key - the key
      Returns:
      the matching asset list entry usages
    • findByG_C_K

      List<AssetListEntryUsage> findByG_C_K(long groupId, long classNameId, String key, int start, int end)
      Returns a range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ?.

      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 AssetListEntryUsageModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      key - the key
      start - the lower bound of the range of asset list entry usages
      end - the upper bound of the range of asset list entry usages (not inclusive)
      Returns:
      the range of matching asset list entry usages
    • findByG_C_K

      List<AssetListEntryUsage> findByG_C_K(long groupId, long classNameId, String key, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns an ordered range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ?.

      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 AssetListEntryUsageModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      key - the key
      start - the lower bound of the range of asset list entry usages
      end - the upper bound of the range of asset list entry usages (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entry usages
    • findByG_C_K

      List<AssetListEntryUsage> findByG_C_K(long groupId, long classNameId, String key, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ?.

      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 AssetListEntryUsageModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      key - the key
      start - the lower bound of the range of asset list entry usages
      end - the upper bound of the range of asset list entry usages (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 entry usages
    • findByG_C_K_First

      AssetListEntryUsage findByG_C_K_First(long groupId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException
      Returns the first asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      key - the key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry usage
      Throws:
      NoSuchEntryUsageException - if a matching asset list entry usage could not be found
    • fetchByG_C_K_First

      AssetListEntryUsage fetchByG_C_K_First(long groupId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns the first asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      key - the key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry usage, or null if a matching asset list entry usage could not be found
    • findByG_C_K_Last

      AssetListEntryUsage findByG_C_K_Last(long groupId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException
      Returns the last asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      key - the key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry usage
      Throws:
      NoSuchEntryUsageException - if a matching asset list entry usage could not be found
    • fetchByG_C_K_Last

      AssetListEntryUsage fetchByG_C_K_Last(long groupId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns the last asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      key - the key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry usage, or null if a matching asset list entry usage could not be found
    • findByG_C_K_PrevAndNext

      AssetListEntryUsage[] findByG_C_K_PrevAndNext(long assetListEntryUsageId, long groupId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException
      Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ?.
      Parameters:
      assetListEntryUsageId - the primary key of the current asset list entry usage
      groupId - the group ID
      classNameId - the class name ID
      key - the key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry usage
      Throws:
      NoSuchEntryUsageException - if a asset list entry usage with the primary key could not be found
    • removeByG_C_K

      void removeByG_C_K(long groupId, long classNameId, String key)
      Removes all the asset list entry usages where groupId = ? and classNameId = ? and key = ? from the database.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      key - the key
    • countByG_C_K

      int countByG_C_K(long groupId, long classNameId, String key)
      Returns the number of asset list entry usages where groupId = ? and classNameId = ? and key = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      key - the key
      Returns:
      the number of matching asset list entry usages
    • findByC_C_K

      List<AssetListEntryUsage> findByC_C_K(long companyId, long classNameId, String key)
      Returns all the asset list entry usages where companyId = ? and classNameId = ? and key = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      key - the key
      Returns:
      the matching asset list entry usages
    • findByC_C_K

      List<AssetListEntryUsage> findByC_C_K(long companyId, long classNameId, String key, int start, int end)
      Returns a range of all the asset list entry usages where companyId = ? and classNameId = ? and key = ?.

      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 AssetListEntryUsageModelImpl.

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      key - the key
      start - the lower bound of the range of asset list entry usages
      end - the upper bound of the range of asset list entry usages (not inclusive)
      Returns:
      the range of matching asset list entry usages
    • findByC_C_K

      List<AssetListEntryUsage> findByC_C_K(long companyId, long classNameId, String key, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns an ordered range of all the asset list entry usages where companyId = ? and classNameId = ? and key = ?.

      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 AssetListEntryUsageModelImpl.

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      key - the key
      start - the lower bound of the range of asset list entry usages
      end - the upper bound of the range of asset list entry usages (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entry usages
    • findByC_C_K

      List<AssetListEntryUsage> findByC_C_K(long companyId, long classNameId, String key, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entry usages where companyId = ? and classNameId = ? and key = ?.

      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 AssetListEntryUsageModelImpl.

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      key - the key
      start - the lower bound of the range of asset list entry usages
      end - the upper bound of the range of asset list entry usages (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 entry usages
    • findByC_C_K_First

      AssetListEntryUsage findByC_C_K_First(long companyId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException
      Returns the first asset list entry usage in the ordered set where companyId = ? and classNameId = ? and key = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      key - the key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry usage
      Throws:
      NoSuchEntryUsageException - if a matching asset list entry usage could not be found
    • fetchByC_C_K_First

      AssetListEntryUsage fetchByC_C_K_First(long companyId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns the first asset list entry usage in the ordered set where companyId = ? and classNameId = ? and key = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      key - the key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry usage, or null if a matching asset list entry usage could not be found
    • findByC_C_K_Last

      AssetListEntryUsage findByC_C_K_Last(long companyId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException
      Returns the last asset list entry usage in the ordered set where companyId = ? and classNameId = ? and key = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      key - the key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry usage
      Throws:
      NoSuchEntryUsageException - if a matching asset list entry usage could not be found
    • fetchByC_C_K_Last

      AssetListEntryUsage fetchByC_C_K_Last(long companyId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns the last asset list entry usage in the ordered set where companyId = ? and classNameId = ? and key = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      key - the key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry usage, or null if a matching asset list entry usage could not be found
    • findByC_C_K_PrevAndNext

      AssetListEntryUsage[] findByC_C_K_PrevAndNext(long assetListEntryUsageId, long companyId, long classNameId, String key, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException
      Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where companyId = ? and classNameId = ? and key = ?.
      Parameters:
      assetListEntryUsageId - the primary key of the current asset list entry usage
      companyId - the company ID
      classNameId - the class name ID
      key - the key
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry usage
      Throws:
      NoSuchEntryUsageException - if a asset list entry usage with the primary key could not be found
    • removeByC_C_K

      void removeByC_C_K(long companyId, long classNameId, String key)
      Removes all the asset list entry usages where companyId = ? and classNameId = ? and key = ? from the database.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      key - the key
    • countByC_C_K

      int countByC_C_K(long companyId, long classNameId, String key)
      Returns the number of asset list entry usages where companyId = ? and classNameId = ? and key = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      key - the key
      Returns:
      the number of matching asset list entry usages
    • findByCK_CT_P

      List<AssetListEntryUsage> findByCK_CT_P(String containerKey, long containerType, long plid)
      Returns all the asset list entry usages where containerKey = ? and containerType = ? and plid = ?.
      Parameters:
      containerKey - the container key
      containerType - the container type
      plid - the plid
      Returns:
      the matching asset list entry usages
    • findByCK_CT_P

      List<AssetListEntryUsage> findByCK_CT_P(String containerKey, long containerType, long plid, int start, int end)
      Returns a range of all the asset list entry usages where containerKey = ? and containerType = ? and plid = ?.

      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 AssetListEntryUsageModelImpl.

      Parameters:
      containerKey - the container key
      containerType - the container type
      plid - the plid
      start - the lower bound of the range of asset list entry usages
      end - the upper bound of the range of asset list entry usages (not inclusive)
      Returns:
      the range of matching asset list entry usages
    • findByCK_CT_P

      List<AssetListEntryUsage> findByCK_CT_P(String containerKey, long containerType, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns an ordered range of all the asset list entry usages where containerKey = ? and containerType = ? and plid = ?.

      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 AssetListEntryUsageModelImpl.

      Parameters:
      containerKey - the container key
      containerType - the container type
      plid - the plid
      start - the lower bound of the range of asset list entry usages
      end - the upper bound of the range of asset list entry usages (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entry usages
    • findByCK_CT_P

      List<AssetListEntryUsage> findByCK_CT_P(String containerKey, long containerType, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entry usages where containerKey = ? and containerType = ? and plid = ?.

      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 AssetListEntryUsageModelImpl.

      Parameters:
      containerKey - the container key
      containerType - the container type
      plid - the plid
      start - the lower bound of the range of asset list entry usages
      end - the upper bound of the range of asset list entry usages (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 entry usages
    • findByCK_CT_P_First

      AssetListEntryUsage findByCK_CT_P_First(String containerKey, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException
      Returns the first asset list entry usage in the ordered set where containerKey = ? and containerType = ? and plid = ?.
      Parameters:
      containerKey - the container key
      containerType - the container type
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry usage
      Throws:
      NoSuchEntryUsageException - if a matching asset list entry usage could not be found
    • fetchByCK_CT_P_First

      AssetListEntryUsage fetchByCK_CT_P_First(String containerKey, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns the first asset list entry usage in the ordered set where containerKey = ? and containerType = ? and plid = ?.
      Parameters:
      containerKey - the container key
      containerType - the container type
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry usage, or null if a matching asset list entry usage could not be found
    • findByCK_CT_P_Last

      AssetListEntryUsage findByCK_CT_P_Last(String containerKey, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException
      Returns the last asset list entry usage in the ordered set where containerKey = ? and containerType = ? and plid = ?.
      Parameters:
      containerKey - the container key
      containerType - the container type
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry usage
      Throws:
      NoSuchEntryUsageException - if a matching asset list entry usage could not be found
    • fetchByCK_CT_P_Last

      AssetListEntryUsage fetchByCK_CT_P_Last(String containerKey, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns the last asset list entry usage in the ordered set where containerKey = ? and containerType = ? and plid = ?.
      Parameters:
      containerKey - the container key
      containerType - the container type
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry usage, or null if a matching asset list entry usage could not be found
    • findByCK_CT_P_PrevAndNext

      AssetListEntryUsage[] findByCK_CT_P_PrevAndNext(long assetListEntryUsageId, String containerKey, long containerType, long plid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException
      Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where containerKey = ? and containerType = ? and plid = ?.
      Parameters:
      assetListEntryUsageId - the primary key of the current asset list entry usage
      containerKey - the container key
      containerType - the container type
      plid - the plid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry usage
      Throws:
      NoSuchEntryUsageException - if a asset list entry usage with the primary key could not be found
    • removeByCK_CT_P

      void removeByCK_CT_P(String containerKey, long containerType, long plid)
      Removes all the asset list entry usages where containerKey = ? and containerType = ? and plid = ? from the database.
      Parameters:
      containerKey - the container key
      containerType - the container type
      plid - the plid
    • countByCK_CT_P

      int countByCK_CT_P(String containerKey, long containerType, long plid)
      Returns the number of asset list entry usages where containerKey = ? and containerType = ? and plid = ?.
      Parameters:
      containerKey - the container key
      containerType - the container type
      plid - the plid
      Returns:
      the number of matching asset list entry usages
    • findByG_C_K_T

      List<AssetListEntryUsage> findByG_C_K_T(long groupId, long classNameId, String key, int type)
      Returns all the asset list entry usages where groupId = ? and classNameId = ? and key = ? and type = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      key - the key
      type - the type
      Returns:
      the matching asset list entry usages
    • findByG_C_K_T

      List<AssetListEntryUsage> findByG_C_K_T(long groupId, long classNameId, String key, int type, int start, int end)
      Returns a range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ? 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 AssetListEntryUsageModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      key - the key
      type - the type
      start - the lower bound of the range of asset list entry usages
      end - the upper bound of the range of asset list entry usages (not inclusive)
      Returns:
      the range of matching asset list entry usages
    • findByG_C_K_T

      List<AssetListEntryUsage> findByG_C_K_T(long groupId, long classNameId, String key, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns an ordered range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ? 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 AssetListEntryUsageModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      key - the key
      type - the type
      start - the lower bound of the range of asset list entry usages
      end - the upper bound of the range of asset list entry usages (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching asset list entry usages
    • findByG_C_K_T

      List<AssetListEntryUsage> findByG_C_K_T(long groupId, long classNameId, String key, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the asset list entry usages where groupId = ? and classNameId = ? and key = ? 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 AssetListEntryUsageModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      key - the key
      type - the type
      start - the lower bound of the range of asset list entry usages
      end - the upper bound of the range of asset list entry usages (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 entry usages
    • findByG_C_K_T_First

      AssetListEntryUsage findByG_C_K_T_First(long groupId, long classNameId, String key, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException
      Returns the first asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ? and type = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      key - the key
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry usage
      Throws:
      NoSuchEntryUsageException - if a matching asset list entry usage could not be found
    • fetchByG_C_K_T_First

      AssetListEntryUsage fetchByG_C_K_T_First(long groupId, long classNameId, String key, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns the first asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ? and type = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      key - the key
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching asset list entry usage, or null if a matching asset list entry usage could not be found
    • findByG_C_K_T_Last

      AssetListEntryUsage findByG_C_K_T_Last(long groupId, long classNameId, String key, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException
      Returns the last asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ? and type = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      key - the key
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry usage
      Throws:
      NoSuchEntryUsageException - if a matching asset list entry usage could not be found
    • fetchByG_C_K_T_Last

      AssetListEntryUsage fetchByG_C_K_T_Last(long groupId, long classNameId, String key, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns the last asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ? and type = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      key - the key
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching asset list entry usage, or null if a matching asset list entry usage could not be found
    • findByG_C_K_T_PrevAndNext

      AssetListEntryUsage[] findByG_C_K_T_PrevAndNext(long assetListEntryUsageId, long groupId, long classNameId, String key, int type, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator) throws NoSuchEntryUsageException
      Returns the asset list entry usages before and after the current asset list entry usage in the ordered set where groupId = ? and classNameId = ? and key = ? and type = ?.
      Parameters:
      assetListEntryUsageId - the primary key of the current asset list entry usage
      groupId - the group ID
      classNameId - the class name ID
      key - the key
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next asset list entry usage
      Throws:
      NoSuchEntryUsageException - if a asset list entry usage with the primary key could not be found
    • removeByG_C_K_T

      void removeByG_C_K_T(long groupId, long classNameId, String key, int type)
      Removes all the asset list entry usages where groupId = ? and classNameId = ? and key = ? and type = ? from the database.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      key - the key
      type - the type
    • countByG_C_K_T

      int countByG_C_K_T(long groupId, long classNameId, String key, int type)
      Returns the number of asset list entry usages where groupId = ? and classNameId = ? and key = ? and type = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      key - the key
      type - the type
      Returns:
      the number of matching asset list entry usages
    • findByG_C_CK_CT_K_P

      AssetListEntryUsage findByG_C_CK_CT_K_P(long groupId, long classNameId, String containerKey, long containerType, String key, long plid) throws NoSuchEntryUsageException
      Returns the asset list entry usage where groupId = ? and classNameId = ? and containerKey = ? and containerType = ? and key = ? and plid = ? or throws a NoSuchEntryUsageException if it could not be found.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      containerKey - the container key
      containerType - the container type
      key - the key
      plid - the plid
      Returns:
      the matching asset list entry usage
      Throws:
      NoSuchEntryUsageException - if a matching asset list entry usage could not be found
    • fetchByG_C_CK_CT_K_P

      AssetListEntryUsage fetchByG_C_CK_CT_K_P(long groupId, long classNameId, String containerKey, long containerType, String key, long plid)
      Returns the asset list entry usage where groupId = ? and classNameId = ? and containerKey = ? and containerType = ? and key = ? and plid = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      containerKey - the container key
      containerType - the container type
      key - the key
      plid - the plid
      Returns:
      the matching asset list entry usage, or null if a matching asset list entry usage could not be found
    • fetchByG_C_CK_CT_K_P

      AssetListEntryUsage fetchByG_C_CK_CT_K_P(long groupId, long classNameId, String containerKey, long containerType, String key, long plid, boolean useFinderCache)
      Returns the asset list entry usage where groupId = ? and classNameId = ? and containerKey = ? and containerType = ? and key = ? and plid = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      containerKey - the container key
      containerType - the container type
      key - the key
      plid - the plid
      useFinderCache - whether to use the finder cache
      Returns:
      the matching asset list entry usage, or null if a matching asset list entry usage could not be found
    • removeByG_C_CK_CT_K_P

      AssetListEntryUsage removeByG_C_CK_CT_K_P(long groupId, long classNameId, String containerKey, long containerType, String key, long plid) throws NoSuchEntryUsageException
      Removes the asset list entry usage where groupId = ? and classNameId = ? and containerKey = ? and containerType = ? and key = ? and plid = ? from the database.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      containerKey - the container key
      containerType - the container type
      key - the key
      plid - the plid
      Returns:
      the asset list entry usage that was removed
      Throws:
      NoSuchEntryUsageException
    • countByG_C_CK_CT_K_P

      int countByG_C_CK_CT_K_P(long groupId, long classNameId, String containerKey, long containerType, String key, long plid)
      Returns the number of asset list entry usages where groupId = ? and classNameId = ? and containerKey = ? and containerType = ? and key = ? and plid = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      containerKey - the container key
      containerType - the container type
      key - the key
      plid - the plid
      Returns:
      the number of matching asset list entry usages
    • cacheResult

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

      void cacheResult(List<AssetListEntryUsage> assetListEntryUsages)
      Caches the asset list entry usages in the entity cache if it is enabled.
      Parameters:
      assetListEntryUsages - the asset list entry usages
    • create

      AssetListEntryUsage create(long assetListEntryUsageId)
      Creates a new asset list entry usage with the primary key. Does not add the asset list entry usage to the database.
      Parameters:
      assetListEntryUsageId - the primary key for the new asset list entry usage
      Returns:
      the new asset list entry usage
    • remove

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

      AssetListEntryUsage updateImpl(AssetListEntryUsage assetListEntryUsage)
    • findByPrimaryKey

      AssetListEntryUsage findByPrimaryKey(long assetListEntryUsageId) throws NoSuchEntryUsageException
      Returns the asset list entry usage with the primary key or throws a NoSuchEntryUsageException if it could not be found.
      Parameters:
      assetListEntryUsageId - the primary key of the asset list entry usage
      Returns:
      the asset list entry usage
      Throws:
      NoSuchEntryUsageException - if a asset list entry usage with the primary key could not be found
    • fetchByPrimaryKey

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

      Returns all the asset list entry usages.
      Returns:
      the asset list entry usages
    • findAll

      List<AssetListEntryUsage> findAll(int start, int end)
      Returns a range of all the asset list entry usages.

      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 AssetListEntryUsageModelImpl.

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

      List<AssetListEntryUsage> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryUsage> orderByComparator)
      Returns an ordered range of all the asset list entry usages.

      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 AssetListEntryUsageModelImpl.

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

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

      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 AssetListEntryUsageModelImpl.

      Parameters:
      start - the lower bound of the range of asset list entry usages
      end - the upper bound of the range of asset list entry usages (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 entry usages
    • removeAll

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

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