Interface AMImageEntryPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<AMImageEntry>,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AMImageEntry>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoidcacheResult(AMImageEntry amImageEntry) Caches the am image entry in the entity cache if it is enabled.voidcacheResult(List<AMImageEntry> amImageEntries) Caches the am image entries in the entity cache if it is enabled.intcountAll()Returns the number of am image entries.intcountByC_C(long companyId, String configurationUuid) Returns the number of am image entries where companyId = ? and configurationUuid = ?.intcountByC_F(String configurationUuid, long fileVersionId) Returns the number of am image entries where configurationUuid = ? and fileVersionId = ?.intcountByCompanyId(long companyId) Returns the number of am image entries where companyId = ?.intcountByConfigurationUuid(String configurationUuid) Returns the number of am image entries where configurationUuid = ?.intcountByFileVersionId(long fileVersionId) Returns the number of am image entries where fileVersionId = ?.intcountByGroupId(long groupId) Returns the number of am image entries where groupId = ?.intcountByUuid(String uuid) Returns the number of am image entries where uuid = ?.intcountByUuid_C(String uuid, long companyId) Returns the number of am image entries where uuid = ? and companyId = ?.intcountByUUID_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 returnsnullif it could not be found.fetchByC_F(String configurationUuid, long fileVersionId, boolean useFinderCache) Returns the am image entry where configurationUuid = ? and fileVersionId = ? or returnsnullif 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 returnsnullif 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 returnsnullif it could not be found.fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the am image entry where uuid = ? and groupId = ? or returnsnullif 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 = ?.findAll()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.Returns all the am image entries where companyId = ? and configurationUuid = ?.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 = ?.Returns the am image entry where configurationUuid = ? and fileVersionId = ? or throws aNoSuchAMImageEntryExceptionif 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 aNoSuchAMImageEntryExceptionif it could not be found.findByUuid(String uuid) 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 aNoSuchAMImageEntryExceptionif 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.voidRemoves all the am image entries from the database.voidremoveByC_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.voidremoveByCompanyId(long companyId) Removes all the am image entries where companyId = ? from the database.voidremoveByConfigurationUuid(String configurationUuid) Removes all the am image entries where configurationUuid = ? from the database.voidremoveByFileVersionId(long fileVersionId) Removes all the am image entries where fileVersionId = ? from the database.voidremoveByGroupId(long groupId) Removes all the am image entries where groupId = ? from the database.voidremoveByUuid(String uuid) Removes all the am image entries where uuid = ? from the database.voidremoveByUuid_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, updateMethods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the am image entries where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the matching am image entries
-
findByUuid
Returns a range of all the am image entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of am image entriesend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of am image entriesend- the upper bound of the range of am image entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of am image entriesend- the upper bound of the range of am image entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching 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 uuidorderByComparator- the comparator to order the set by (optionallynull)- 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 uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching am image entry, or
nullif 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 uuidorderByComparator- the comparator to order the set by (optionallynull)- 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 uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching am image entry, or
nullif 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 entryuuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- 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
Removes all the am image entries where uuid = ? from the database.- Parameters:
uuid- the uuid
-
countByUuid
Returns the number of am image entries where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the number of matching am image entries
-
findByUUID_G
Returns the am image entry where uuid = ? and groupId = ? or throws aNoSuchAMImageEntryExceptionif it could not be found.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching am image entry
- Throws:
NoSuchAMImageEntryException- if a matching am image entry could not be found
-
fetchByUUID_G
Returns the am image entry where uuid = ? and groupId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching am image entry, or
nullif a matching am image entry could not be found
-
fetchByUUID_G
Returns the am image entry where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
uuid- the uuidgroupId- the group IDuseFinderCache- whether to use the finder cache- Returns:
- the matching am image entry, or
nullif a matching am image entry could not be found
-
removeByUUID_G
Removes the am image entry where uuid = ? and groupId = ? from the database.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the am image entry that was removed
- Throws:
NoSuchAMImageEntryException
-
countByUUID_G
Returns the number of am image entries where uuid = ? and groupId = ?.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the number of matching am image entries
-
findByUuid_C
Returns all the am image entries where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the matching am image entries
-
findByUuid_C
Returns a range of all the am image entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of am image entriesend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of am image entriesend- the upper bound of the range of am image entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of am image entriesend- the upper bound of the range of am image entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching 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 uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- 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 uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching am image entry, or
nullif 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 uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- 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 uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching am image entry, or
nullif 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 entryuuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- 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
Removes all the am image entries where uuid = ? and companyId = ? from the database.- Parameters:
uuid- the uuidcompanyId- the company ID
-
countByUuid_C
Returns the number of am image entries where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the number of matching am image entries
-
findByGroupId
Returns all the am image entries where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the matching am image entries
-
findByGroupId
Returns a range of all the am image entries where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of am image entriesend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of am image entriesend- the upper bound of the range of am image entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of am image entriesend- the upper bound of the range of am image entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching 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 IDorderByComparator- the comparator to order the set by (optionallynull)- 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 IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching am image entry, or
nullif 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 IDorderByComparator- the comparator to order the set by (optionallynull)- 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 IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching am image entry, or
nullif 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 entrygroupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- 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
Returns all the am image entries where companyId = ?.- Parameters:
companyId- the company ID- Returns:
- the matching am image entries
-
findByCompanyId
Returns a range of all the am image entries where companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of am image entriesend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of am image entriesend- the upper bound of the range of am image entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of am image entriesend- the upper bound of the range of am image entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching 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 IDorderByComparator- the comparator to order the set by (optionallynull)- 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 IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching am image entry, or
nullif 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 IDorderByComparator- the comparator to order the set by (optionallynull)- 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 IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching am image entry, or
nullif 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 entrycompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- 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
Returns all the am image entries where configurationUuid = ?.- Parameters:
configurationUuid- the configuration uuid- Returns:
- the matching am image entries
-
findByConfigurationUuid
Returns a range of all the am image entries where configurationUuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
configurationUuid- the configuration uuidstart- the lower bound of the range of am image entriesend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
configurationUuid- the configuration uuidstart- the lower bound of the range of am image entriesend- the upper bound of the range of am image entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
configurationUuid- the configuration uuidstart- the lower bound of the range of am image entriesend- the upper bound of the range of am image entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching 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 uuidorderByComparator- the comparator to order the set by (optionallynull)- 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 uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching am image entry, or
nullif 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 uuidorderByComparator- the comparator to order the set by (optionallynull)- 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 uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching am image entry, or
nullif 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 entryconfigurationUuid- the configuration uuidorderByComparator- the comparator to order the set by (optionallynull)- 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
Removes all the am image entries where configurationUuid = ? from the database.- Parameters:
configurationUuid- the configuration uuid
-
countByConfigurationUuid
Returns the number of am image entries where configurationUuid = ?.- Parameters:
configurationUuid- the configuration uuid- Returns:
- the number of matching am image entries
-
findByFileVersionId
Returns all the am image entries where fileVersionId = ?.- Parameters:
fileVersionId- the file version ID- Returns:
- the matching am image entries
-
findByFileVersionId
Returns a range of all the am image entries where fileVersionId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
fileVersionId- the file version IDstart- the lower bound of the range of am image entriesend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
fileVersionId- the file version IDstart- the lower bound of the range of am image entriesend- the upper bound of the range of am image entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
fileVersionId- the file version IDstart- the lower bound of the range of am image entriesend- the upper bound of the range of am image entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching 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 IDorderByComparator- the comparator to order the set by (optionallynull)- 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 IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching am image entry, or
nullif 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 IDorderByComparator- the comparator to order the set by (optionallynull)- 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 IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching am image entry, or
nullif 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 entryfileVersionId- the file version IDorderByComparator- the comparator to order the set by (optionallynull)- 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
Returns all the am image entries where companyId = ? and configurationUuid = ?.- Parameters:
companyId- the company IDconfigurationUuid- the configuration uuid- Returns:
- the matching am image entries
-
findByC_C
Returns a range of all the am image entries where companyId = ? and configurationUuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
companyId- the company IDconfigurationUuid- the configuration uuidstart- the lower bound of the range of am image entriesend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
companyId- the company IDconfigurationUuid- the configuration uuidstart- the lower bound of the range of am image entriesend- the upper bound of the range of am image entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
companyId- the company IDconfigurationUuid- the configuration uuidstart- the lower bound of the range of am image entriesend- the upper bound of the range of am image entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching 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 IDconfigurationUuid- the configuration uuidorderByComparator- the comparator to order the set by (optionallynull)- 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 IDconfigurationUuid- the configuration uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching am image entry, or
nullif 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 IDconfigurationUuid- the configuration uuidorderByComparator- the comparator to order the set by (optionallynull)- 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 IDconfigurationUuid- the configuration uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching am image entry, or
nullif 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 entrycompanyId- the company IDconfigurationUuid- the configuration uuidorderByComparator- the comparator to order the set by (optionallynull)- 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
Removes all the am image entries where companyId = ? and configurationUuid = ? from the database.- Parameters:
companyId- the company IDconfigurationUuid- the configuration uuid
-
countByC_C
Returns the number of am image entries where companyId = ? and configurationUuid = ?.- Parameters:
companyId- the company IDconfigurationUuid- 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 aNoSuchAMImageEntryExceptionif it could not be found.- Parameters:
configurationUuid- the configuration uuidfileVersionId- the file version ID- Returns:
- the matching am image entry
- Throws:
NoSuchAMImageEntryException- if a matching am image entry could not be found
-
fetchByC_F
Returns the am image entry where configurationUuid = ? and fileVersionId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
configurationUuid- the configuration uuidfileVersionId- the file version ID- Returns:
- the matching am image entry, or
nullif a matching am image entry could not be found
-
fetchByC_F
Returns the am image entry where configurationUuid = ? and fileVersionId = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
configurationUuid- the configuration uuidfileVersionId- the file version IDuseFinderCache- whether to use the finder cache- Returns:
- the matching am image entry, or
nullif 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 uuidfileVersionId- the file version ID- Returns:
- the am image entry that was removed
- Throws:
NoSuchAMImageEntryException
-
countByC_F
Returns the number of am image entries where configurationUuid = ? and fileVersionId = ?.- Parameters:
configurationUuid- the configuration uuidfileVersionId- the file version ID- Returns:
- the number of matching am image entries
-
cacheResult
Caches the am image entry in the entity cache if it is enabled.- Parameters:
amImageEntry- the am image entry
-
cacheResult
Caches the am image entries in the entity cache if it is enabled.- Parameters:
amImageEntries- the am image entries
-
create
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
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
-
findByPrimaryKey
Returns the am image entry with the primary key or throws aNoSuchAMImageEntryExceptionif 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
Returns the am image entry with the primary key or returnsnullif it could not be found.- Parameters:
amImageEntryId- the primary key of the am image entry- Returns:
- the am image entry, or
nullif 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
Returns a range of all the am image entries.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
start- the lower bound of the range of am image entriesend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
start- the lower bound of the range of am image entriesend- the upper bound of the range of am image entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromAMImageEntryModelImpl.- Parameters:
start- the lower bound of the range of am image entriesend- the upper bound of the range of am image entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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
-