Interface AMImageEntryPersistence

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

@ProviderType public interface AMImageEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<AMImageEntry>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AMImageEntry>
The persistence interface for the am image entry service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(AMImageEntry amImageEntry)
    Caches the am image entry in the entity cache if it is enabled.
    void
    cacheResult(List<AMImageEntry> amImageEntries)
    Caches the am image entries in the entity cache if it is enabled.
    int
    Returns the number of am image entries.
    int
    countByC_C(long companyId, String configurationUuid)
    Returns the number of am image entries where companyId = ? and configurationUuid = ?.
    int
    countByC_F(String configurationUuid, long fileVersionId)
    Returns the number of am image entries where configurationUuid = ? and fileVersionId = ?.
    int
    countByCompanyId(long companyId)
    Returns the number of am image entries where companyId = ?.
    int
    countByConfigurationUuid(String configurationUuid)
    Returns the number of am image entries where configurationUuid = ?.
    int
    countByFileVersionId(long fileVersionId)
    Returns the number of am image entries where fileVersionId = ?.
    int
    countByGroupId(long groupId)
    Returns the number of am image entries where groupId = ?.
    int
    Returns the number of am image entries where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of am image entries where uuid = ? and companyId = ?.
    int
    countByUUID_G(String uuid, long groupId)
    Returns the number of am image entries where uuid = ? and groupId = ?.
    create(long amImageEntryId)
    Creates a new am image entry with the primary key.
    fetchByC_C_First(long companyId, String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the first am image entry in the ordered set where companyId = ? and configurationUuid = ?.
    fetchByC_C_Last(long companyId, String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the last am image entry in the ordered set where companyId = ? and configurationUuid = ?.
    fetchByC_F(String configurationUuid, long fileVersionId)
    Returns the am image entry where configurationUuid = ? and fileVersionId = ? or returns null if it could not be found.
    fetchByC_F(String configurationUuid, long fileVersionId, boolean useFinderCache)
    Returns the am image entry where configurationUuid = ? and fileVersionId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the first am image entry in the ordered set where companyId = ?.
    fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the last am image entry in the ordered set where companyId = ?.
    fetchByConfigurationUuid_First(String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the first am image entry in the ordered set where configurationUuid = ?.
    fetchByConfigurationUuid_Last(String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the last am image entry in the ordered set where configurationUuid = ?.
    fetchByFileVersionId_First(long fileVersionId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the first am image entry in the ordered set where fileVersionId = ?.
    fetchByFileVersionId_Last(long fileVersionId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the last am image entry in the ordered set where fileVersionId = ?.
    fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the first am image entry in the ordered set where groupId = ?.
    fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the last am image entry in the ordered set where groupId = ?.
    fetchByPrimaryKey(long amImageEntryId)
    Returns the am image entry with the primary key or returns null if it could not be found.
    fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the first am image entry in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the last am image entry in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the first am image entry in the ordered set where uuid = ?.
    fetchByUUID_G(String uuid, long groupId)
    Returns the am image entry where uuid = ? and groupId = ? or returns null if it could not be found.
    fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
    Returns the am image entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the last am image entry in the ordered set where uuid = ?.
    Returns all the am image entries.
    findAll(int start, int end)
    Returns a range of all the am image entries.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns an ordered range of all the am image entries.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the am image entries.
    findByC_C(long companyId, String configurationUuid)
    Returns all the am image entries where companyId = ? and configurationUuid = ?.
    findByC_C(long companyId, String configurationUuid, int start, int end)
    Returns a range of all the am image entries where companyId = ? and configurationUuid = ?.
    findByC_C(long companyId, String configurationUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns an ordered range of all the am image entries where companyId = ? and configurationUuid = ?.
    findByC_C(long companyId, String configurationUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the am image entries where companyId = ? and configurationUuid = ?.
    findByC_C_First(long companyId, String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the first am image entry in the ordered set where companyId = ? and configurationUuid = ?.
    findByC_C_Last(long companyId, String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the last am image entry in the ordered set where companyId = ? and configurationUuid = ?.
    findByC_C_PrevAndNext(long amImageEntryId, long companyId, String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the am image entries before and after the current am image entry in the ordered set where companyId = ? and configurationUuid = ?.
    findByC_F(String configurationUuid, long fileVersionId)
    Returns the am image entry where configurationUuid = ? and fileVersionId = ? or throws a NoSuchAMImageEntryException if it could not be found.
    findByCompanyId(long companyId)
    Returns all the am image entries where companyId = ?.
    findByCompanyId(long companyId, int start, int end)
    Returns a range of all the am image entries where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns an ordered range of all the am image entries where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the am image entries where companyId = ?.
    findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the first am image entry in the ordered set where companyId = ?.
    findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the last am image entry in the ordered set where companyId = ?.
    findByCompanyId_PrevAndNext(long amImageEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the am image entries before and after the current am image entry in the ordered set where companyId = ?.
    findByConfigurationUuid(String configurationUuid)
    Returns all the am image entries where configurationUuid = ?.
    findByConfigurationUuid(String configurationUuid, int start, int end)
    Returns a range of all the am image entries where configurationUuid = ?.
    findByConfigurationUuid(String configurationUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns an ordered range of all the am image entries where configurationUuid = ?.
    findByConfigurationUuid(String configurationUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the am image entries where configurationUuid = ?.
    findByConfigurationUuid_First(String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the first am image entry in the ordered set where configurationUuid = ?.
    findByConfigurationUuid_Last(String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the last am image entry in the ordered set where configurationUuid = ?.
    findByConfigurationUuid_PrevAndNext(long amImageEntryId, String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the am image entries before and after the current am image entry in the ordered set where configurationUuid = ?.
    findByFileVersionId(long fileVersionId)
    Returns all the am image entries where fileVersionId = ?.
    findByFileVersionId(long fileVersionId, int start, int end)
    Returns a range of all the am image entries where fileVersionId = ?.
    findByFileVersionId(long fileVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns an ordered range of all the am image entries where fileVersionId = ?.
    findByFileVersionId(long fileVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the am image entries where fileVersionId = ?.
    findByFileVersionId_First(long fileVersionId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the first am image entry in the ordered set where fileVersionId = ?.
    findByFileVersionId_Last(long fileVersionId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the last am image entry in the ordered set where fileVersionId = ?.
    findByFileVersionId_PrevAndNext(long amImageEntryId, long fileVersionId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the am image entries before and after the current am image entry in the ordered set where fileVersionId = ?.
    findByGroupId(long groupId)
    Returns all the am image entries where groupId = ?.
    findByGroupId(long groupId, int start, int end)
    Returns a range of all the am image entries where groupId = ?.
    findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns an ordered range of all the am image entries where groupId = ?.
    findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the am image entries where groupId = ?.
    findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the first am image entry in the ordered set where groupId = ?.
    findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the last am image entry in the ordered set where groupId = ?.
    findByGroupId_PrevAndNext(long amImageEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the am image entries before and after the current am image entry in the ordered set where groupId = ?.
    findByPrimaryKey(long amImageEntryId)
    Returns the am image entry with the primary key or throws a NoSuchAMImageEntryException if it could not be found.
    Returns all the am image entries where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the am image entries where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns an ordered range of all the am image entries where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the am image entries where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the am image entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the am image entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns an ordered range of all the am image entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the am image entries where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the first am image entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the last am image entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long amImageEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the am image entries before and after the current am image entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the first am image entry in the ordered set where uuid = ?.
    findByUUID_G(String uuid, long groupId)
    Returns the am image entry where uuid = ? and groupId = ? or throws a NoSuchAMImageEntryException if it could not be found.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the last am image entry in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long amImageEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
    Returns the am image entries before and after the current am image entry in the ordered set where uuid = ?.
    remove(long amImageEntryId)
    Removes the am image entry with the primary key from the database.
    void
    Removes all the am image entries from the database.
    void
    removeByC_C(long companyId, String configurationUuid)
    Removes all the am image entries where companyId = ? and configurationUuid = ? from the database.
    removeByC_F(String configurationUuid, long fileVersionId)
    Removes the am image entry where configurationUuid = ? and fileVersionId = ? from the database.
    void
    removeByCompanyId(long companyId)
    Removes all the am image entries where companyId = ? from the database.
    void
    removeByConfigurationUuid(String configurationUuid)
    Removes all the am image entries where configurationUuid = ? from the database.
    void
    removeByFileVersionId(long fileVersionId)
    Removes all the am image entries where fileVersionId = ? from the database.
    void
    removeByGroupId(long groupId)
    Removes all the am image entries where groupId = ? from the database.
    void
    Removes all the am image entries where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the am image entries where uuid = ? and companyId = ? from the database.
    removeByUUID_G(String uuid, long groupId)
    Removes the am image entry where uuid = ? and groupId = ? from the database.
    updateImpl(AMImageEntry amImageEntry)
     

    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<AMImageEntry> findByUuid(String uuid)
      Returns all the am image entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching am image entries
    • findByUuid

      List<AMImageEntry> findByUuid(String uuid, int start, int end)
      Returns a range of all the am image entries where uuid = ?.

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

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

      List<AMImageEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
      Returns an ordered range of all the am image entries where uuid = ?.

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

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

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

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

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of am image entries
      end - the upper bound of the range of am image entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching am image entries
    • findByUuid_First

      AMImageEntry findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
      Returns the first am image entry in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching am image entry
      Throws:
      NoSuchAMImageEntryException - if a matching am image entry could not be found
    • fetchByUuid_First

      AMImageEntry fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
      Returns the first am image entry in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching am image entry, or null if a matching am image entry could not be found
    • findByUuid_Last

      AMImageEntry findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
      Returns the last am image entry in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching am image entry
      Throws:
      NoSuchAMImageEntryException - if a matching am image entry could not be found
    • fetchByUuid_Last

      AMImageEntry fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
      Returns the last am image entry in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching am image entry, or null if a matching am image entry could not be found
    • findByUuid_PrevAndNext

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

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

      int countByUuid(String uuid)
      Returns the number of am image entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching am image entries
    • findByUUID_G

      AMImageEntry findByUUID_G(String uuid, long groupId) throws NoSuchAMImageEntryException
      Returns the am image entry where uuid = ? and groupId = ? or throws a NoSuchAMImageEntryException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching am image entry
      Throws:
      NoSuchAMImageEntryException - if a matching am image entry could not be found
    • fetchByUUID_G

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

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

      AMImageEntry removeByUUID_G(String uuid, long groupId) throws NoSuchAMImageEntryException
      Removes the am image entry where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the am image entry that was removed
      Throws:
      NoSuchAMImageEntryException
    • countByUUID_G

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

      List<AMImageEntry> findByUuid_C(String uuid, long companyId)
      Returns all the am image entries where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching am image entries
    • findByUuid_C

      List<AMImageEntry> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the am image entries where uuid = ? and companyId = ?.

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

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

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

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

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

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

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

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of am image entries
      end - the upper bound of the range of am image entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching am image entries
    • findByUuid_C_First

      AMImageEntry findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
      Returns the first am image entry in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching am image entry
      Throws:
      NoSuchAMImageEntryException - if a matching am image entry could not be found
    • fetchByUuid_C_First

      AMImageEntry fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
      Returns the first am image entry in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching am image entry, or null if a matching am image entry could not be found
    • findByUuid_C_Last

      AMImageEntry findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
      Returns the last am image entry in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching am image entry
      Throws:
      NoSuchAMImageEntryException - if a matching am image entry could not be found
    • fetchByUuid_C_Last

      AMImageEntry fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
      Returns the last am image entry in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching am image entry, or null if a matching am image entry could not be found
    • findByUuid_C_PrevAndNext

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

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

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

      List<AMImageEntry> findByGroupId(long groupId)
      Returns all the am image entries where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the matching am image entries
    • findByGroupId

      List<AMImageEntry> findByGroupId(long groupId, int start, int end)
      Returns a range of all the am image entries where groupId = ?.

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

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

      List<AMImageEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
      Returns an ordered range of all the am image entries where groupId = ?.

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

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

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

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

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of am image entries
      end - the upper bound of the range of am image entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching am image entries
    • findByGroupId_First

      AMImageEntry findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
      Returns the first am image entry in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching am image entry
      Throws:
      NoSuchAMImageEntryException - if a matching am image entry could not be found
    • fetchByGroupId_First

      AMImageEntry fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
      Returns the first am image entry in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching am image entry, or null if a matching am image entry could not be found
    • findByGroupId_Last

      AMImageEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
      Returns the last am image entry in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching am image entry
      Throws:
      NoSuchAMImageEntryException - if a matching am image entry could not be found
    • fetchByGroupId_Last

      AMImageEntry fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
      Returns the last am image entry in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching am image entry, or null if a matching am image entry could not be found
    • findByGroupId_PrevAndNext

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

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

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

      List<AMImageEntry> findByCompanyId(long companyId)
      Returns all the am image entries where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the matching am image entries
    • findByCompanyId

      List<AMImageEntry> findByCompanyId(long companyId, int start, int end)
      Returns a range of all the am image entries where 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 AMImageEntryModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of am image entries
      end - the upper bound of the range of am image entries (not inclusive)
      Returns:
      the range of matching am image entries
    • findByCompanyId

      List<AMImageEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
      Returns an ordered range of all the am image entries where 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 AMImageEntryModelImpl.

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

      List<AMImageEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the am image entries where 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 AMImageEntryModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of am image entries
      end - the upper bound of the range of am image entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching am image entries
    • findByCompanyId_First

      AMImageEntry findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
      Returns the first am image entry in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching am image entry
      Throws:
      NoSuchAMImageEntryException - if a matching am image entry could not be found
    • fetchByCompanyId_First

      AMImageEntry fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
      Returns the first am image entry in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching am image entry, or null if a matching am image entry could not be found
    • findByCompanyId_Last

      AMImageEntry findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
      Returns the last am image entry in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching am image entry
      Throws:
      NoSuchAMImageEntryException - if a matching am image entry could not be found
    • fetchByCompanyId_Last

      AMImageEntry fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
      Returns the last am image entry in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching am image entry, or null if a matching am image entry could not be found
    • findByCompanyId_PrevAndNext

      AMImageEntry[] findByCompanyId_PrevAndNext(long amImageEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
      Returns the am image entries before and after the current am image entry in the ordered set where companyId = ?.
      Parameters:
      amImageEntryId - the primary key of the current am image entry
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next am image entry
      Throws:
      NoSuchAMImageEntryException - if a am image entry with the primary key could not be found
    • removeByCompanyId

      void removeByCompanyId(long companyId)
      Removes all the am image entries where companyId = ? from the database.
      Parameters:
      companyId - the company ID
    • countByCompanyId

      int countByCompanyId(long companyId)
      Returns the number of am image entries where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the number of matching am image entries
    • findByConfigurationUuid

      List<AMImageEntry> findByConfigurationUuid(String configurationUuid)
      Returns all the am image entries where configurationUuid = ?.
      Parameters:
      configurationUuid - the configuration uuid
      Returns:
      the matching am image entries
    • findByConfigurationUuid

      List<AMImageEntry> findByConfigurationUuid(String configurationUuid, int start, int end)
      Returns a range of all the am image entries where configurationUuid = ?.

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

      Parameters:
      configurationUuid - the configuration uuid
      start - the lower bound of the range of am image entries
      end - the upper bound of the range of am image entries (not inclusive)
      Returns:
      the range of matching am image entries
    • findByConfigurationUuid

      List<AMImageEntry> findByConfigurationUuid(String configurationUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
      Returns an ordered range of all the am image entries where configurationUuid = ?.

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

      Parameters:
      configurationUuid - the configuration uuid
      start - the lower bound of the range of am image entries
      end - the upper bound of the range of am image entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching am image entries
    • findByConfigurationUuid

      List<AMImageEntry> findByConfigurationUuid(String configurationUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the am image entries where configurationUuid = ?.

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

      Parameters:
      configurationUuid - the configuration uuid
      start - the lower bound of the range of am image entries
      end - the upper bound of the range of am image entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching am image entries
    • findByConfigurationUuid_First

      AMImageEntry findByConfigurationUuid_First(String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
      Returns the first am image entry in the ordered set where configurationUuid = ?.
      Parameters:
      configurationUuid - the configuration uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching am image entry
      Throws:
      NoSuchAMImageEntryException - if a matching am image entry could not be found
    • fetchByConfigurationUuid_First

      AMImageEntry fetchByConfigurationUuid_First(String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
      Returns the first am image entry in the ordered set where configurationUuid = ?.
      Parameters:
      configurationUuid - the configuration uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching am image entry, or null if a matching am image entry could not be found
    • findByConfigurationUuid_Last

      AMImageEntry findByConfigurationUuid_Last(String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
      Returns the last am image entry in the ordered set where configurationUuid = ?.
      Parameters:
      configurationUuid - the configuration uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching am image entry
      Throws:
      NoSuchAMImageEntryException - if a matching am image entry could not be found
    • fetchByConfigurationUuid_Last

      AMImageEntry fetchByConfigurationUuid_Last(String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
      Returns the last am image entry in the ordered set where configurationUuid = ?.
      Parameters:
      configurationUuid - the configuration uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching am image entry, or null if a matching am image entry could not be found
    • findByConfigurationUuid_PrevAndNext

      AMImageEntry[] findByConfigurationUuid_PrevAndNext(long amImageEntryId, String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
      Returns the am image entries before and after the current am image entry in the ordered set where configurationUuid = ?.
      Parameters:
      amImageEntryId - the primary key of the current am image entry
      configurationUuid - the configuration uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next am image entry
      Throws:
      NoSuchAMImageEntryException - if a am image entry with the primary key could not be found
    • removeByConfigurationUuid

      void removeByConfigurationUuid(String configurationUuid)
      Removes all the am image entries where configurationUuid = ? from the database.
      Parameters:
      configurationUuid - the configuration uuid
    • countByConfigurationUuid

      int countByConfigurationUuid(String configurationUuid)
      Returns the number of am image entries where configurationUuid = ?.
      Parameters:
      configurationUuid - the configuration uuid
      Returns:
      the number of matching am image entries
    • findByFileVersionId

      List<AMImageEntry> findByFileVersionId(long fileVersionId)
      Returns all the am image entries where fileVersionId = ?.
      Parameters:
      fileVersionId - the file version ID
      Returns:
      the matching am image entries
    • findByFileVersionId

      List<AMImageEntry> findByFileVersionId(long fileVersionId, int start, int end)
      Returns a range of all the am image entries where fileVersionId = ?.

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

      Parameters:
      fileVersionId - the file version ID
      start - the lower bound of the range of am image entries
      end - the upper bound of the range of am image entries (not inclusive)
      Returns:
      the range of matching am image entries
    • findByFileVersionId

      List<AMImageEntry> findByFileVersionId(long fileVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
      Returns an ordered range of all the am image entries where fileVersionId = ?.

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

      Parameters:
      fileVersionId - the file version ID
      start - the lower bound of the range of am image entries
      end - the upper bound of the range of am image entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching am image entries
    • findByFileVersionId

      List<AMImageEntry> findByFileVersionId(long fileVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the am image entries where fileVersionId = ?.

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

      Parameters:
      fileVersionId - the file version ID
      start - the lower bound of the range of am image entries
      end - the upper bound of the range of am image entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching am image entries
    • findByFileVersionId_First

      AMImageEntry findByFileVersionId_First(long fileVersionId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
      Returns the first am image entry in the ordered set where fileVersionId = ?.
      Parameters:
      fileVersionId - the file version ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching am image entry
      Throws:
      NoSuchAMImageEntryException - if a matching am image entry could not be found
    • fetchByFileVersionId_First

      AMImageEntry fetchByFileVersionId_First(long fileVersionId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
      Returns the first am image entry in the ordered set where fileVersionId = ?.
      Parameters:
      fileVersionId - the file version ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching am image entry, or null if a matching am image entry could not be found
    • findByFileVersionId_Last

      AMImageEntry findByFileVersionId_Last(long fileVersionId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
      Returns the last am image entry in the ordered set where fileVersionId = ?.
      Parameters:
      fileVersionId - the file version ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching am image entry
      Throws:
      NoSuchAMImageEntryException - if a matching am image entry could not be found
    • fetchByFileVersionId_Last

      AMImageEntry fetchByFileVersionId_Last(long fileVersionId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
      Returns the last am image entry in the ordered set where fileVersionId = ?.
      Parameters:
      fileVersionId - the file version ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching am image entry, or null if a matching am image entry could not be found
    • findByFileVersionId_PrevAndNext

      AMImageEntry[] findByFileVersionId_PrevAndNext(long amImageEntryId, long fileVersionId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
      Returns the am image entries before and after the current am image entry in the ordered set where fileVersionId = ?.
      Parameters:
      amImageEntryId - the primary key of the current am image entry
      fileVersionId - the file version ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next am image entry
      Throws:
      NoSuchAMImageEntryException - if a am image entry with the primary key could not be found
    • removeByFileVersionId

      void removeByFileVersionId(long fileVersionId)
      Removes all the am image entries where fileVersionId = ? from the database.
      Parameters:
      fileVersionId - the file version ID
    • countByFileVersionId

      int countByFileVersionId(long fileVersionId)
      Returns the number of am image entries where fileVersionId = ?.
      Parameters:
      fileVersionId - the file version ID
      Returns:
      the number of matching am image entries
    • findByC_C

      List<AMImageEntry> findByC_C(long companyId, String configurationUuid)
      Returns all the am image entries where companyId = ? and configurationUuid = ?.
      Parameters:
      companyId - the company ID
      configurationUuid - the configuration uuid
      Returns:
      the matching am image entries
    • findByC_C

      List<AMImageEntry> findByC_C(long companyId, String configurationUuid, int start, int end)
      Returns a range of all the am image entries where companyId = ? and configurationUuid = ?.

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

      Parameters:
      companyId - the company ID
      configurationUuid - the configuration uuid
      start - the lower bound of the range of am image entries
      end - the upper bound of the range of am image entries (not inclusive)
      Returns:
      the range of matching am image entries
    • findByC_C

      List<AMImageEntry> findByC_C(long companyId, String configurationUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
      Returns an ordered range of all the am image entries where companyId = ? and configurationUuid = ?.

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

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

      List<AMImageEntry> findByC_C(long companyId, String configurationUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the am image entries where companyId = ? and configurationUuid = ?.

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

      Parameters:
      companyId - the company ID
      configurationUuid - the configuration uuid
      start - the lower bound of the range of am image entries
      end - the upper bound of the range of am image entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching am image entries
    • findByC_C_First

      AMImageEntry findByC_C_First(long companyId, String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
      Returns the first am image entry in the ordered set where companyId = ? and configurationUuid = ?.
      Parameters:
      companyId - the company ID
      configurationUuid - the configuration uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching am image entry
      Throws:
      NoSuchAMImageEntryException - if a matching am image entry could not be found
    • fetchByC_C_First

      AMImageEntry fetchByC_C_First(long companyId, String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
      Returns the first am image entry in the ordered set where companyId = ? and configurationUuid = ?.
      Parameters:
      companyId - the company ID
      configurationUuid - the configuration uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching am image entry, or null if a matching am image entry could not be found
    • findByC_C_Last

      AMImageEntry findByC_C_Last(long companyId, String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
      Returns the last am image entry in the ordered set where companyId = ? and configurationUuid = ?.
      Parameters:
      companyId - the company ID
      configurationUuid - the configuration uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching am image entry
      Throws:
      NoSuchAMImageEntryException - if a matching am image entry could not be found
    • fetchByC_C_Last

      AMImageEntry fetchByC_C_Last(long companyId, String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
      Returns the last am image entry in the ordered set where companyId = ? and configurationUuid = ?.
      Parameters:
      companyId - the company ID
      configurationUuid - the configuration uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching am image entry, or null if a matching am image entry could not be found
    • findByC_C_PrevAndNext

      AMImageEntry[] findByC_C_PrevAndNext(long amImageEntryId, long companyId, String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
      Returns the am image entries before and after the current am image entry in the ordered set where companyId = ? and configurationUuid = ?.
      Parameters:
      amImageEntryId - the primary key of the current am image entry
      companyId - the company ID
      configurationUuid - the configuration uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next am image entry
      Throws:
      NoSuchAMImageEntryException - if a am image entry with the primary key could not be found
    • removeByC_C

      void removeByC_C(long companyId, String configurationUuid)
      Removes all the am image entries where companyId = ? and configurationUuid = ? from the database.
      Parameters:
      companyId - the company ID
      configurationUuid - the configuration uuid
    • countByC_C

      int countByC_C(long companyId, String configurationUuid)
      Returns the number of am image entries where companyId = ? and configurationUuid = ?.
      Parameters:
      companyId - the company ID
      configurationUuid - the configuration uuid
      Returns:
      the number of matching am image entries
    • findByC_F

      AMImageEntry findByC_F(String configurationUuid, long fileVersionId) throws NoSuchAMImageEntryException
      Returns the am image entry where configurationUuid = ? and fileVersionId = ? or throws a NoSuchAMImageEntryException if it could not be found.
      Parameters:
      configurationUuid - the configuration uuid
      fileVersionId - the file version ID
      Returns:
      the matching am image entry
      Throws:
      NoSuchAMImageEntryException - if a matching am image entry could not be found
    • fetchByC_F

      AMImageEntry fetchByC_F(String configurationUuid, long fileVersionId)
      Returns the am image entry where configurationUuid = ? and fileVersionId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      configurationUuid - the configuration uuid
      fileVersionId - the file version ID
      Returns:
      the matching am image entry, or null if a matching am image entry could not be found
    • fetchByC_F

      AMImageEntry fetchByC_F(String configurationUuid, long fileVersionId, boolean useFinderCache)
      Returns the am image entry where configurationUuid = ? and fileVersionId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      configurationUuid - the configuration uuid
      fileVersionId - the file version ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching am image entry, or null if a matching am image entry could not be found
    • removeByC_F

      AMImageEntry removeByC_F(String configurationUuid, long fileVersionId) throws NoSuchAMImageEntryException
      Removes the am image entry where configurationUuid = ? and fileVersionId = ? from the database.
      Parameters:
      configurationUuid - the configuration uuid
      fileVersionId - the file version ID
      Returns:
      the am image entry that was removed
      Throws:
      NoSuchAMImageEntryException
    • countByC_F

      int countByC_F(String configurationUuid, long fileVersionId)
      Returns the number of am image entries where configurationUuid = ? and fileVersionId = ?.
      Parameters:
      configurationUuid - the configuration uuid
      fileVersionId - the file version ID
      Returns:
      the number of matching am image entries
    • cacheResult

      void cacheResult(AMImageEntry amImageEntry)
      Caches the am image entry in the entity cache if it is enabled.
      Parameters:
      amImageEntry - the am image entry
    • cacheResult

      void cacheResult(List<AMImageEntry> amImageEntries)
      Caches the am image entries in the entity cache if it is enabled.
      Parameters:
      amImageEntries - the am image entries
    • create

      AMImageEntry create(long amImageEntryId)
      Creates a new am image entry with the primary key. Does not add the am image entry to the database.
      Parameters:
      amImageEntryId - the primary key for the new am image entry
      Returns:
      the new am image entry
    • remove

      AMImageEntry remove(long amImageEntryId) throws NoSuchAMImageEntryException
      Removes the am image entry with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      amImageEntryId - the primary key of the am image entry
      Returns:
      the am image entry that was removed
      Throws:
      NoSuchAMImageEntryException - if a am image entry with the primary key could not be found
    • updateImpl

      AMImageEntry updateImpl(AMImageEntry amImageEntry)
    • findByPrimaryKey

      AMImageEntry findByPrimaryKey(long amImageEntryId) throws NoSuchAMImageEntryException
      Returns the am image entry with the primary key or throws a NoSuchAMImageEntryException if it could not be found.
      Parameters:
      amImageEntryId - the primary key of the am image entry
      Returns:
      the am image entry
      Throws:
      NoSuchAMImageEntryException - if a am image entry with the primary key could not be found
    • fetchByPrimaryKey

      AMImageEntry fetchByPrimaryKey(long amImageEntryId)
      Returns the am image entry with the primary key or returns null if it could not be found.
      Parameters:
      amImageEntryId - the primary key of the am image entry
      Returns:
      the am image entry, or null if a am image entry with the primary key could not be found
    • findAll

      List<AMImageEntry> findAll()
      Returns all the am image entries.
      Returns:
      the am image entries
    • findAll

      List<AMImageEntry> findAll(int start, int end)
      Returns a range of all the am image entries.

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

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

      List<AMImageEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
      Returns an ordered range of all the am image entries.

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

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

      List<AMImageEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the am image entries.

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

      Parameters:
      start - the lower bound of the range of am image entries
      end - the upper bound of the range of am image entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of am image entries
    • removeAll

      void removeAll()
      Removes all the am image entries from the database.
    • countAll

      int countAll()
      Returns the number of am image entries.
      Returns:
      the number of am image entries