Uses of Class
de.hybris.platform.mediaconversion.model.ConversionErrorLogModel
-
Packages that use ConversionErrorLogModel Package Description de.hybris.platform.core.model.media Contains generated models for each type of de.hybris.platform.jalo.media package.de.hybris.platform.mediaconversion.conversion -
-
Uses of ConversionErrorLogModel in de.hybris.platform.core.model.media
Methods in de.hybris.platform.core.model.media that return types with arguments of type ConversionErrorLogModel Modifier and Type Method Description java.util.Collection<ConversionErrorLogModel>MediaContainerModel. getConversionErrorLog()Generated method - Getter of theMediaContainer.conversionErrorLogattribute defined at extensionmediaconversion. -
Uses of ConversionErrorLogModel in de.hybris.platform.mediaconversion.conversion
Methods in de.hybris.platform.mediaconversion.conversion that return types with arguments of type ConversionErrorLogModel Modifier and Type Method Description java.util.Collection<ConversionErrorLogModel>ConversionErrorLogStrategyDao. findAllErrorLogs(MediaContainerModel container, ConversionMediaFormatModel format)java.util.Collection<ConversionErrorLogModel>DefaultConversionErrorLogStrategyDao. findAllErrorLogs(MediaContainerModel container, ConversionMediaFormatModel format)
-