Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

ADAPTIVE_MEDIA_IMAGE_CONFIGURATION - Static variable in class com.liferay.adaptive.media.image.constants.AMImageDestinationNames
 
AdaptiveMedia<T> - Interface in com.liferay.adaptive.media
Represents content (images, audio, video, and other types of content) along with a set of attributes which characterize the content.
addAMImageConfigurationEntry(long, String, String, String, Map<String, String>) - Method in interface com.liferay.adaptive.media.image.configuration.AMImageConfigurationHelper
Adds a new image configuration entry.
addAMImageEntry(AMImageConfigurationEntry, FileVersion, int, int, InputStream, long) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Adds an adaptive media image entry in the database and stores the image bytes in the file store.
addAMImageEntry(AMImageEntry) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Adds the am image entry to the database.
addAMImageEntry(AMImageConfigurationEntry, FileVersion, int, int, InputStream, long) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Adds an adaptive media image entry in the database and stores the image bytes in the file store.
addAMImageEntry(AMImageEntry) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Adds the am image entry to the database.
addAMImageEntry(AMImageConfigurationEntry, FileVersion, int, int, InputStream, long) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Adds an adaptive media image entry in the database and stores the image bytes in the file store.
addAMImageEntry(AMImageEntry) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Adds the am image entry to the database.
AM_IMAGE_ATTRIBUTE_HEIGHT - Static variable in class com.liferay.adaptive.media.image.processor.AMImageAttribute
 
AM_IMAGE_ATTRIBUTE_WIDTH - Static variable in class com.liferay.adaptive.media.image.processor.AMImageAttribute
 
AM_IMAGE_ENTRY_ID_ACCESSOR - Static variable in interface com.liferay.adaptive.media.image.model.AMImageEntry
 
AMAsyncProcessor<M,T> - Interface in com.liferay.adaptive.media.processor
Generates a specific type of media asynchronously.
AMAsyncProcessorLocator - Interface in com.liferay.adaptive.media.processor
Locates the available AMAsyncProcessor.
AMAttribute<T,V> - Class in com.liferay.adaptive.media
Represents a characteristic of an AdaptiveMedia instance (e.g., its width, size, etc.).
AMAttribute(String, Function<String, V>, AMDistanceComparator<V>) - Constructor for class com.liferay.adaptive.media.AMAttribute
Creates a new attribute.
AMAttributeConverterUtil - Class in com.liferay.adaptive.media.util
Provides a set of functions for converting data into AMAttribute values.
AMAttributeConverterUtil() - Constructor for class com.liferay.adaptive.media.util.AMAttributeConverterUtil
 
AMAttributeFormatException() - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException.AMAttributeFormatException
 
AMAttributeFormatException(String) - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException.AMAttributeFormatException
 
AMAttributeFormatException(String, Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException.AMAttributeFormatException
 
AMAttributeFormatException(Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException.AMAttributeFormatException
 
AMDistanceComparator<T> - Interface in com.liferay.adaptive.media
Compares two values, returning a long value representing the distance between them.
AMException - Exception in com.liferay.adaptive.media.exception
 
AMException() - Constructor for exception com.liferay.adaptive.media.exception.AMException
 
AMException(String) - Constructor for exception com.liferay.adaptive.media.exception.AMException
 
AMException(String, Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMException
 
AMException(Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMException
 
AMException.AMNotFound - Exception in com.liferay.adaptive.media.exception
This exception is raised when a requested media type or instance is not found.
AMFinder<B extends AMQueryBuilder<M,T>,M,T> - Interface in com.liferay.adaptive.media.finder
An AMFinder is responsible for locating and returning media related to a model.
AMImageAttribute - Class in com.liferay.adaptive.media.image.processor
 
AMImageConfigurationDemoDataCreator - Interface in com.liferay.adaptive.media.demo.data.creator
Provides a class for creating adaptive media configurations.
AMImageConfigurationEntry - Interface in com.liferay.adaptive.media.image.configuration
Represents a single configuration entry used by Adaptive Media to generate adaptive media images.
AMImageConfigurationEntrySerializer - Interface in com.liferay.adaptive.media.image.configuration
 
AMImageConfigurationException - Exception in com.liferay.adaptive.media.exception
 
AMImageConfigurationException() - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException
 
AMImageConfigurationException(String) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException
 
AMImageConfigurationException(String, Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException
 
AMImageConfigurationException(Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException
 
AMImageConfigurationException.DuplicateAMImageConfigurationNameException - Exception in com.liferay.adaptive.media.exception
This exception is raised when a configuration with the same name already exists.
AMImageConfigurationException.DuplicateAMImageConfigurationUuidException - Exception in com.liferay.adaptive.media.exception
This exception is raised when a configuration with the same uuid already exists.
AMImageConfigurationException.InvalidHeightException - Exception in com.liferay.adaptive.media.exception
This exception is raised when the height value is not valid.
AMImageConfigurationException.InvalidNameException - Exception in com.liferay.adaptive.media.exception
This exception is raised when the name of the configuration is not valid.
AMImageConfigurationException.InvalidStateAMImageConfigurationException - Exception in com.liferay.adaptive.media.exception
 
AMImageConfigurationException.InvalidUuidException - Exception in com.liferay.adaptive.media.exception
This exception is raised when the uuid of the configuration is not valid.
AMImageConfigurationException.InvalidWidthException - Exception in com.liferay.adaptive.media.exception
This exception is raised when the height value is not valid.
AMImageConfigurationException.NoSuchAMImageConfigurationException - Exception in com.liferay.adaptive.media.exception
This exception is raised when a configuration does not exist.
AMImageConfigurationException.RequiredWidthOrHeightException - Exception in com.liferay.adaptive.media.exception
This exception is raised when the configuration does not contain either a valid height value nor a valid width value.
AMImageConfigurationHelper - Interface in com.liferay.adaptive.media.image.configuration
Manages and fetches an AMImageConfigurationEntry.
AMImageCounter - Interface in com.liferay.adaptive.media.image.counter
Provides an interface that returns the number of images that can use Adaptive Media for a particular use case.
AMImageDestinationNames - Class in com.liferay.adaptive.media.image.constants
 
AMImageDestinationNames() - Constructor for class com.liferay.adaptive.media.image.constants.AMImageDestinationNames
 
AMImageEntry - Interface in com.liferay.adaptive.media.image.model
The extended model interface for the AMImageEntry service.
amImageEntryId - Variable in class com.liferay.adaptive.media.image.model.AMImageEntryTable
 
AMImageEntryLocalService - Interface in com.liferay.adaptive.media.image.service
Provides the local service interface for AMImageEntry.
AMImageEntryLocalServiceUtil - Class in com.liferay.adaptive.media.image.service
Provides the local service utility for AMImageEntry.
AMImageEntryLocalServiceUtil() - Constructor for class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
 
AMImageEntryLocalServiceWrapper - Class in com.liferay.adaptive.media.image.service
Provides a wrapper for AMImageEntryLocalService.
AMImageEntryLocalServiceWrapper(AMImageEntryLocalService) - Constructor for class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
 
AMImageEntryModel - Interface in com.liferay.adaptive.media.image.model
The base model interface for the AMImageEntry service.
AMImageEntryPersistence - Interface in com.liferay.adaptive.media.image.service.persistence
The persistence interface for the am image entry service.
AMImageEntrySoap - Class in com.liferay.adaptive.media.image.model
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
AMImageEntrySoap() - Constructor for class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
AMImageEntryTable - Class in com.liferay.adaptive.media.image.model
The table class for the "AMImageEntry" database table.
AMImageEntryUtil - Class in com.liferay.adaptive.media.image.service.persistence
The persistence utility for the am image entry service.
AMImageEntryUtil() - Constructor for class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
 
AMImageEntryWrapper - Class in com.liferay.adaptive.media.image.model
This class is a wrapper for AMImageEntry.
AMImageEntryWrapper(AMImageEntry) - Constructor for class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
 
AMImageFileEntryItemSelectorReturnType - Class in com.liferay.adaptive.media.image.item.selector
 
AMImageFileEntryItemSelectorReturnType() - Constructor for class com.liferay.adaptive.media.image.item.selector.AMImageFileEntryItemSelectorReturnType
 
AMImageFinder - Interface in com.liferay.adaptive.media.image.finder
Provides a specialized interface for locating AdaptiveMedia specific FileVersion models generated by AMImageProcessors.
AMImageHTMLTagFactory - Interface in com.liferay.adaptive.media.image.html
 
AMImageImgTag - Class in com.liferay.adaptive.media.image.taglib.servlet.taglib
 
AMImageImgTag() - Constructor for class com.liferay.adaptive.media.image.taglib.servlet.taglib.AMImageImgTag
 
AMImageMimeTypeProvider - Interface in com.liferay.adaptive.media.image.mime.type
Provides the supported Adaptive Media image MIME types.
AMImageOptimizer - Interface in com.liferay.adaptive.media.image.optimizer
Provides an interface that generates missing adaptive media images for an application or use case.
AMImageProcessor - Interface in com.liferay.adaptive.media.image.processor
 
AMImageQueryBuilder - Interface in com.liferay.adaptive.media.image.finder
Provides a specialized interface to build a query to fetch adaptive media images.
AMImageQueryBuilder.ConfigurationStatus - Enum in com.liferay.adaptive.media.image.finder
 
AMImageQueryBuilder.ConfigurationStep - Interface in com.liferay.adaptive.media.image.finder
 
AMImageQueryBuilder.FinalStep - Interface in com.liferay.adaptive.media.image.finder
 
AMImageQueryBuilder.FuzzySortStep - Interface in com.liferay.adaptive.media.image.finder
 
AMImageQueryBuilder.InitialStep - Interface in com.liferay.adaptive.media.image.finder
 
AMImageQueryBuilder.SortOrder - Enum in com.liferay.adaptive.media.image.finder
 
AMImageQueryBuilder.StrictSortStep - Interface in com.liferay.adaptive.media.image.finder
 
AMImageScaledImage - Interface in com.liferay.adaptive.media.image.scaler
Represents an image scaled by Adaptive Media.
AMImageScaler - Interface in com.liferay.adaptive.media.image.scaler
Scales an image to fit the characteristics specified by the image configuration entry.
AMImageScalerTracker - Interface in com.liferay.adaptive.media.image.scaler
Tracks the image scalers and returns the one used for a specific MIME type.
AMImageSerializer - Interface in com.liferay.adaptive.media.image.util
 
AMImageURLFactory - Interface in com.liferay.adaptive.media.image.url
 
AMImageURLItemSelectorReturnType - Class in com.liferay.adaptive.media.image.item.selector
 
AMImageURLItemSelectorReturnType() - Constructor for class com.liferay.adaptive.media.image.item.selector.AMImageURLItemSelectorReturnType
 
AMImageValidator - Interface in com.liferay.adaptive.media.image.validator
Validates image size for Adaptive Media.
AMNotFound() - Constructor for exception com.liferay.adaptive.media.exception.AMException.AMNotFound
 
AMNotFound(String) - Constructor for exception com.liferay.adaptive.media.exception.AMException.AMNotFound
 
AMNotFound(String, Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMException.AMNotFound
 
AMNotFound(Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMException.AMNotFound
 
AMOptimizeImagesBackgroundTaskConstants - Class in com.liferay.adaptive.media.constants
 
AMOptimizeImagesBackgroundTaskConstants() - Constructor for class com.liferay.adaptive.media.constants.AMOptimizeImagesBackgroundTaskConstants
 
AMProcessor<M,T> - Interface in com.liferay.adaptive.media.processor
Generates a particular type of media.
AMQuery<M,T> - Interface in com.liferay.adaptive.media.finder
A marker interface that AMQueryBuilder implementations must return to indicate valid or final results.
AMQueryBuilder<M,T> - Interface in com.liferay.adaptive.media.finder
A marker interface that implementations of AMFinder must extend to provide a way to create AMQuery instances.
AMRequestHandler<T> - Interface in com.liferay.adaptive.media.handler
Handles upcoming requests for a particular kind of media (i.e., media generated by one type of processor).
AMRuntimeException - Exception in com.liferay.adaptive.media.exception
 
AMRuntimeException() - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException
 
AMRuntimeException(String) - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException
 
AMRuntimeException(String, Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException
 
AMRuntimeException(Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException
 
AMRuntimeException.AMAttributeFormatException - Exception in com.liferay.adaptive.media.exception
This exception is thrown when a value serialized as a String cannot be converted by an AMAttribute.
AMRuntimeException.InvalidConfiguration - Exception in com.liferay.adaptive.media.exception
This exception is thrown when there is a processor configuration error.
AMRuntimeException.IOException - Exception in com.liferay.adaptive.media.exception
This exception wraps IOException instances.
AMRuntimeException.UnsupportedEncodingException - Exception in com.liferay.adaptive.media.exception
This exception wraps UnsupportedEncodingException instances.
AMURIResolver - Interface in com.liferay.adaptive.media
 
assertHTMLEquals(String, String) - Static method in class com.liferay.adaptive.media.test.util.html.HTMLAssert
 

B

BaseRegexStringContentTransformer - Class in com.liferay.adaptive.media.content.transformer
 
BaseRegexStringContentTransformer() - Constructor for class com.liferay.adaptive.media.content.transformer.BaseRegexStringContentTransformer
 

C

cacheResult(AMImageEntry) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Caches the am image entry in the entity cache if it is enabled.
cacheResult(List<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Caches the am image entries in the entity cache if it is enabled.
cacheResult(AMImageEntry) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Caches the am image entry in the entity cache if it is enabled.
cacheResult(List<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Caches the am image entries in the entity cache if it is enabled.
CLASS_NAME - Static variable in class com.liferay.adaptive.media.constants.AMOptimizeImagesBackgroundTaskConstants
 
cleanUp(M) - Method in interface com.liferay.adaptive.media.processor.AMProcessor
Completely removes any generated media for the model.
clearCache() - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
 
clearCache(AMImageEntry) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
 
com.liferay.adaptive.media - package com.liferay.adaptive.media
 
com.liferay.adaptive.media.constants - package com.liferay.adaptive.media.constants
 
com.liferay.adaptive.media.content.transformer - package com.liferay.adaptive.media.content.transformer
 
com.liferay.adaptive.media.content.transformer.constants - package com.liferay.adaptive.media.content.transformer.constants
 
com.liferay.adaptive.media.demo.data.creator - package com.liferay.adaptive.media.demo.data.creator
 
com.liferay.adaptive.media.exception - package com.liferay.adaptive.media.exception
 
com.liferay.adaptive.media.finder - package com.liferay.adaptive.media.finder
 
com.liferay.adaptive.media.handler - package com.liferay.adaptive.media.handler
 
com.liferay.adaptive.media.image.configuration - package com.liferay.adaptive.media.image.configuration
 
com.liferay.adaptive.media.image.constants - package com.liferay.adaptive.media.image.constants
 
com.liferay.adaptive.media.image.counter - package com.liferay.adaptive.media.image.counter
 
com.liferay.adaptive.media.image.exception - package com.liferay.adaptive.media.image.exception
 
com.liferay.adaptive.media.image.finder - package com.liferay.adaptive.media.image.finder
 
com.liferay.adaptive.media.image.html - package com.liferay.adaptive.media.image.html
 
com.liferay.adaptive.media.image.item.selector - package com.liferay.adaptive.media.image.item.selector
 
com.liferay.adaptive.media.image.media.query - package com.liferay.adaptive.media.image.media.query
 
com.liferay.adaptive.media.image.mime.type - package com.liferay.adaptive.media.image.mime.type
 
com.liferay.adaptive.media.image.model - package com.liferay.adaptive.media.image.model
 
com.liferay.adaptive.media.image.optimizer - package com.liferay.adaptive.media.image.optimizer
 
com.liferay.adaptive.media.image.processor - package com.liferay.adaptive.media.image.processor
 
com.liferay.adaptive.media.image.scaler - package com.liferay.adaptive.media.image.scaler
 
com.liferay.adaptive.media.image.service - package com.liferay.adaptive.media.image.service
 
com.liferay.adaptive.media.image.service.persistence - package com.liferay.adaptive.media.image.service.persistence
 
com.liferay.adaptive.media.image.taglib.servlet.taglib - package com.liferay.adaptive.media.image.taglib.servlet.taglib
 
com.liferay.adaptive.media.image.url - package com.liferay.adaptive.media.image.url
 
com.liferay.adaptive.media.image.util - package com.liferay.adaptive.media.image.util
 
com.liferay.adaptive.media.image.validator - package com.liferay.adaptive.media.image.validator
 
com.liferay.adaptive.media.processor - package com.liferay.adaptive.media.processor
 
com.liferay.adaptive.media.test.util.html - package com.liferay.adaptive.media.test.util.html
 
com.liferay.adaptive.media.util - package com.liferay.adaptive.media.util
 
COMPANY_ID - Static variable in class com.liferay.adaptive.media.constants.AMOptimizeImagesBackgroundTaskConstants
 
companyId - Variable in class com.liferay.adaptive.media.image.model.AMImageEntryTable
 
compare(V, V) - Method in class com.liferay.adaptive.media.AMAttribute
Compares the two arguments for order.
compare(T, T) - Method in interface com.liferay.adaptive.media.AMDistanceComparator
Compare the two values, returning a long value representing how far they are from each other.
Condition - Class in com.liferay.adaptive.media.image.media.query
 
Condition(String, String) - Constructor for class com.liferay.adaptive.media.image.media.query.Condition
 
CONFIGURATION_ENTRY_UUID - Static variable in class com.liferay.adaptive.media.constants.AMOptimizeImagesBackgroundTaskConstants
 
configurationUuid - Variable in class com.liferay.adaptive.media.image.model.AMImageEntryTable
 
ContentTransformer<T> - Interface in com.liferay.adaptive.media.content.transformer
Transforms the original content to include Adaptive Media.
ContentTransformerContentType<T> - Interface in com.liferay.adaptive.media.content.transformer
Provides a marker interface to specify the content type that can be managed by ContentTransformer implementations.
ContentTransformerContentTypes - Class in com.liferay.adaptive.media.content.transformer.constants
 
ContentTransformerContentTypes() - Constructor for class com.liferay.adaptive.media.content.transformer.constants.ContentTransformerContentTypes
 
ContentTransformerHandler - Interface in com.liferay.adaptive.media.content.transformer
 
convert(String) - Method in class com.liferay.adaptive.media.AMAttribute
Returns the value converted to the correct type.
COUNT - Static variable in class com.liferay.adaptive.media.constants.AMOptimizeImagesBackgroundTaskConstants
 
countAll() - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the number of am image entries.
countAll() - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the number of am image entries.
countByC_C(long, String) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the number of am image entries where companyId = ? and configurationUuid = ?.
countByC_C(long, String) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the number of am image entries where companyId = ? and configurationUuid = ?.
countByC_F(String, long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the number of am image entries where configurationUuid = ? and fileVersionId = ?.
countByC_F(String, long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the number of am image entries where configurationUuid = ? and fileVersionId = ?.
countByCompanyId(long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the number of am image entries where companyId = ?.
countByCompanyId(long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the number of am image entries where companyId = ?.
countByConfigurationUuid(String) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the number of am image entries where configurationUuid = ?.
countByConfigurationUuid(String) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the number of am image entries where configurationUuid = ?.
countByFileVersionId(long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the number of am image entries where fileVersionId = ?.
countByFileVersionId(long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the number of am image entries where fileVersionId = ?.
countByGroupId(long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the number of am image entries where groupId = ?.
countByGroupId(long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the number of am image entries where groupId = ?.
countByUuid(String) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the number of am image entries where uuid = ?.
countByUuid(String) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the number of am image entries where uuid = ?.
countByUuid_C(String, long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the number of am image entries where uuid = ? and companyId = ?.
countByUuid_C(String, long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the number of am image entries where uuid = ? and companyId = ?.
countByUUID_G(String, long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the number of am image entries where uuid = ? and groupId = ?.
countByUUID_G(String, long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the number of am image entries where uuid = ? and groupId = ?.
countExpectedAMImageEntries(long) - Method in interface com.liferay.adaptive.media.image.counter.AMImageCounter
Returns the number of images in the application that should have an adaptive media image in a particular company, including images that are not generated yet.
countWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
 
create(long) - Method in interface com.liferay.adaptive.media.demo.data.creator.AMImageConfigurationDemoDataCreator
Creates a collection of AMImageConfigurationEntry configurations based on the DemoAMImageConfigurationVariant enum
create(long, DemoAMImageConfigurationVariant) - Method in interface com.liferay.adaptive.media.demo.data.creator.AMImageConfigurationDemoDataCreator
Creates a AMImageConfigurationEntry for a company
create(String, FileEntry) - Method in interface com.liferay.adaptive.media.image.html.AMImageHTMLTagFactory
 
create(long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Creates a new am image entry with the primary key.
create(long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Creates a new am image entry with the primary key.
createAMImageEntry(long) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Creates a new am image entry with the primary key.
createAMImageEntry(long) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Creates a new am image entry with the primary key.
createAMImageEntry(long) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Creates a new am image entry with the primary key.
createDate - Variable in class com.liferay.adaptive.media.image.model.AMImageEntryTable
 
createFileEntryURL(FileVersion, AMImageConfigurationEntry) - Method in interface com.liferay.adaptive.media.image.url.AMImageURLFactory
 
createFileVersionURL(FileVersion, AMImageConfigurationEntry) - Method in interface com.liferay.adaptive.media.image.url.AMImageURLFactory
 
createPersistedModel(Serializable) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
 
createPersistedModel(Serializable) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
 
createPersistedModel(Serializable) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
 

D

delete() - Method in interface com.liferay.adaptive.media.demo.data.creator.AMImageConfigurationDemoDataCreator
Deletes the configurations created by this demo data creator
deleteAMImageConfigurationEntry(long, String) - Method in interface com.liferay.adaptive.media.image.configuration.AMImageConfigurationHelper
Deletes an existing and disabled image configuration entry.
deleteAMImageEntries(long, AMImageConfigurationEntry) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Deletes all the adaptive media images generated for the configuration in the company.
deleteAMImageEntries(long, AMImageConfigurationEntry) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Deletes all the adaptive media images generated for the configuration in the company.
deleteAMImageEntries(long, AMImageConfigurationEntry) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Deletes all the adaptive media images generated for the configuration in the company.
deleteAMImageEntry(AMImageEntry) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Deletes the am image entry from the database.
deleteAMImageEntry(long) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Deletes the am image entry with the primary key from the database.
deleteAMImageEntry(AMImageEntry) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Deletes the am image entry from the database.
deleteAMImageEntry(long) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Deletes the am image entry with the primary key from the database.
deleteAMImageEntry(AMImageEntry) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Deletes the am image entry from the database.
deleteAMImageEntry(long) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Deletes the am image entry with the primary key from the database.
deleteAMImageEntryFileVersion(FileVersion) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Deletes all the adaptive media images generated for a file version.
deleteAMImageEntryFileVersion(String, long) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Deletes adaptive media images generated for a file version under a given configuration.
deleteAMImageEntryFileVersion(FileVersion) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Deletes all the adaptive media images generated for a file version.
deleteAMImageEntryFileVersion(String, long) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Deletes adaptive media images generated for a file version under a given configuration.
deleteAMImageEntryFileVersion(FileVersion) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Deletes all the adaptive media images generated for a file version.
deleteAMImageEntryFileVersion(String, long) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Deletes adaptive media images generated for a file version under a given configuration.
deletePersistedModel(PersistedModel) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
 
deletePersistedModel(PersistedModel) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
 
deletePersistedModel(PersistedModel) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
 
DemoAMImageConfigurationVariant - Enum in com.liferay.adaptive.media.demo.data.creator
 
deserialize(String) - Method in interface com.liferay.adaptive.media.image.configuration.AMImageConfigurationEntrySerializer
 
deserialize(String, Supplier<InputStream>) - Method in interface com.liferay.adaptive.media.image.util.AMImageSerializer
 
disableAMImageConfigurationEntry(long, String) - Method in interface com.liferay.adaptive.media.image.configuration.AMImageConfigurationHelper
Disables an existing and enabled image configuration entry.
distance(V, V) - Method in class com.liferay.adaptive.media.AMAttribute
Returns the distance between the two values.
doEndTag() - Method in class com.liferay.adaptive.media.image.taglib.servlet.taglib.AMImageImgTag
 
done() - Method in interface com.liferay.adaptive.media.image.finder.AMImageQueryBuilder.FinalStep
Creates and returns the query.
dslQuery(DSLQuery) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
 
dslQuery(DSLQuery) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
 
dslQuery(DSLQuery) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
 
DuplicateAMImageConfigurationNameException() - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.DuplicateAMImageConfigurationNameException
 
DuplicateAMImageConfigurationNameException(String) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.DuplicateAMImageConfigurationNameException
 
DuplicateAMImageConfigurationNameException(String, Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.DuplicateAMImageConfigurationNameException
 
DuplicateAMImageConfigurationNameException(Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.DuplicateAMImageConfigurationNameException
 
DuplicateAMImageConfigurationUuidException() - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.DuplicateAMImageConfigurationUuidException
 
DuplicateAMImageConfigurationUuidException(String) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.DuplicateAMImageConfigurationUuidException
 
DuplicateAMImageConfigurationUuidException(String, Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.DuplicateAMImageConfigurationUuidException
 
DuplicateAMImageConfigurationUuidException(Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.DuplicateAMImageConfigurationUuidException
 
DuplicateAMImageEntryException - Exception in com.liferay.adaptive.media.image.exception
 
DuplicateAMImageEntryException() - Constructor for exception com.liferay.adaptive.media.image.exception.DuplicateAMImageEntryException
 
DuplicateAMImageEntryException(String) - Constructor for exception com.liferay.adaptive.media.image.exception.DuplicateAMImageEntryException
 
DuplicateAMImageEntryException(String, Throwable) - Constructor for exception com.liferay.adaptive.media.image.exception.DuplicateAMImageEntryException
 
DuplicateAMImageEntryException(Throwable) - Constructor for exception com.liferay.adaptive.media.image.exception.DuplicateAMImageEntryException
 
dynamicQuery() - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
 
dynamicQuery(DynamicQuery) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Performs a dynamic query on the database and returns a range of the matching rows.
dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQuery() - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
 
dynamicQuery(DynamicQuery) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Performs a dynamic query on the database and returns a range of the matching rows.
dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQuery() - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
 
dynamicQuery(DynamicQuery) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Performs a dynamic query on the database and returns a range of the matching rows.
dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQueryCount(DynamicQuery) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Returns the number of rows matching the dynamic query.

E

enableAMImageConfigurationEntry(long, String) - Method in interface com.liferay.adaptive.media.image.configuration.AMImageConfigurationHelper
Enables an existing and disabled image configuration entry.
ERRORS - Static variable in class com.liferay.adaptive.media.constants.AMOptimizeImagesBackgroundTaskConstants
 

F

fetchAMImageEntry(long) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
 
fetchAMImageEntry(String, long) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Returns the adaptive media image entry generated for the configuration and file version.
fetchAMImageEntry(long) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
 
fetchAMImageEntry(String, long) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Returns the adaptive media image entry generated for the configuration and file version.
fetchAMImageEntry(long) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
 
fetchAMImageEntry(String, long) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Returns the adaptive media image entry generated for the configuration and file version.
fetchAMImageEntryByUuidAndGroupId(String, long) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Returns the am image entry matching the UUID and group.
fetchAMImageEntryByUuidAndGroupId(String, long) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Returns the am image entry matching the UUID and group.
fetchAMImageEntryByUuidAndGroupId(String, long) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Returns the am image entry matching the UUID and group.
fetchByC_C_First(long, String, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the first am image entry in the ordered set where companyId = ? and configurationUuid = ?.
fetchByC_C_First(long, String, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the first am image entry in the ordered set where companyId = ? and configurationUuid = ?.
fetchByC_C_Last(long, String, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the last am image entry in the ordered set where companyId = ? and configurationUuid = ?.
fetchByC_C_Last(long, String, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the last am image entry in the ordered set where companyId = ? and configurationUuid = ?.
fetchByC_F(String, long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the am image entry where configurationUuid = ? and fileVersionId = ? or returns null if it could not be found.
fetchByC_F(String, long, boolean) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the am image entry where configurationUuid = ? and fileVersionId = ? or returns null if it could not be found, optionally using the finder cache.
fetchByC_F(String, long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the am image entry where configurationUuid = ? and fileVersionId = ? or returns null if it could not be found.
fetchByC_F(String, long, boolean) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the am image entry where configurationUuid = ? and fileVersionId = ? or returns null if it could not be found, optionally using the finder cache.
fetchByCompanyId_First(long, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the first am image entry in the ordered set where companyId = ?.
fetchByCompanyId_First(long, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the first am image entry in the ordered set where companyId = ?.
fetchByCompanyId_Last(long, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the last am image entry in the ordered set where companyId = ?.
fetchByCompanyId_Last(long, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the last am image entry in the ordered set where companyId = ?.
fetchByConfigurationUuid_First(String, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the first am image entry in the ordered set where configurationUuid = ?.
fetchByConfigurationUuid_First(String, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the first am image entry in the ordered set where configurationUuid = ?.
fetchByConfigurationUuid_Last(String, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the last am image entry in the ordered set where configurationUuid = ?.
fetchByConfigurationUuid_Last(String, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the last am image entry in the ordered set where configurationUuid = ?.
fetchByFileVersionId_First(long, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the first am image entry in the ordered set where fileVersionId = ?.
fetchByFileVersionId_First(long, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the first am image entry in the ordered set where fileVersionId = ?.
fetchByFileVersionId_Last(long, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the last am image entry in the ordered set where fileVersionId = ?.
fetchByFileVersionId_Last(long, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the last am image entry in the ordered set where fileVersionId = ?.
fetchByGroupId_First(long, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the first am image entry in the ordered set where groupId = ?.
fetchByGroupId_First(long, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the first am image entry in the ordered set where groupId = ?.
fetchByGroupId_Last(long, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the last am image entry in the ordered set where groupId = ?.
fetchByGroupId_Last(long, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the last am image entry in the ordered set where groupId = ?.
fetchByPrimaryKey(long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the am image entry with the primary key or returns null if it could not be found.
fetchByPrimaryKey(long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the am image entry with the primary key or returns null if it could not be found.
fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
 
fetchByUuid_C_First(String, long, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the first am image entry in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_C_First(String, long, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the first am image entry in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_C_Last(String, long, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the last am image entry in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_C_Last(String, long, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the last am image entry in the ordered set where uuid = ? and companyId = ?.
fetchByUuid_First(String, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the first am image entry in the ordered set where uuid = ?.
fetchByUuid_First(String, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the first am image entry in the ordered set where uuid = ?.
fetchByUUID_G(String, long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the am image entry where uuid = ? and groupId = ? or returns null if it could not be found.
fetchByUUID_G(String, long, boolean) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the am image entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
fetchByUUID_G(String, long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the am image entry where uuid = ? and groupId = ? or returns null if it could not be found.
fetchByUUID_G(String, long, boolean) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the am image entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
fetchByUuid_Last(String, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the last am image entry in the ordered set where uuid = ?.
fetchByUuid_Last(String, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the last am image entry in the ordered set where uuid = ?.
fileVersionId - Variable in class com.liferay.adaptive.media.image.model.AMImageEntryTable
 
findAll() - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns all the am image entries.
findAll(int, int) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns a range of all the am image entries.
findAll(int, int, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns an ordered range of all the am image entries.
findAll(int, int, OrderByComparator<AMImageEntry>, boolean) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns an ordered range of all the am image entries.
findAll() - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns all the am image entries.
findAll(int, int) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns a range of all the am image entries.
findAll(int, int, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns an ordered range of all the am image entries.
findAll(int, int, OrderByComparator<AMImageEntry>, boolean) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns an ordered range of all the am image entries.
findByC_C(long, String) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns all the am image entries where companyId = ? and configurationUuid = ?.
findByC_C(long, String, int, int) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns a range of all the am image entries where companyId = ? and configurationUuid = ?.
findByC_C(long, String, int, int, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns an ordered range of all the am image entries where companyId = ? and configurationUuid = ?.
findByC_C(long, String, int, int, OrderByComparator<AMImageEntry>, boolean) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns an ordered range of all the am image entries where companyId = ? and configurationUuid = ?.
findByC_C(long, String) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns all the am image entries where companyId = ? and configurationUuid = ?.
findByC_C(long, String, int, int) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns a range of all the am image entries where companyId = ? and configurationUuid = ?.
findByC_C(long, String, int, int, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns an ordered range of all the am image entries where companyId = ? and configurationUuid = ?.
findByC_C(long, String, int, int, OrderByComparator<AMImageEntry>, boolean) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns an ordered range of all the am image entries where companyId = ? and configurationUuid = ?.
findByC_C_First(long, String, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the first am image entry in the ordered set where companyId = ? and configurationUuid = ?.
findByC_C_First(long, String, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the first am image entry in the ordered set where companyId = ? and configurationUuid = ?.
findByC_C_Last(long, String, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the last am image entry in the ordered set where companyId = ? and configurationUuid = ?.
findByC_C_Last(long, String, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the last am image entry in the ordered set where companyId = ? and configurationUuid = ?.
findByC_C_PrevAndNext(long, long, String, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the am image entries before and after the current am image entry in the ordered set where companyId = ? and configurationUuid = ?.
findByC_C_PrevAndNext(long, long, String, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the am image entries before and after the current am image entry in the ordered set where companyId = ? and configurationUuid = ?.
findByC_F(String, long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the am image entry where configurationUuid = ? and fileVersionId = ? or throws a NoSuchAMImageEntryException if it could not be found.
findByC_F(String, long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the am image entry where configurationUuid = ? and fileVersionId = ? or throws a NoSuchAMImageEntryException if it could not be found.
findByCompanyId(long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns all the am image entries where companyId = ?.
findByCompanyId(long, int, int) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns a range of all the am image entries where companyId = ?.
findByCompanyId(long, int, int, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns an ordered range of all the am image entries where companyId = ?.
findByCompanyId(long, int, int, OrderByComparator<AMImageEntry>, boolean) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns an ordered range of all the am image entries where companyId = ?.
findByCompanyId(long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns all the am image entries where companyId = ?.
findByCompanyId(long, int, int) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns a range of all the am image entries where companyId = ?.
findByCompanyId(long, int, int, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns an ordered range of all the am image entries where companyId = ?.
findByCompanyId(long, int, int, OrderByComparator<AMImageEntry>, boolean) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns an ordered range of all the am image entries where companyId = ?.
findByCompanyId_First(long, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the first am image entry in the ordered set where companyId = ?.
findByCompanyId_First(long, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the first am image entry in the ordered set where companyId = ?.
findByCompanyId_Last(long, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the last am image entry in the ordered set where companyId = ?.
findByCompanyId_Last(long, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the last am image entry in the ordered set where companyId = ?.
findByCompanyId_PrevAndNext(long, long, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the am image entries before and after the current am image entry in the ordered set where companyId = ?.
findByCompanyId_PrevAndNext(long, long, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the am image entries before and after the current am image entry in the ordered set where companyId = ?.
findByConfigurationUuid(String) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns all the am image entries where configurationUuid = ?.
findByConfigurationUuid(String, int, int) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns a range of all the am image entries where configurationUuid = ?.
findByConfigurationUuid(String, int, int, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns an ordered range of all the am image entries where configurationUuid = ?.
findByConfigurationUuid(String, int, int, OrderByComparator<AMImageEntry>, boolean) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns an ordered range of all the am image entries where configurationUuid = ?.
findByConfigurationUuid(String) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns all the am image entries where configurationUuid = ?.
findByConfigurationUuid(String, int, int) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns a range of all the am image entries where configurationUuid = ?.
findByConfigurationUuid(String, int, int, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns an ordered range of all the am image entries where configurationUuid = ?.
findByConfigurationUuid(String, int, int, OrderByComparator<AMImageEntry>, boolean) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns an ordered range of all the am image entries where configurationUuid = ?.
findByConfigurationUuid_First(String, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the first am image entry in the ordered set where configurationUuid = ?.
findByConfigurationUuid_First(String, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the first am image entry in the ordered set where configurationUuid = ?.
findByConfigurationUuid_Last(String, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the last am image entry in the ordered set where configurationUuid = ?.
findByConfigurationUuid_Last(String, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the last am image entry in the ordered set where configurationUuid = ?.
findByConfigurationUuid_PrevAndNext(long, String, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the am image entries before and after the current am image entry in the ordered set where configurationUuid = ?.
findByConfigurationUuid_PrevAndNext(long, String, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the am image entries before and after the current am image entry in the ordered set where configurationUuid = ?.
findByFileVersionId(long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns all the am image entries where fileVersionId = ?.
findByFileVersionId(long, int, int) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns a range of all the am image entries where fileVersionId = ?.
findByFileVersionId(long, int, int, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns an ordered range of all the am image entries where fileVersionId = ?.
findByFileVersionId(long, int, int, OrderByComparator<AMImageEntry>, boolean) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns an ordered range of all the am image entries where fileVersionId = ?.
findByFileVersionId(long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns all the am image entries where fileVersionId = ?.
findByFileVersionId(long, int, int) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns a range of all the am image entries where fileVersionId = ?.
findByFileVersionId(long, int, int, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns an ordered range of all the am image entries where fileVersionId = ?.
findByFileVersionId(long, int, int, OrderByComparator<AMImageEntry>, boolean) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns an ordered range of all the am image entries where fileVersionId = ?.
findByFileVersionId_First(long, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the first am image entry in the ordered set where fileVersionId = ?.
findByFileVersionId_First(long, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the first am image entry in the ordered set where fileVersionId = ?.
findByFileVersionId_Last(long, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the last am image entry in the ordered set where fileVersionId = ?.
findByFileVersionId_Last(long, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the last am image entry in the ordered set where fileVersionId = ?.
findByFileVersionId_PrevAndNext(long, long, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the am image entries before and after the current am image entry in the ordered set where fileVersionId = ?.
findByFileVersionId_PrevAndNext(long, long, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the am image entries before and after the current am image entry in the ordered set where fileVersionId = ?.
findByGroupId(long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns all the am image entries where groupId = ?.
findByGroupId(long, int, int) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns a range of all the am image entries where groupId = ?.
findByGroupId(long, int, int, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns an ordered range of all the am image entries where groupId = ?.
findByGroupId(long, int, int, OrderByComparator<AMImageEntry>, boolean) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns an ordered range of all the am image entries where groupId = ?.
findByGroupId(long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns all the am image entries where groupId = ?.
findByGroupId(long, int, int) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns a range of all the am image entries where groupId = ?.
findByGroupId(long, int, int, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns an ordered range of all the am image entries where groupId = ?.
findByGroupId(long, int, int, OrderByComparator<AMImageEntry>, boolean) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns an ordered range of all the am image entries where groupId = ?.
findByGroupId_First(long, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the first am image entry in the ordered set where groupId = ?.
findByGroupId_First(long, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the first am image entry in the ordered set where groupId = ?.
findByGroupId_Last(long, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the last am image entry in the ordered set where groupId = ?.
findByGroupId_Last(long, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the last am image entry in the ordered set where groupId = ?.
findByGroupId_PrevAndNext(long, long, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the am image entries before and after the current am image entry in the ordered set where groupId = ?.
findByGroupId_PrevAndNext(long, long, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the am image entries before and after the current am image entry in the ordered set where groupId = ?.
findByPrimaryKey(long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the am image entry with the primary key or throws a NoSuchAMImageEntryException if it could not be found.
findByPrimaryKey(long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the am image entry with the primary key or throws a NoSuchAMImageEntryException if it could not be found.
findByUuid(String) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns all the am image entries where uuid = ?.
findByUuid(String, int, int) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns a range of all the am image entries where uuid = ?.
findByUuid(String, int, int, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns an ordered range of all the am image entries where uuid = ?.
findByUuid(String, int, int, OrderByComparator<AMImageEntry>, boolean) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns an ordered range of all the am image entries where uuid = ?.
findByUuid(String) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns all the am image entries where uuid = ?.
findByUuid(String, int, int) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns a range of all the am image entries where uuid = ?.
findByUuid(String, int, int, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns an ordered range of all the am image entries where uuid = ?.
findByUuid(String, int, int, OrderByComparator<AMImageEntry>, boolean) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns an ordered range of all the am image entries where uuid = ?.
findByUuid_C(String, long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns all the am image entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns a range of all the am image entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns an ordered range of all the am image entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<AMImageEntry>, boolean) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns an ordered range of all the am image entries where uuid = ? and companyId = ?.
findByUuid_C(String, long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns all the am image entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns a range of all the am image entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns an ordered range of all the am image entries where uuid = ? and companyId = ?.
findByUuid_C(String, long, int, int, OrderByComparator<AMImageEntry>, boolean) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns an ordered range of all the am image entries where uuid = ? and companyId = ?.
findByUuid_C_First(String, long, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the first am image entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_First(String, long, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the first am image entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_Last(String, long, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the last am image entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_Last(String, long, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the last am image entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the am image entries before and after the current am image entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_C_PrevAndNext(long, String, long, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the am image entries before and after the current am image entry in the ordered set where uuid = ? and companyId = ?.
findByUuid_First(String, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the first am image entry in the ordered set where uuid = ?.
findByUuid_First(String, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the first am image entry in the ordered set where uuid = ?.
findByUUID_G(String, long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the am image entry where uuid = ? and groupId = ? or throws a NoSuchAMImageEntryException if it could not be found.
findByUUID_G(String, long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the am image entry where uuid = ? and groupId = ? or throws a NoSuchAMImageEntryException if it could not be found.
findByUuid_Last(String, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the last am image entry in the ordered set where uuid = ?.
findByUuid_Last(String, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the last am image entry in the ordered set where uuid = ?.
findByUuid_PrevAndNext(long, String, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Returns the am image entries before and after the current am image entry in the ordered set where uuid = ?.
findByUuid_PrevAndNext(long, String, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Returns the am image entries before and after the current am image entry in the ordered set where uuid = ?.
findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
 
findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
 
findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
 
forceDeleteAMImageConfigurationEntry(long, String) - Method in interface com.liferay.adaptive.media.image.configuration.AMImageConfigurationHelper
Deletes an existing image configuration entry, even if it is enabled.
forConfiguration(String) - Method in interface com.liferay.adaptive.media.image.finder.AMImageQueryBuilder.ConfigurationStep
A terminal method that specifies that only adaptive media images with the given configuration should be returned.
forFileEntry(FileEntry) - Method in interface com.liferay.adaptive.media.image.finder.AMImageQueryBuilder
An initial method that specifies that only adaptive media images that belong to a specific file entry should be returned.
forFileVersion(FileVersion) - Method in interface com.liferay.adaptive.media.image.finder.AMImageQueryBuilder
An initial method that specifies the file version of the adaptive media images.

G

getActionableDynamicQuery() - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
 
getActionableDynamicQuery() - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
 
getActionableDynamicQuery() - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
 
getAdaptiveMediaStream(Function<B, AMQuery<M, T>>) - Method in interface com.liferay.adaptive.media.finder.AMFinder
Returns all AdaptiveMedia instances for the model that matches the query.
getAllowedAMAttributes() - Static method in class com.liferay.adaptive.media.AMAttribute
Returns a string-attribute map containing the available name-attribute pairs.
getAllowedAMAttributes() - Static method in class com.liferay.adaptive.media.image.processor.AMImageAttribute
Returns a string-attribute map containing the available name-attribute pairs.
getAMImageConfigurationEntries(long) - Method in interface com.liferay.adaptive.media.image.configuration.AMImageConfigurationHelper
Returns a collection of the enabled image configuration entries for a company.
getAMImageConfigurationEntries(long, Predicate<? super AMImageConfigurationEntry>) - Method in interface com.liferay.adaptive.media.image.configuration.AMImageConfigurationHelper
Returns a collection of image configuration entries filtered by the given predicate for a company.
getAMImageConfigurationEntry(long, String) - Method in interface com.liferay.adaptive.media.image.configuration.AMImageConfigurationHelper
Returns an optional image configuration entry for the given company and image configuration entry UUID.
getAMImageEntries(int, int) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Returns a range of all the am image entries.
getAMImageEntries(long) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Returns the list of adaptive media image entries generated for the file version.
getAMImageEntries(int, int) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Returns a range of all the am image entries.
getAMImageEntries(long) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Returns the list of adaptive media image entries generated for the file version.
getAMImageEntries(int, int) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Returns a range of all the am image entries.
getAMImageEntries(long) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Returns the list of adaptive media image entries generated for the file version.
getAMImageEntriesByUuidAndCompanyId(String, long) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Returns all the am image entries matching the UUID and company.
getAMImageEntriesByUuidAndCompanyId(String, long, int, int, OrderByComparator<AMImageEntry>) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Returns a range of am image entries matching the UUID and company.
getAMImageEntriesByUuidAndCompanyId(String, long) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Returns all the am image entries matching the UUID and company.
getAMImageEntriesByUuidAndCompanyId(String, long, int, int, OrderByComparator<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Returns a range of am image entries matching the UUID and company.
getAMImageEntriesByUuidAndCompanyId(String, long) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Returns all the am image entries matching the UUID and company.
getAMImageEntriesByUuidAndCompanyId(String, long, int, int, OrderByComparator<AMImageEntry>) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Returns a range of am image entries matching the UUID and company.
getAMImageEntriesCount() - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Returns the number of am image entries.
getAMImageEntriesCount(long, String) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Returns the number of adaptive media image entries generated for the configuration in the company.
getAMImageEntriesCount() - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Returns the number of am image entries.
getAMImageEntriesCount(long, String) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Returns the number of adaptive media image entries generated for the configuration in the company.
getAMImageEntriesCount() - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Returns the number of am image entries.
getAMImageEntriesCount(long, String) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Returns the number of adaptive media image entries generated for the configuration in the company.
getAMImageEntry(long) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Returns the am image entry with the primary key.
getAMImageEntry(long) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Returns the am image entry with the primary key.
getAMImageEntry(long) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Returns the am image entry with the primary key.
getAMImageEntryByUuidAndGroupId(String, long) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Returns the am image entry matching the UUID and group.
getAMImageEntryByUuidAndGroupId(String, long) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Returns the am image entry matching the UUID and group.
getAMImageEntryByUuidAndGroupId(String, long) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Returns the am image entry matching the UUID and group.
getAMImageEntryContentStream(AMImageConfigurationEntry, FileVersion) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Returns the input stream of the adaptive media image generated for a file version and configuration.
getAMImageEntryContentStream(AMImageConfigurationEntry, FileVersion) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Returns the input stream of the adaptive media image generated for a file version and configuration.
getAMImageEntryContentStream(AMImageConfigurationEntry, FileVersion) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Returns the input stream of the adaptive media image generated for a file version and configuration.
getAmImageEntryId() - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Returns the am image entry ID of this am image entry.
getAmImageEntryId() - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
getAmImageEntryId() - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Returns the am image entry ID of this am image entry.
getAMImageScaler(String) - Method in interface com.liferay.adaptive.media.image.scaler.AMImageScalerTracker
Returns the enabled image scaler for the specific MIME type.
getAttribute() - Method in class com.liferay.adaptive.media.image.media.query.Condition
 
getCompanyId() - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Returns the company ID of this am image entry.
getCompanyId() - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
getCompanyId() - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Returns the company ID of this am image entry.
getConditions() - Method in class com.liferay.adaptive.media.image.media.query.MediaQuery
 
getConfigurationUuid() - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Returns the configuration uuid of this am image entry.
getConfigurationUuid() - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
getConfigurationUuid() - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Returns the configuration uuid of this am image entry.
getConfigurationUuidAMAttribute() - Static method in class com.liferay.adaptive.media.AMAttribute
Returns a generic attribute representing the configuration UUID used to generate the media.
getContentLengthAMAttribute() - Static method in class com.liferay.adaptive.media.AMAttribute
Returns a generic attribute representing the length of the media's content.
getContentTransformerContentType() - Method in class com.liferay.adaptive.media.content.transformer.BaseRegexStringContentTransformer
 
getContentTransformerContentType() - Method in interface com.liferay.adaptive.media.content.transformer.ContentTransformer
 
getContentTypeAMAttribute() - Static method in class com.liferay.adaptive.media.AMAttribute
Returns a generic attribute representing the media's content type.
getCreateDate() - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Returns the create date of this am image entry.
getCreateDate() - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
getCreateDate() - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Returns the create date of this am image entry.
getDescription() - Method in enum com.liferay.adaptive.media.demo.data.creator.DemoAMImageConfigurationVariant
 
getDescription() - Method in interface com.liferay.adaptive.media.image.configuration.AMImageConfigurationEntry
Returns the image configuration entry's description.
getExpectedAMImageEntriesCount(long) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Returns the total number of adaptive media images that are expected to be in a company once they are generated.
getExpectedAMImageEntriesCount(long) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Returns the total number of adaptive media images that are expected to be in a company once they are generated.
getExpectedAMImageEntriesCount(long) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Returns the total number of adaptive media images that are expected to be in a company once they are generated.
getFileEntry(Matcher) - Method in class com.liferay.adaptive.media.content.transformer.BaseRegexStringContentTransformer
 
getFileNameAMAttribute() - Static method in class com.liferay.adaptive.media.AMAttribute
Returns a generic attribute representing the media's file name (if any).
getFileVersionId() - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Returns the file version ID of this am image entry.
getFileVersionId() - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
getFileVersionId() - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Returns the file version ID of this am image entry.
getGroupId() - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Returns the group ID of this am image entry.
getGroupId() - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
getGroupId() - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Returns the group ID of this am image entry.
getHeight() - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Returns the height of this am image entry.
getHeight() - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
getHeight() - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Returns the height of this am image entry.
getHeight() - Method in interface com.liferay.adaptive.media.image.scaler.AMImageScaledImage
Returns the image height.
getIndexableActionableDynamicQuery() - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
 
getIndexableActionableDynamicQuery() - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
 
getIndexableActionableDynamicQuery() - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
 
getInputStream() - Method in interface com.liferay.adaptive.media.AdaptiveMedia
Returns an InputStream with the raw contents of this AdaptiveMedia instance.
getInputStream() - Method in interface com.liferay.adaptive.media.image.scaler.AMImageScaledImage
Returns an InputStream with the image data.
getKey() - Method in interface com.liferay.adaptive.media.content.transformer.ContentTransformerContentType
 
getMediaQueries(FileEntry) - Method in interface com.liferay.adaptive.media.image.media.query.MediaQueryProvider
 
getMimeType() - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Returns the mime type of this am image entry.
getMimeType() - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
getMimeType() - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Returns the mime type of this am image entry.
getModelAttributes() - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
 
getName() - Method in class com.liferay.adaptive.media.AMAttribute
Returns this AdaptiveMedia instance's globally unique name.
getName() - Method in enum com.liferay.adaptive.media.demo.data.creator.DemoAMImageConfigurationVariant
 
getName() - Method in interface com.liferay.adaptive.media.image.configuration.AMImageConfigurationEntry
Returns the image configuration entry's name.
getOSGiServiceIdentifier() - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Returns the OSGi service identifier.
getPattern() - Method in class com.liferay.adaptive.media.content.transformer.BaseRegexStringContentTransformer
 
getPercentage(long, String) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Returns the percentage of images that have an adaptive media image generated based on the expected number of adaptive media images for a configuration in a company.
getPercentage(long, String) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Returns the percentage of images that have an adaptive media image generated based on the expected number of adaptive media images for a configuration in a company.
getPercentage(long, String) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Returns the percentage of images that have an adaptive media image generated based on the expected number of adaptive media images for a configuration in a company.
getPersistedModel(Serializable) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
 
getPersistedModel(Serializable) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
 
getPersistedModel(Serializable) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
 
getPersistence() - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
 
getPredicate() - Method in enum com.liferay.adaptive.media.image.finder.AMImageQueryBuilder.ConfigurationStatus
 
getPrimaryKey() - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Returns the primary key of this am image entry.
getPrimaryKey() - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
getPrimaryKey() - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Returns the primary key of this am image entry.
getProperties() - Method in enum com.liferay.adaptive.media.demo.data.creator.DemoAMImageConfigurationVariant
 
getProperties() - Method in interface com.liferay.adaptive.media.image.configuration.AMImageConfigurationEntry
Returns a set of properties that communicate how adaptive media images should be generated for the image configuration entry.
getReplacement(String, FileEntry) - Method in class com.liferay.adaptive.media.content.transformer.BaseRegexStringContentTransformer
 
getService() - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
 
getSize() - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Returns the size of this am image entry.
getSize() - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
getSize() - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Returns the size of this am image entry.
getSize() - Method in interface com.liferay.adaptive.media.image.scaler.AMImageScaledImage
Returns this image's size in bytes.
getSortValue(long) - Method in enum com.liferay.adaptive.media.image.finder.AMImageQueryBuilder.SortOrder
 
getSrc() - Method in class com.liferay.adaptive.media.image.media.query.MediaQuery
 
getSupportedMimeTypes() - Method in interface com.liferay.adaptive.media.image.mime.type.AMImageMimeTypeProvider
Returns the supported MIME types that generate Adaptive Media images.
getURI() - Method in interface com.liferay.adaptive.media.AdaptiveMedia
Returns the URI of this AdaptiveMedia instance.
getUuid() - Method in enum com.liferay.adaptive.media.demo.data.creator.DemoAMImageConfigurationVariant
 
getUUID() - Method in interface com.liferay.adaptive.media.image.configuration.AMImageConfigurationEntry
Returns the image configuration entry's unique identifier.
getUuid() - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Returns the uuid of this am image entry.
getUuid() - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
getUuid() - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Returns the uuid of this am image entry.
getValue() - Method in class com.liferay.adaptive.media.image.media.query.Condition
 
getValueOptional(AMAttribute<T, V>) - Method in interface com.liferay.adaptive.media.AdaptiveMedia
Returns the value of this AdaptiveMedia instance's attribute.
getWidth() - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Returns the width of this am image entry.
getWidth() - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
getWidth() - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Returns the width of this am image entry.
getWidth() - Method in interface com.liferay.adaptive.media.image.scaler.AMImageScaledImage
Returns the image width.
getWrappedService() - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
 
groupId - Variable in class com.liferay.adaptive.media.image.model.AMImageEntryTable
 

H

handleRequest(HttpServletRequest) - Method in interface com.liferay.adaptive.media.handler.AMRequestHandler
Returns the requested AdaptiveMedia instance wrapped in an Optional instance.
height - Variable in class com.liferay.adaptive.media.image.model.AMImageEntryTable
 
HTML - Static variable in class com.liferay.adaptive.media.content.transformer.constants.ContentTransformerContentTypes
 
HTMLAssert - Class in com.liferay.adaptive.media.test.util.html
 
HTMLAssert() - Constructor for class com.liferay.adaptive.media.test.util.html.HTMLAssert
 

I

INSTANCE - Static variable in class com.liferay.adaptive.media.image.model.AMImageEntryTable
 
InvalidConfiguration() - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException.InvalidConfiguration
 
InvalidConfiguration(String) - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException.InvalidConfiguration
 
InvalidConfiguration(String, Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException.InvalidConfiguration
 
InvalidConfiguration(Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException.InvalidConfiguration
 
InvalidHeightException() - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.InvalidHeightException
 
InvalidHeightException(String) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.InvalidHeightException
 
InvalidHeightException(String, Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.InvalidHeightException
 
InvalidHeightException(Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.InvalidHeightException
 
InvalidNameException() - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.InvalidNameException
 
InvalidNameException(String) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.InvalidNameException
 
InvalidNameException(String, Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.InvalidNameException
 
InvalidNameException(Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.InvalidNameException
 
InvalidStateAMImageConfigurationException() - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.InvalidStateAMImageConfigurationException
 
InvalidStateAMImageConfigurationException(String) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.InvalidStateAMImageConfigurationException
 
InvalidStateAMImageConfigurationException(String, Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.InvalidStateAMImageConfigurationException
 
InvalidStateAMImageConfigurationException(Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.InvalidStateAMImageConfigurationException
 
InvalidUuidException() - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.InvalidUuidException
 
InvalidUuidException(String) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.InvalidUuidException
 
InvalidUuidException(String, Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.InvalidUuidException
 
InvalidUuidException(Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.InvalidUuidException
 
InvalidWidthException() - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.InvalidWidthException
 
InvalidWidthException(String) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.InvalidWidthException
 
InvalidWidthException(String, Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.InvalidWidthException
 
InvalidWidthException(Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.InvalidWidthException
 
IOException() - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException.IOException
 
IOException(String) - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException.IOException
 
IOException(String, Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException.IOException
 
IOException(Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException.IOException
 
isEnabled() - Method in interface com.liferay.adaptive.media.image.configuration.AMImageConfigurationEntry
Returns true if the image configuration entry is enabled and used to generate adaptive media images.
isEnabled() - Method in interface com.liferay.adaptive.media.image.scaler.AMImageScaler
Returns true if the image scaler is enabled to scale images.
isMimeTypeSupported(String) - Method in interface com.liferay.adaptive.media.image.mime.type.AMImageMimeTypeProvider
Returns true if the provided MIME type generates Adaptive Media images.
isProcessingSupported(FileVersion) - Method in interface com.liferay.adaptive.media.image.validator.AMImageValidator
Returns true if the provided file version supports image processing.
isValid(FileVersion) - Method in interface com.liferay.adaptive.media.image.validator.AMImageValidator
Returns true if the provided file version is valid for Adaptive Media.

L

locateForClass(Class<M>) - Method in interface com.liferay.adaptive.media.processor.AMAsyncProcessorLocator
 

M

MediaQuery - Class in com.liferay.adaptive.media.image.media.query
 
MediaQuery(List<Condition>, String) - Constructor for class com.liferay.adaptive.media.image.media.query.MediaQuery
 
MediaQueryProvider - Interface in com.liferay.adaptive.media.image.media.query
 
mimeType - Variable in class com.liferay.adaptive.media.image.model.AMImageEntryTable
 

N

NoSuchAMImageConfigurationException() - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.NoSuchAMImageConfigurationException
 
NoSuchAMImageConfigurationException(String) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.NoSuchAMImageConfigurationException
 
NoSuchAMImageConfigurationException(String, Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.NoSuchAMImageConfigurationException
 
NoSuchAMImageConfigurationException(Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.NoSuchAMImageConfigurationException
 
NoSuchAMImageEntryException - Exception in com.liferay.adaptive.media.image.exception
 
NoSuchAMImageEntryException() - Constructor for exception com.liferay.adaptive.media.image.exception.NoSuchAMImageEntryException
 
NoSuchAMImageEntryException(String) - Constructor for exception com.liferay.adaptive.media.image.exception.NoSuchAMImageEntryException
 
NoSuchAMImageEntryException(String, Throwable) - Constructor for exception com.liferay.adaptive.media.image.exception.NoSuchAMImageEntryException
 
NoSuchAMImageEntryException(Throwable) - Constructor for exception com.liferay.adaptive.media.image.exception.NoSuchAMImageEntryException
 

O

optimize(long) - Method in interface com.liferay.adaptive.media.image.optimizer.AMImageOptimizer
Generates missing adaptive media images for an application or use case in a company for every enabled image configuration entry.
optimize(long, String) - Method in interface com.liferay.adaptive.media.image.optimizer.AMImageOptimizer
Generates missing adaptive media images for an application or use case in a company for the specified image configuration entry.
orderBy(AMAttribute<AMImageProcessor, V>, AMImageQueryBuilder.SortOrder) - Method in interface com.liferay.adaptive.media.image.finder.AMImageQueryBuilder.StrictSortStep
An intermediate method that sorts the adaptive media based on a specific attribute.

P

parseInt(String) - Static method in class com.liferay.adaptive.media.util.AMAttributeConverterUtil
 
parseLong(String) - Static method in class com.liferay.adaptive.media.util.AMAttributeConverterUtil
 
persist() - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
 
PHASE - Static variable in class com.liferay.adaptive.media.constants.AMOptimizeImagesBackgroundTaskConstants
 
PORTAL_END - Static variable in class com.liferay.adaptive.media.constants.AMOptimizeImagesBackgroundTaskConstants
 
PORTAL_START - Static variable in class com.liferay.adaptive.media.constants.AMOptimizeImagesBackgroundTaskConstants
 
process(FileVersion, String) - Method in interface com.liferay.adaptive.media.image.processor.AMImageProcessor
 
process(M) - Method in interface com.liferay.adaptive.media.processor.AMProcessor
Generates the media for the model.

R

remove(long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Removes the am image entry with the primary key from the database.
remove(long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Removes the am image entry with the primary key from the database.
removeAll() - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Removes all the am image entries from the database.
removeAll() - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Removes all the am image entries from the database.
removeByC_C(long, String) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Removes all the am image entries where companyId = ? and configurationUuid = ? from the database.
removeByC_C(long, String) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Removes all the am image entries where companyId = ? and configurationUuid = ? from the database.
removeByC_F(String, long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Removes the am image entry where configurationUuid = ? and fileVersionId = ? from the database.
removeByC_F(String, long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Removes the am image entry where configurationUuid = ? and fileVersionId = ? from the database.
removeByCompanyId(long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Removes all the am image entries where companyId = ? from the database.
removeByCompanyId(long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Removes all the am image entries where companyId = ? from the database.
removeByConfigurationUuid(String) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Removes all the am image entries where configurationUuid = ? from the database.
removeByConfigurationUuid(String) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Removes all the am image entries where configurationUuid = ? from the database.
removeByFileVersionId(long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Removes all the am image entries where fileVersionId = ? from the database.
removeByFileVersionId(long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Removes all the am image entries where fileVersionId = ? from the database.
removeByGroupId(long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Removes all the am image entries where groupId = ? from the database.
removeByGroupId(long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Removes all the am image entries where groupId = ? from the database.
removeByUuid(String) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Removes all the am image entries where uuid = ? from the database.
removeByUuid(String) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Removes all the am image entries where uuid = ? from the database.
removeByUuid_C(String, long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Removes all the am image entries where uuid = ? and companyId = ? from the database.
removeByUuid_C(String, long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Removes all the am image entries where uuid = ? and companyId = ? from the database.
removeByUUID_G(String, long) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
Removes the am image entry where uuid = ? and groupId = ? from the database.
removeByUUID_G(String, long) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
Removes the am image entry where uuid = ? and groupId = ? from the database.
RequiredWidthOrHeightException() - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.RequiredWidthOrHeightException
 
RequiredWidthOrHeightException(String) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.RequiredWidthOrHeightException
 
RequiredWidthOrHeightException(String, Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.RequiredWidthOrHeightException
 
RequiredWidthOrHeightException(Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMImageConfigurationException.RequiredWidthOrHeightException
 
resolveURI(URI) - Method in interface com.liferay.adaptive.media.AMURIResolver
 

S

scaleImage(FileVersion, AMImageConfigurationEntry) - Method in interface com.liferay.adaptive.media.image.scaler.AMImageScaler
Generates a scaled image for the file version that fits the characteristics specified by the image configuration entry.
serialize(AMImageConfigurationEntry) - Method in interface com.liferay.adaptive.media.image.configuration.AMImageConfigurationEntrySerializer
 
serialize(AdaptiveMedia<AMImageProcessor>) - Method in interface com.liferay.adaptive.media.image.util.AMImageSerializer
 
setAmImageEntryId(long) - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Sets the am image entry ID of this am image entry.
setAmImageEntryId(long) - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
setAmImageEntryId(long) - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Sets the am image entry ID of this am image entry.
setCompanyId(long) - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Sets the company ID of this am image entry.
setCompanyId(long) - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
setCompanyId(long) - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Sets the company ID of this am image entry.
setConfigurationUuid(String) - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Sets the configuration uuid of this am image entry.
setConfigurationUuid(String) - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
setConfigurationUuid(String) - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Sets the configuration uuid of this am image entry.
setCreateDate(Date) - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Sets the create date of this am image entry.
setCreateDate(Date) - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
setCreateDate(Date) - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Sets the create date of this am image entry.
setFileVersion(FileVersion) - Method in class com.liferay.adaptive.media.image.taglib.servlet.taglib.AMImageImgTag
 
setFileVersionId(long) - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Sets the file version ID of this am image entry.
setFileVersionId(long) - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
setFileVersionId(long) - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Sets the file version ID of this am image entry.
setGroupId(long) - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Sets the group ID of this am image entry.
setGroupId(long) - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
setGroupId(long) - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Sets the group ID of this am image entry.
setHeight(int) - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Sets the height of this am image entry.
setHeight(int) - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
setHeight(int) - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Sets the height of this am image entry.
setMimeType(String) - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Sets the mime type of this am image entry.
setMimeType(String) - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
setMimeType(String) - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Sets the mime type of this am image entry.
setModelAttributes(Map<String, Object>) - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
 
setPrimaryKey(long) - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Sets the primary key of this am image entry.
setPrimaryKey(long) - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
setPrimaryKey(long) - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Sets the primary key of this am image entry.
setSize(long) - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Sets the size of this am image entry.
setSize(long) - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
setSize(long) - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Sets the size of this am image entry.
setUuid(String) - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Sets the uuid of this am image entry.
setUuid(String) - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
setUuid(String) - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Sets the uuid of this am image entry.
setWidth(int) - Method in interface com.liferay.adaptive.media.image.model.AMImageEntryModel
Sets the width of this am image entry.
setWidth(int) - Method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
setWidth(int) - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
Sets the width of this am image entry.
setWrappedService(AMImageEntryLocalService) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
 
SINGLE_END - Static variable in class com.liferay.adaptive.media.constants.AMOptimizeImagesBackgroundTaskConstants
 
SINGLE_START - Static variable in class com.liferay.adaptive.media.constants.AMOptimizeImagesBackgroundTaskConstants
 
size - Variable in class com.liferay.adaptive.media.image.model.AMImageEntryTable
 

T

toComparator() - Method in interface com.liferay.adaptive.media.AMDistanceComparator
Return a comparator that is equivalent to this AMDistanceComparator.
toSoapModel(AMImageEntry) - Static method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
toSoapModels(AMImageEntry[]) - Static method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
toSoapModels(AMImageEntry[][]) - Static method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
toSoapModels(List<AMImageEntry>) - Static method in class com.liferay.adaptive.media.image.model.AMImageEntrySoap
Deprecated.
 
TOTAL - Static variable in class com.liferay.adaptive.media.constants.AMOptimizeImagesBackgroundTaskConstants
 
transform(String) - Method in class com.liferay.adaptive.media.content.transformer.BaseRegexStringContentTransformer
 
transform(T) - Method in interface com.liferay.adaptive.media.content.transformer.ContentTransformer
 
transform(ContentTransformerContentType<T>, T) - Method in interface com.liferay.adaptive.media.content.transformer.ContentTransformerHandler
 
triggerCleanUp(M, String) - Method in interface com.liferay.adaptive.media.processor.AMAsyncProcessor
Asynchronously removes any generated media from the model.
triggerProcess(M, String) - Method in interface com.liferay.adaptive.media.processor.AMAsyncProcessor
Asynchronously generates the media for the model.

U

UnsupportedEncodingException() - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException.UnsupportedEncodingException
 
UnsupportedEncodingException(String) - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException.UnsupportedEncodingException
 
UnsupportedEncodingException(String, Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException.UnsupportedEncodingException
 
UnsupportedEncodingException(Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException.UnsupportedEncodingException
 
update(AMImageEntry) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
 
update(AMImageEntry, ServiceContext) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
 
updateAMImageConfigurationEntry(long, String, String, String, String, Map<String, String>) - Method in interface com.liferay.adaptive.media.image.configuration.AMImageConfigurationHelper
Updates an existing image configuration entry.
updateAMImageEntry(AMImageEntry) - Method in interface com.liferay.adaptive.media.image.service.AMImageEntryLocalService
Updates the am image entry in the database or adds it if it does not yet exist.
updateAMImageEntry(AMImageEntry) - Static method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceUtil
Updates the am image entry in the database or adds it if it does not yet exist.
updateAMImageEntry(AMImageEntry) - Method in class com.liferay.adaptive.media.image.service.AMImageEntryLocalServiceWrapper
Updates the am image entry in the database or adds it if it does not yet exist.
updateImpl(AMImageEntry) - Method in interface com.liferay.adaptive.media.image.service.persistence.AMImageEntryPersistence
 
updateImpl(AMImageEntry) - Static method in class com.liferay.adaptive.media.image.service.persistence.AMImageEntryUtil
 
uuid - Variable in class com.liferay.adaptive.media.image.model.AMImageEntryTable
 

V

valueOf(String) - Static method in enum com.liferay.adaptive.media.demo.data.creator.DemoAMImageConfigurationVariant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.liferay.adaptive.media.image.finder.AMImageQueryBuilder.ConfigurationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.liferay.adaptive.media.image.finder.AMImageQueryBuilder.SortOrder
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.liferay.adaptive.media.demo.data.creator.DemoAMImageConfigurationVariant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.liferay.adaptive.media.image.finder.AMImageQueryBuilder.ConfigurationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.liferay.adaptive.media.image.finder.AMImageQueryBuilder.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.

W

width - Variable in class com.liferay.adaptive.media.image.model.AMImageEntryTable
 
with(AMAttribute<AMImageProcessor, V>, Optional<V>) - Method in interface com.liferay.adaptive.media.image.finder.AMImageQueryBuilder.FuzzySortStep
An intermediate method that sorts the adaptive media based on specific attribute values.
with(AMAttribute<AMImageProcessor, V>, V) - Method in interface com.liferay.adaptive.media.image.finder.AMImageQueryBuilder.FuzzySortStep
An intermediate method that sorts the adaptive media based on specific attribute values.
withConfigurationStatus(AMImageQueryBuilder.ConfigurationStatus) - Method in interface com.liferay.adaptive.media.image.finder.AMImageQueryBuilder.ConfigurationStep
An intermediate method that specifies that only adaptive media images with the given configuration status should be returned.
wrap(AMImageEntry) - Method in class com.liferay.adaptive.media.image.model.AMImageEntryWrapper
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links