Uses of Class
de.hybris.platform.core.model.media.MediaFormatModel
Packages that use MediaFormatModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.media package.
Contains generated models for each type of de.hybris.platform.mediaconversion.jalo package.
-
Uses of MediaFormatModel in com.hybris.backoffice.wizard
Methods in com.hybris.backoffice.wizard that return types with arguments of type MediaFormatModelModifier and TypeMethodDescriptionprotected Optional<MediaFormatModel>MediaReferenceCreateHandler.getMediaFormat(com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, Map<String, String> params) -
Uses of MediaFormatModel in de.hybris.platform.acceleratorfacades.cmsitems.attributeconverters
Method parameters in de.hybris.platform.acceleratorfacades.cmsitems.attributeconverters with type arguments of type MediaFormatModelModifier and TypeMethodDescriptionprotected Map<String,MediaModel> CloneComponentMediaContainerDataToAttributeContentConverter.buildMediaModelMapForAllMediaFormats(Map<String, MediaFormatModel> mediaFormatModelMap, MediaContainerModel mediaContainerModel) Builds aMapof all media format qualifiers defined in the platform and allMediaModeldefined in the cloned component model.protected Function<Map<String,String>, MediaContainerModel> MediaContainerDataToAttributeContentConverter.getMediaContainerFunction(Map<String, MediaFormatModel> mediaFormats, MediaContainerModel mediaContainer, String qualifier) Get the Media Container function to convert a Map<String, MediaFormatModel> into aMediaContainerModel -
Uses of MediaFormatModel in de.hybris.platform.b2b.testframework
Methods in de.hybris.platform.b2b.testframework that return MediaFormatModel -
Uses of MediaFormatModel in de.hybris.platform.cms2.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos that return MediaFormatModelModifier and TypeMethodDescriptionCMSMediaFormatDao.getMediaFormatByQualifier(String qualifier) Retrieve a single media format which have the specified qualifier value.Methods in de.hybris.platform.cms2.servicelayer.daos that return types with arguments of type MediaFormatModelModifier and TypeMethodDescriptionCMSMediaFormatDao.getAllMediaFormats()Retrieve all media formats.CMSMediaFormatDao.getMediaFormatsByQualifiers(Collection<String> qualifiers) Retrieve a collection of media formats which have the specified qualifiers value. -
Uses of MediaFormatModel in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return MediaFormatModelModifier and TypeMethodDescriptionDefaultCMSMediaFormatDao.getMediaFormatByQualifier(String qualifier) Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return types with arguments of type MediaFormatModelModifier and TypeMethodDescriptionDefaultCMSMediaFormatDao.getAllMediaFormats()DefaultCMSMediaFormatDao.getMediaFormatsByQualifiers(Collection<String> qualifiers) -
Uses of MediaFormatModel in de.hybris.platform.cmsfacades.media.service
Methods in de.hybris.platform.cmsfacades.media.service that return types with arguments of type MediaFormatModelModifier and TypeMethodDescriptionCMSMediaFormatService.getMediaFormatsByComponentType(Class<? extends AbstractCMSComponentModel> classType) Retrieve a list of all media formats which are supported by the specified CMS component model -
Uses of MediaFormatModel in de.hybris.platform.cmsfacades.media.service.impl
Methods in de.hybris.platform.cmsfacades.media.service.impl that return types with arguments of type MediaFormatModelModifier and TypeMethodDescriptionDefaultCMSMediaFormatService.getMediaFormatsByComponentType(Class<? extends AbstractCMSComponentModel> classType) -
Uses of MediaFormatModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return MediaFormatModelModifier and TypeMethodDescriptionMediaFormatModelBuilder.build()protected MediaFormatModelMediaFormatModelBuilder.getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type MediaFormatModelModifier and TypeMethodDescriptionstatic MediaFormatModelBuilderMediaFormatModelBuilder.fromModel(MediaFormatModel model) MediaModelBuilder.withMediaFormat(MediaFormatModel mediaFormat) -
Uses of MediaFormatModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return MediaFormatModelModifier and TypeMethodDescriptionMediaFormatModelMother.createDesktopFormat()protected MediaFormatModelMediaFormatModelMother.createMediaFormatWithQualifier(String qualifier) MediaFormatModelMother.createMobileFormat()MediaFormatModelMother.createTabletFormat()MediaFormatModelMother.createWidescreenFormat()Methods in de.hybris.platform.cmsfacades.util.models with parameters of type MediaFormatModelModifier and TypeMethodDescriptionprotected MediaModelMediaModelMother.createMediaModelWithFormat(CatalogVersionModel catalogVersion, MediaModelMother.MediaTemplate template, MediaFormatModel mediaFormat) -
Uses of MediaFormatModel in de.hybris.platform.commerceservices.search.searchservices.provider.impl
Methods in de.hybris.platform.commerceservices.search.searchservices.provider.impl with parameters of type MediaFormatModelModifier and TypeMethodDescriptionProductImageAttributeSnIndexerValueProvider.buildMediaKeys(String mediaExpression, MediaContainerModel mediaContainer, MediaFormatModel mediaFormat) -
Uses of MediaFormatModel in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl with parameters of type MediaFormatModelModifier and TypeMethodDescriptionprotected MediaModelImageValueProvider.findMedia(ProductModel product, MediaFormatModel mediaFormat) -
Uses of MediaFormatModel in de.hybris.platform.core.model.media
Methods in de.hybris.platform.core.model.media that return MediaFormatModelModifier and TypeMethodDescriptionMediaModel.getMediaFormat()Generated method - Getter of theMedia.mediaFormatattribute defined at extensioncore.MediaFormatMappingModel.getSource()Generated method - Getter of theMediaFormatMapping.sourceattribute defined at extensioncore.MediaFormatMappingModel.getTarget()Generated method - Getter of theMediaFormatMapping.targetattribute defined at extensioncore.Methods in de.hybris.platform.core.model.media with parameters of type MediaFormatModelModifier and TypeMethodDescriptionvoidMediaModel.setMediaFormat(MediaFormatModel value) Generated method - Setter ofMedia.mediaFormatattribute defined at extensioncore.voidMediaFormatMappingModel.setSource(MediaFormatModel value) Generated method - Initial setter ofMediaFormatMapping.sourceattribute defined at extensioncore.voidMediaFormatMappingModel.setTarget(MediaFormatModel value) Generated method - Initial setter ofMediaFormatMapping.targetattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.media with parameters of type MediaFormatModelModifierConstructorDescriptionMediaFormatMappingModel(MediaContextModel _mediaContext, ItemModel _owner, MediaFormatModel _source, MediaFormatModel _target) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMediaFormatMappingModel(MediaContextModel _mediaContext, MediaFormatModel _source, MediaFormatModel _target) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of MediaFormatModel in de.hybris.platform.mediaconversion
Methods in de.hybris.platform.mediaconversion with parameters of type MediaFormatModelModifier and TypeMethodDescriptionMediaConversionService.getOrConvert(MediaContainerModel container, MediaFormatModel format) Retrieves theMediaModelin the specifiedMediaFormatModelassociated with the givenMediaContainerModel. -
Uses of MediaFormatModel in de.hybris.platform.mediaconversion.conversion
Methods in de.hybris.platform.mediaconversion.conversion with parameters of type MediaFormatModelModifier and TypeMethodDescriptionprotected StringDefaultConvertedMediaCreationStrategy.createCode(MediaModel parent, MediaFormatModel format) Assembles the code to use for the newly created media.DefaultMediaConversionService.getOrConvert(MediaContainerModel container, MediaFormatModel format) protected MediaModelDefaultMediaConversionService.getUpToDateMediaByFormat(MediaContainerModel container, MediaFormatModel format) Retrieves the media in the given format and checks whether it is up to date. -
Uses of MediaFormatModel in de.hybris.platform.mediaconversion.model
Subclasses of MediaFormatModel in de.hybris.platform.mediaconversion.modelModifier and TypeClassDescriptionclassGenerated model class for type ConversionMediaFormat first defined at extension mediaconversion. -
Uses of MediaFormatModel in de.hybris.platform.servicelayer.media
Methods in de.hybris.platform.servicelayer.media that return MediaFormatModelModifier and TypeMethodDescriptionGets the format identified unique by given qualifier.MediaContainerService.getMediaFormatForSourceFormat(MediaContextModel contextModel, MediaFormatModel sourceFormatModel) Gets the media format for source format from the given media context.Methods in de.hybris.platform.servicelayer.media with parameters of type MediaFormatModelModifier and TypeMethodDescriptionMediaService.getMediaByFormat(MediaContainerModel container, MediaFormatModel format) Gets media in specified format related to given media container.MediaService.getMediaByFormat(MediaModel media, MediaFormatModel format) Gets media in specified format related to given media.MediaContainerService.getMediaForFormat(MediaContainerModel mediaContainerModel, MediaFormatModel mediaFormatModel) Gets the media for the given format from the given container.MediaContainerService.getMediaFormatForSourceFormat(MediaContextModel contextModel, MediaFormatModel sourceFormatModel) Gets the media format for source format from the given media context. -
Uses of MediaFormatModel in de.hybris.platform.servicelayer.media.impl
Methods in de.hybris.platform.servicelayer.media.impl that return MediaFormatModelModifier and TypeMethodDescriptionDefaultMediaContainerService.getMediaFormatForSourceFormat(MediaContextModel contextModel, MediaFormatModel sourceFormatModel) Gets the media format for source format from the given media context.Methods in de.hybris.platform.servicelayer.media.impl that return types with arguments of type MediaFormatModelModifier and TypeMethodDescriptionDefaultMediaDao.findFormat(String qualifier) Deprecated, for removal: This API element is subject to removal in a future version.since agesMediaDao.findFormat(String qualifier) Deprecated, for removal: This API element is subject to removal in a future version.since ages - useMediaDao.findMediaFormatByQualifier(String)DefaultMediaDao.findMediaFormatByQualifier(String qualifier) MediaDao.findMediaFormatByQualifier(String qualifier) Finds all formats by qualifier.Methods in de.hybris.platform.servicelayer.media.impl with parameters of type MediaFormatModelModifier and TypeMethodDescriptionDefaultMediaDao.findMediaByFormat(MediaContainerModel container, MediaFormatModel format) MediaDao.findMediaByFormat(MediaContainerModel container, MediaFormatModel format) DefaultMediaService.getMediaByFormat(MediaContainerModel container, MediaFormatModel format) DefaultMediaService.getMediaByFormat(MediaModel media, MediaFormatModel format) DefaultMediaContainerService.getMediaForFormat(MediaContainerModel mediaContainerModel, MediaFormatModel mediaFormatModel) Gets the media for the given format from the given container.DefaultMediaContainerService.getMediaFormatForSourceFormat(MediaContextModel contextModel, MediaFormatModel sourceFormatModel) Gets the media format for source format from the given media context.