@ProviderType public interface AMImageEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<AMImageEntry>
Caching information and settings can be found in portal.properties
AMImageEntryUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(AMImageEntry amImageEntry)
Caches the am image entry in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<AMImageEntry> amImageEntries)
Caches the am image entries in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of am image entries.
|
int |
countByC_C(long companyId,
java.lang.String configurationUuid)
Returns the number of am image entries where companyId = ? and configurationUuid = ?.
|
int |
countByC_F(java.lang.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(java.lang.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 |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of am image entries where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of am image entries where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of am image entries where uuid = ?.
|
AMImageEntry |
create(long amImageEntryId)
Creates a new am image entry with the primary key.
|
AMImageEntry |
fetchByC_C_First(long companyId,
java.lang.String configurationUuid,
com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
Returns the first am image entry in the ordered set where companyId = ? and configurationUuid = ?.
|
AMImageEntry |
fetchByC_C_Last(long companyId,
java.lang.String configurationUuid,
com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
Returns the last am image entry in the ordered set where companyId = ? and configurationUuid = ?.
|
AMImageEntry |
fetchByC_F(java.lang.String configurationUuid,
long fileVersionId)
Returns the am image entry where configurationUuid = ? and fileVersionId = ? or returns
null if it could not be found. |
AMImageEntry |
fetchByC_F(java.lang.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. |
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 = ?.
|
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 = ?.
|
AMImageEntry |
fetchByConfigurationUuid_First(java.lang.String configurationUuid,
com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
Returns the first am image entry in the ordered set where configurationUuid = ?.
|
AMImageEntry |
fetchByConfigurationUuid_Last(java.lang.String configurationUuid,
com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
Returns the last am image entry in the ordered set where configurationUuid = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
AMImageEntry |
fetchByPrimaryKey(long amImageEntryId)
Returns the am image entry with the primary key or returns
null if it could not be found. |
AMImageEntry |
fetchByUuid_C_First(java.lang.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 = ?.
|
AMImageEntry |
fetchByUuid_C_Last(java.lang.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 = ?.
|
AMImageEntry |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
Returns the first am image entry in the ordered set where uuid = ?.
|
AMImageEntry |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the am image entry where uuid = ? and groupId = ? or returns
null if it could not be found. |
AMImageEntry |
fetchByUUID_G(java.lang.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. |
AMImageEntry |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
Returns the last am image entry in the ordered set where uuid = ?.
|
java.util.List<AMImageEntry> |
findAll()
Returns all the am image entries.
|
java.util.List<AMImageEntry> |
findAll(int start,
int end)
Returns a range of all the am image entries.
|
java.util.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.
|
java.util.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.
|
AMImageEntry |
findByC_C_First(long companyId,
java.lang.String configurationUuid,
com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
Returns the first am image entry in the ordered set where companyId = ? and configurationUuid = ?.
|
AMImageEntry |
findByC_C_Last(long companyId,
java.lang.String configurationUuid,
com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
Returns the last am image entry in the ordered set where companyId = ? and configurationUuid = ?.
|
AMImageEntry[] |
findByC_C_PrevAndNext(long amImageEntryId,
long companyId,
java.lang.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 = ?.
|
java.util.List<AMImageEntry> |
findByC_C(long companyId,
java.lang.String configurationUuid)
Returns all the am image entries where companyId = ? and configurationUuid = ?.
|
java.util.List<AMImageEntry> |
findByC_C(long companyId,
java.lang.String configurationUuid,
int start,
int end)
Returns a range of all the am image entries where companyId = ? and configurationUuid = ?.
|
java.util.List<AMImageEntry> |
findByC_C(long companyId,
java.lang.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 = ?.
|
java.util.List<AMImageEntry> |
findByC_C(long companyId,
java.lang.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 = ?.
|
AMImageEntry |
findByC_F(java.lang.String configurationUuid,
long fileVersionId)
Returns the am image entry where configurationUuid = ? and fileVersionId = ? or throws a
NoSuchAMImageEntryException if it could not be found. |
AMImageEntry |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
Returns the first am image entry in the ordered set where companyId = ?.
|
AMImageEntry |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
Returns the last am image entry in the ordered set where companyId = ?.
|
AMImageEntry[] |
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 = ?.
|
java.util.List<AMImageEntry> |
findByCompanyId(long companyId)
Returns all the am image entries where companyId = ?.
|
java.util.List<AMImageEntry> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the am image entries where companyId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
AMImageEntry |
findByConfigurationUuid_First(java.lang.String configurationUuid,
com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
Returns the first am image entry in the ordered set where configurationUuid = ?.
|
AMImageEntry |
findByConfigurationUuid_Last(java.lang.String configurationUuid,
com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
Returns the last am image entry in the ordered set where configurationUuid = ?.
|
AMImageEntry[] |
findByConfigurationUuid_PrevAndNext(long amImageEntryId,
java.lang.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 = ?.
|
java.util.List<AMImageEntry> |
findByConfigurationUuid(java.lang.String configurationUuid)
Returns all the am image entries where configurationUuid = ?.
|
java.util.List<AMImageEntry> |
findByConfigurationUuid(java.lang.String configurationUuid,
int start,
int end)
Returns a range of all the am image entries where configurationUuid = ?.
|
java.util.List<AMImageEntry> |
findByConfigurationUuid(java.lang.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 = ?.
|
java.util.List<AMImageEntry> |
findByConfigurationUuid(java.lang.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 = ?.
|
AMImageEntry |
findByFileVersionId_First(long fileVersionId,
com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
Returns the first am image entry in the ordered set where fileVersionId = ?.
|
AMImageEntry |
findByFileVersionId_Last(long fileVersionId,
com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
Returns the last am image entry in the ordered set where fileVersionId = ?.
|
AMImageEntry[] |
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 = ?.
|
java.util.List<AMImageEntry> |
findByFileVersionId(long fileVersionId)
Returns all the am image entries where fileVersionId = ?.
|
java.util.List<AMImageEntry> |
findByFileVersionId(long fileVersionId,
int start,
int end)
Returns a range of all the am image entries where fileVersionId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
AMImageEntry |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
Returns the first am image entry in the ordered set where groupId = ?.
|
AMImageEntry |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
Returns the last am image entry in the ordered set where groupId = ?.
|
AMImageEntry[] |
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 = ?.
|
java.util.List<AMImageEntry> |
findByGroupId(long groupId)
Returns all the am image entries where groupId = ?.
|
java.util.List<AMImageEntry> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the am image entries where groupId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
AMImageEntry |
findByPrimaryKey(long amImageEntryId)
Returns the am image entry with the primary key or throws a
NoSuchAMImageEntryException if it could not be found. |
AMImageEntry |
findByUuid_C_First(java.lang.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 = ?.
|
AMImageEntry |
findByUuid_C_Last(java.lang.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 = ?.
|
AMImageEntry[] |
findByUuid_C_PrevAndNext(long amImageEntryId,
java.lang.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 = ?.
|
java.util.List<AMImageEntry> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the am image entries where uuid = ? and companyId = ?.
|
java.util.List<AMImageEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the am image entries where uuid = ? and companyId = ?.
|
java.util.List<AMImageEntry> |
findByUuid_C(java.lang.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 = ?.
|
java.util.List<AMImageEntry> |
findByUuid_C(java.lang.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 = ?.
|
AMImageEntry |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
Returns the first am image entry in the ordered set where uuid = ?.
|
AMImageEntry |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the am image entry where uuid = ? and groupId = ? or throws a
NoSuchAMImageEntryException if it could not be found. |
AMImageEntry |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
Returns the last am image entry in the ordered set where uuid = ?.
|
AMImageEntry[] |
findByUuid_PrevAndNext(long amImageEntryId,
java.lang.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 = ?.
|
java.util.List<AMImageEntry> |
findByUuid(java.lang.String uuid)
Returns all the am image entries where uuid = ?.
|
java.util.List<AMImageEntry> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the am image entries where uuid = ?.
|
java.util.List<AMImageEntry> |
findByUuid(java.lang.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 = ?.
|
java.util.List<AMImageEntry> |
findByUuid(java.lang.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 = ?.
|
AMImageEntry |
remove(long amImageEntryId)
Removes the am image entry with the primary key from the database.
|
void |
removeAll()
Removes all the am image entries from the database.
|
void |
removeByC_C(long companyId,
java.lang.String configurationUuid)
Removes all the am image entries where companyId = ? and configurationUuid = ? from the database.
|
AMImageEntry |
removeByC_F(java.lang.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(java.lang.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 |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the am image entries where uuid = ? and companyId = ? from the database.
|
AMImageEntry |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the am image entry where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the am image entries where uuid = ? from the database.
|
AMImageEntry |
updateImpl(AMImageEntry amImageEntry) |
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, setDataSource, unregisterListener, update, update
java.util.List<AMImageEntry> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<AMImageEntry> findByUuid(java.lang.String uuid, int start, int end)
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
.
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)java.util.List<AMImageEntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
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
.
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 (optionally null
)java.util.List<AMImageEntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator, boolean useFinderCache)
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
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheAMImageEntry findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAMImageEntryException
- if a matching am image entry could not be foundAMImageEntry fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching am image entry could not be foundAMImageEntry findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAMImageEntryException
- if a matching am image entry could not be foundAMImageEntry fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching am image entry could not be foundAMImageEntry[] findByUuid_PrevAndNext(long amImageEntryId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
amImageEntryId
- the primary key of the current am image entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAMImageEntryException
- if a am image entry with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidAMImageEntry findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchAMImageEntryException
NoSuchAMImageEntryException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchAMImageEntryException
- if a matching am image entry could not be foundAMImageEntry fetchByUUID_G(java.lang.String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching am image entry could not be foundAMImageEntry fetchByUUID_G(java.lang.String uuid, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching am image entry could not be foundAMImageEntry removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchAMImageEntryException
uuid
- the uuidgroupId
- the group IDNoSuchAMImageEntryException
int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDjava.util.List<AMImageEntry> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<AMImageEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end)
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
.
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)java.util.List<AMImageEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
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
.
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 (optionally null
)java.util.List<AMImageEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator, boolean useFinderCache)
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
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheAMImageEntry findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAMImageEntryException
- if a matching am image entry could not be foundAMImageEntry fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching am image entry could not be foundAMImageEntry findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAMImageEntryException
- if a matching am image entry could not be foundAMImageEntry fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching am image entry could not be foundAMImageEntry[] findByUuid_C_PrevAndNext(long amImageEntryId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
amImageEntryId
- the primary key of the current am image entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAMImageEntryException
- if a am image entry with the primary key could not be foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<AMImageEntry> findByGroupId(long groupId)
groupId
- the group IDjava.util.List<AMImageEntry> findByGroupId(long groupId, int start, int end)
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
.
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)java.util.List<AMImageEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
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
.
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 (optionally null
)java.util.List<AMImageEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator, boolean useFinderCache)
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
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheAMImageEntry findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAMImageEntryException
- if a matching am image entry could not be foundAMImageEntry fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching am image entry could not be foundAMImageEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAMImageEntryException
- if a matching am image entry could not be foundAMImageEntry fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching am image entry could not be foundAMImageEntry[] findByGroupId_PrevAndNext(long amImageEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
amImageEntryId
- the primary key of the current am image entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAMImageEntryException
- if a am image entry with the primary key could not be foundvoid removeByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long groupId)
groupId
- the group IDjava.util.List<AMImageEntry> findByCompanyId(long companyId)
companyId
- the company IDjava.util.List<AMImageEntry> findByCompanyId(long companyId, int start, int end)
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
.
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)java.util.List<AMImageEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
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
.
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 (optionally null
)java.util.List<AMImageEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator, boolean useFinderCache)
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
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheAMImageEntry findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAMImageEntryException
- if a matching am image entry could not be foundAMImageEntry fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching am image entry could not be foundAMImageEntry findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAMImageEntryException
- if a matching am image entry could not be foundAMImageEntry fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching am image entry could not be foundAMImageEntry[] findByCompanyId_PrevAndNext(long amImageEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
amImageEntryId
- the primary key of the current am image entrycompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAMImageEntryException
- if a am image entry with the primary key could not be foundvoid removeByCompanyId(long companyId)
companyId
- the company IDint countByCompanyId(long companyId)
companyId
- the company IDjava.util.List<AMImageEntry> findByConfigurationUuid(java.lang.String configurationUuid)
configurationUuid
- the configuration uuidjava.util.List<AMImageEntry> findByConfigurationUuid(java.lang.String configurationUuid, int start, int end)
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
.
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)java.util.List<AMImageEntry> findByConfigurationUuid(java.lang.String configurationUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
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
.
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 (optionally null
)java.util.List<AMImageEntry> findByConfigurationUuid(java.lang.String configurationUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator, boolean useFinderCache)
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
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheAMImageEntry findByConfigurationUuid_First(java.lang.String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
configurationUuid
- the configuration uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAMImageEntryException
- if a matching am image entry could not be foundAMImageEntry fetchByConfigurationUuid_First(java.lang.String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
configurationUuid
- the configuration uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching am image entry could not be foundAMImageEntry findByConfigurationUuid_Last(java.lang.String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
configurationUuid
- the configuration uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAMImageEntryException
- if a matching am image entry could not be foundAMImageEntry fetchByConfigurationUuid_Last(java.lang.String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
configurationUuid
- the configuration uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching am image entry could not be foundAMImageEntry[] findByConfigurationUuid_PrevAndNext(long amImageEntryId, java.lang.String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
amImageEntryId
- the primary key of the current am image entryconfigurationUuid
- the configuration uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAMImageEntryException
- if a am image entry with the primary key could not be foundvoid removeByConfigurationUuid(java.lang.String configurationUuid)
configurationUuid
- the configuration uuidint countByConfigurationUuid(java.lang.String configurationUuid)
configurationUuid
- the configuration uuidjava.util.List<AMImageEntry> findByFileVersionId(long fileVersionId)
fileVersionId
- the file version IDjava.util.List<AMImageEntry> findByFileVersionId(long fileVersionId, int start, int end)
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
.
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)java.util.List<AMImageEntry> findByFileVersionId(long fileVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
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
.
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 (optionally null
)java.util.List<AMImageEntry> findByFileVersionId(long fileVersionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator, boolean useFinderCache)
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
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheAMImageEntry findByFileVersionId_First(long fileVersionId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
fileVersionId
- the file version IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAMImageEntryException
- if a matching am image entry could not be foundAMImageEntry fetchByFileVersionId_First(long fileVersionId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
fileVersionId
- the file version IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching am image entry could not be foundAMImageEntry findByFileVersionId_Last(long fileVersionId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
fileVersionId
- the file version IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAMImageEntryException
- if a matching am image entry could not be foundAMImageEntry fetchByFileVersionId_Last(long fileVersionId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
fileVersionId
- the file version IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching am image entry could not be foundAMImageEntry[] findByFileVersionId_PrevAndNext(long amImageEntryId, long fileVersionId, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
amImageEntryId
- the primary key of the current am image entryfileVersionId
- the file version IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAMImageEntryException
- if a am image entry with the primary key could not be foundvoid removeByFileVersionId(long fileVersionId)
fileVersionId
- the file version IDint countByFileVersionId(long fileVersionId)
fileVersionId
- the file version IDjava.util.List<AMImageEntry> findByC_C(long companyId, java.lang.String configurationUuid)
companyId
- the company IDconfigurationUuid
- the configuration uuidjava.util.List<AMImageEntry> findByC_C(long companyId, java.lang.String configurationUuid, int start, int end)
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
.
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)java.util.List<AMImageEntry> findByC_C(long companyId, java.lang.String configurationUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
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
.
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 (optionally null
)java.util.List<AMImageEntry> findByC_C(long companyId, java.lang.String configurationUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator, boolean useFinderCache)
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
.
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 (optionally null
)useFinderCache
- whether to use the finder cacheAMImageEntry findByC_C_First(long companyId, java.lang.String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
companyId
- the company IDconfigurationUuid
- the configuration uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAMImageEntryException
- if a matching am image entry could not be foundAMImageEntry fetchByC_C_First(long companyId, java.lang.String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
companyId
- the company IDconfigurationUuid
- the configuration uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching am image entry could not be foundAMImageEntry findByC_C_Last(long companyId, java.lang.String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
companyId
- the company IDconfigurationUuid
- the configuration uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAMImageEntryException
- if a matching am image entry could not be foundAMImageEntry fetchByC_C_Last(long companyId, java.lang.String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
companyId
- the company IDconfigurationUuid
- the configuration uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching am image entry could not be foundAMImageEntry[] findByC_C_PrevAndNext(long amImageEntryId, long companyId, java.lang.String configurationUuid, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator) throws NoSuchAMImageEntryException
amImageEntryId
- the primary key of the current am image entrycompanyId
- the company IDconfigurationUuid
- the configuration uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchAMImageEntryException
- if a am image entry with the primary key could not be foundvoid removeByC_C(long companyId, java.lang.String configurationUuid)
companyId
- the company IDconfigurationUuid
- the configuration uuidint countByC_C(long companyId, java.lang.String configurationUuid)
companyId
- the company IDconfigurationUuid
- the configuration uuidAMImageEntry findByC_F(java.lang.String configurationUuid, long fileVersionId) throws NoSuchAMImageEntryException
NoSuchAMImageEntryException
if it could not be found.configurationUuid
- the configuration uuidfileVersionId
- the file version IDNoSuchAMImageEntryException
- if a matching am image entry could not be foundAMImageEntry fetchByC_F(java.lang.String configurationUuid, long fileVersionId)
null
if it could not be found. Uses the finder cache.configurationUuid
- the configuration uuidfileVersionId
- the file version IDnull
if a matching am image entry could not be foundAMImageEntry fetchByC_F(java.lang.String configurationUuid, long fileVersionId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.configurationUuid
- the configuration uuidfileVersionId
- the file version IDuseFinderCache
- whether to use the finder cachenull
if a matching am image entry could not be foundAMImageEntry removeByC_F(java.lang.String configurationUuid, long fileVersionId) throws NoSuchAMImageEntryException
configurationUuid
- the configuration uuidfileVersionId
- the file version IDNoSuchAMImageEntryException
int countByC_F(java.lang.String configurationUuid, long fileVersionId)
configurationUuid
- the configuration uuidfileVersionId
- the file version IDvoid cacheResult(AMImageEntry amImageEntry)
amImageEntry
- the am image entryvoid cacheResult(java.util.List<AMImageEntry> amImageEntries)
amImageEntries
- the am image entriesAMImageEntry create(long amImageEntryId)
amImageEntryId
- the primary key for the new am image entryAMImageEntry remove(long amImageEntryId) throws NoSuchAMImageEntryException
amImageEntryId
- the primary key of the am image entryNoSuchAMImageEntryException
- if a am image entry with the primary key could not be foundAMImageEntry updateImpl(AMImageEntry amImageEntry)
AMImageEntry findByPrimaryKey(long amImageEntryId) throws NoSuchAMImageEntryException
NoSuchAMImageEntryException
if it could not be found.amImageEntryId
- the primary key of the am image entryNoSuchAMImageEntryException
- if a am image entry with the primary key could not be foundAMImageEntry fetchByPrimaryKey(long amImageEntryId)
null
if it could not be found.amImageEntryId
- the primary key of the am image entrynull
if a am image entry with the primary key could not be foundjava.util.List<AMImageEntry> findAll()
java.util.List<AMImageEntry> findAll(int start, int end)
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
.
start
- the lower bound of the range of am image entriesend
- the upper bound of the range of am image entries (not inclusive)java.util.List<AMImageEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator)
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
.
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 (optionally null
)java.util.List<AMImageEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AMImageEntry> orderByComparator, boolean useFinderCache)
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
.
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 (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()