Uses of Class
de.hybris.platform.core.model.media.MediaModel
-
-
Uses of MediaModel in com.hybris.backoffice.cockpitng.services.media.impl
Methods in com.hybris.backoffice.cockpitng.services.media.impl with parameters of type MediaModel Modifier and Type Method Description java.lang.String
MediaToPreviewResolutionStrategy. resolveMimeType(MediaModel target)
java.lang.String
MediaToPreviewResolutionStrategy. resolvePreviewUrl(MediaModel target)
-
Uses of MediaModel in com.hybris.backoffice.config.impl
Methods in com.hybris.backoffice.config.impl that return MediaModel Modifier and Type Method Description protected MediaModel
BackofficeCockpitConfigurationService. createConfigFile()
Deprecated.since 1811, the code will be removed, useDefaultMediaCockpitConfigurationPersistenceStrategy.getCockpitNGConfig()
MediaModel
BackofficeConfigurationMediaHelper. createWidgetsConfigMedia(java.lang.String mediaCode, java.lang.String mediaMime)
Creates Backoffice configuration media and in case media cannot be created
returns existing media with given codeMediaModel
DefaultBackofficeConfigurationMediaHelper. createWidgetsConfigMedia(java.lang.String mediaCode, java.lang.String mediaMime)
protected MediaModel
DefaultBackofficeConfigurationMediaHelper. findMediaByCode(java.lang.String mediaCode)
MediaModel
BackofficeConfigurationMediaHelper. findOrCreateWidgetsConfigMedia(java.lang.String mediaCode, java.lang.String mediaMime)
Searches for Backoffice configuration media and creates one in case media is not found.MediaModel
BackofficeConfigurationMediaHelper. findOrCreateWidgetsConfigMedia(java.lang.String mediaCode, java.lang.String mediaMime, java.util.function.Consumer<MediaModel> newMediaInitializer)
Searches for Backoffice configuration media and creates one in case media is not found.MediaModel
DefaultBackofficeConfigurationMediaHelper. findOrCreateWidgetsConfigMedia(java.lang.String mediaCode, java.lang.String mediaMime)
MediaModel
DefaultBackofficeConfigurationMediaHelper. findOrCreateWidgetsConfigMedia(java.lang.String mediaCode, java.lang.String mediaMime, java.util.function.Consumer<MediaModel> newMediaInitializer)
MediaModel
BackofficeConfigurationMediaHelper. findWidgetsConfigMedia(java.lang.String mediaCode)
Searches for Backoffice configuration media and removes all configurations if given mediaCode
is ambiguous.MediaModel
DefaultBackofficeConfigurationMediaHelper. findWidgetsConfigMedia(java.lang.String mediaCode)
protected MediaModel
BackofficeCockpitConfigurationService. getCockpitNGConfig()
Deprecated.since 1811, the code will be removedprotected MediaModel
DefaultMediaCockpitConfigurationPersistenceStrategy. getCockpitNGConfig()
protected MediaModel
BackofficeWidgetPersistenceService. getOrCreateWidgetsConfigMedia()
Methods in com.hybris.backoffice.config.impl with parameters of type MediaModel Modifier and Type Method Description protected void
DefaultBackofficeConfigurationMediaHelper. assureSecureFolderAssignment(MediaModel mediaModel)
The method assures secure media folder assignment of the given media.protected java.io.InputStream
BackofficeCockpitConfigurationService. getInputStreamForMedia(MediaModel media)
Deprecated.since 1811, the code will be removedprotected java.io.InputStream
DefaultMediaCockpitConfigurationPersistenceStrategy. getInputStreamForMedia(MediaModel media)
protected void
BackofficeWidgetPersistenceService. putDefaultWidgetsConfig(MediaModel mediaModel)
Method parameters in com.hybris.backoffice.config.impl with type arguments of type MediaModel Modifier and Type Method Description MediaModel
BackofficeConfigurationMediaHelper. findOrCreateWidgetsConfigMedia(java.lang.String mediaCode, java.lang.String mediaMime, java.util.function.Consumer<MediaModel> newMediaInitializer)
Searches for Backoffice configuration media and creates one in case media is not found.MediaModel
DefaultBackofficeConfigurationMediaHelper. findOrCreateWidgetsConfigMedia(java.lang.String mediaCode, java.lang.String mediaMime, java.util.function.Consumer<MediaModel> newMediaInitializer)
-
Uses of MediaModel in com.hybris.backoffice.daos
Methods in com.hybris.backoffice.daos that return types with arguments of type MediaModel Modifier and Type Method Description java.util.Collection<MediaModel>
BackofficeConfigurationDao. findMedias(java.lang.String code)
Find all medias for given code. -
Uses of MediaModel in com.hybris.backoffice.daos.impl
Methods in com.hybris.backoffice.daos.impl that return types with arguments of type MediaModel Modifier and Type Method Description java.util.List<MediaModel>
DefaultBackofficeConfigurationDao. findMedias(java.lang.String code)
-
Uses of MediaModel in com.hybris.backoffice.excel.jobs
Methods in com.hybris.backoffice.excel.jobs that return MediaModel Modifier and Type Method Description protected MediaModel
DefaultExcelCronJobService. createMedia(byte[] data, java.lang.String fileName, java.lang.String contentType)
Methods in com.hybris.backoffice.excel.jobs with parameters of type MediaModel Modifier and Type Method Description protected ExcelImportCronJobModel
DefaultExcelCronJobService. createCronJob(MediaModel excelMedia, MediaModel referencedContentMedia)
-
Uses of MediaModel in com.hybris.backoffice.excel.translators
Methods in com.hybris.backoffice.excel.translators with parameters of type MediaModel Modifier and Type Method Description java.util.Optional<java.lang.String>
ExcelMediaUrlExportDecorator. addUrlToMediaExport(java.util.Optional<java.lang.String> mediaExport, MediaModel media)
java.util.Optional<java.lang.Object>
ExcelMediaImportTranslator. exportData(MediaModel objectToExport)
java.util.Optional<java.lang.Object>
ExcelMediaUrlTranslator. exportData(MediaModel media)
java.util.Optional<java.lang.String>
AbstractExcelMediaImportTranslator. exportMedia(MediaModel media)
Exports single mediajava.util.Optional<java.lang.String>
ExcelMediaCollectionUrlTranslator. exportMedia(MediaModel media)
protected java.lang.String
ExcelMediaUrlExportDecorator. getExternalUrlInQuotes(MediaModel media)
Method parameters in com.hybris.backoffice.excel.translators with type arguments of type MediaModel Modifier and Type Method Description java.util.Optional<java.lang.Object>
ExcelMediaCollectionImportTranslator. exportData(java.util.Collection<MediaModel> mediasToExport)
java.util.Optional<java.lang.Object>
ExcelMediaCollectionUrlTranslator. exportData(java.util.Collection<MediaModel> mediasToExport)
-
Uses of MediaModel in com.hybris.backoffice.model
Methods in com.hybris.backoffice.model that return MediaModel Modifier and Type Method Description MediaModel
ExcelImportCronJobModel. getExcelFile()
Generated method - Getter of theExcelImportCronJob.excelFile
attribute defined at extensionbackoffice
.MediaModel
ExcelImportCronJobModel. getReferencedContent()
Generated method - Getter of theExcelImportCronJob.referencedContent
attribute defined at extensionbackoffice
.Methods in com.hybris.backoffice.model with parameters of type MediaModel Modifier and Type Method Description void
ExcelImportCronJobModel. setExcelFile(MediaModel value)
Generated method - Setter ofExcelImportCronJob.excelFile
attribute defined at extensionbackoffice
.void
ExcelImportCronJobModel. setReferencedContent(MediaModel value)
Generated method - Setter ofExcelImportCronJob.referencedContent
attribute defined at extensionbackoffice
.Constructors in com.hybris.backoffice.model with parameters of type MediaModel Constructor Description ExcelImportCronJobModel(MediaModel _excelFile, JobModel _job)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersExcelImportCronJobModel(MediaModel _excelFile, JobModel _job, ItemModel _owner)
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 MediaModel in com.hybris.backoffice.wizard
Methods in com.hybris.backoffice.wizard that return MediaModel Modifier and Type Method Description protected MediaModel
MediaContentUpdateHandler. getMediaToUpdate(com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, java.util.Map<java.lang.String,java.lang.String> params)
Methods in com.hybris.backoffice.wizard that return types with arguments of type MediaModel Modifier and Type Method Description protected java.util.List<MediaModel>
MultiMediaReferenceCreateHandler. createMediaCollection(com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, java.util.Map<java.lang.String,java.lang.String> params, java.lang.String mediaProperty)
protected java.util.Optional<MediaModel>
MediaReferenceCreateHandler. createMediaReference(com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, java.util.Map<java.lang.String,java.lang.String> params)
protected java.util.Optional<MediaModel>
MediaReferenceCreateHandler. createMediaReference(com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, java.util.Map<java.lang.String,java.lang.String> params, java.lang.String suffix)
protected java.util.Optional<java.util.List<MediaModel>>
MultiMediaReferenceCreateHandler. createMediasForContent(java.util.List<com.hybris.cockpitng.editor.defaultfileupload.FileUploadResult> uploadedMediaList, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, java.util.Map<java.lang.String,java.lang.String> params)
protected java.util.Optional<MediaModel>
MediaReferenceCreateHandler. tryToCreateMedia(com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, java.util.Map<java.lang.String,java.lang.String> params, java.lang.String code)
Methods in com.hybris.backoffice.wizard with parameters of type MediaModel Modifier and Type Method Description protected void
MediaReferenceCreateHandler. setMediaContent(com.hybris.cockpitng.editor.defaultfileupload.FileUploadResult content, MediaModel media)
-
Uses of MediaModel in com.hybris.hybrisdatasupplierbackoffice
Methods in com.hybris.hybrisdatasupplierbackoffice that return MediaModel Modifier and Type Method Description protected MediaModel
DataSupplierFlowActionHandler. createMedia(java.io.File generatedWar)
Creates a media file and gets MediaModel -
Uses of MediaModel in de.hybris.datasupplier.model
Methods in de.hybris.datasupplier.model that return MediaModel Modifier and Type Method Description MediaModel
GenericDataSupplierGenerationWizardModel. getGeneratedWar()
Generated method - Getter of theGenericDataSupplierGenerationWizard.generatedWar
attribute defined at extensionhybrisdatasupplierbackoffice
.Methods in de.hybris.datasupplier.model with parameters of type MediaModel Modifier and Type Method Description void
GenericDataSupplierGenerationWizardModel. setGeneratedWar(MediaModel value)
Generated method - Setter ofGenericDataSupplierGenerationWizard.generatedWar
attribute defined at extensionhybrisdatasupplierbackoffice
. -
Uses of MediaModel in de.hybris.deltadetection.model
Methods in de.hybris.deltadetection.model that return MediaModel Modifier and Type Method Description MediaModel
AbstractChangeProcessorJobModel. getInput()
Generated method - Getter of theAbstractChangeProcessorJob.input
attribute defined at extensiondeltadetection
.MediaModel
ChangeDetectionJobModel. getOutput()
Generated method - Getter of theChangeDetectionJob.output
attribute defined at extensiondeltadetection
.Methods in de.hybris.deltadetection.model with parameters of type MediaModel Modifier and Type Method Description void
AbstractChangeProcessorJobModel. setInput(MediaModel value)
Generated method - Setter ofAbstractChangeProcessorJob.input
attribute defined at extensiondeltadetection
.void
ChangeDetectionJobModel. setOutput(MediaModel value)
Generated method - Setter ofChangeDetectionJob.output
attribute defined at extensiondeltadetection
.Constructors in de.hybris.deltadetection.model with parameters of type MediaModel Constructor Description AbstractChangeProcessorJobModel(java.lang.String _code, MediaModel _input, java.lang.Integer _nodeID, ItemModel _owner, java.lang.String _springId)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractChangeProcessorJobModel(java.lang.String _code, MediaModel _input, java.lang.String _springId)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsumeAllChangesJobModel(java.lang.String _code, MediaModel _input, java.lang.Integer _nodeID, ItemModel _owner, java.lang.String _springId)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsumeAllChangesJobModel(java.lang.String _code, MediaModel _input, java.lang.String _springId)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersScriptChangeConsumptionJobModel(java.lang.String _code, MediaModel _input, java.lang.Integer _nodeID, ItemModel _owner, java.lang.String _scriptURI, java.lang.String _springId)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersScriptChangeConsumptionJobModel(java.lang.String _code, MediaModel _input, java.lang.String _scriptURI, java.lang.String _springId)
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 MediaModel in de.hybris.e2e.hybrisrootcauseanalysis.changeanalysis.services
Methods in de.hybris.e2e.hybrisrootcauseanalysis.changeanalysis.services that return MediaModel Modifier and Type Method Description MediaModel
E2EChangesXmlService. getMedia(java.lang.String code)
fetch media containing dynamic configurationMethods in de.hybris.e2e.hybrisrootcauseanalysis.changeanalysis.services with parameters of type MediaModel Modifier and Type Method Description void
E2EXmlFileService. copyToE2Efolder(MediaModel media, java.lang.String nameFile)
Extract xml from media and store in *.xml file -
Uses of MediaModel in de.hybris.e2e.hybrisrootcauseanalysis.changeanalysis.services.impl
Methods in de.hybris.e2e.hybrisrootcauseanalysis.changeanalysis.services.impl that return MediaModel Modifier and Type Method Description MediaModel
DefaultXmlChangesService. getMedia(java.lang.String code)
Methods in de.hybris.e2e.hybrisrootcauseanalysis.changeanalysis.services.impl with parameters of type MediaModel Modifier and Type Method Description void
DefaultXmlFileService. copyToE2Efolder(MediaModel media, java.lang.String nameFile)
Copy the media file in the E2E directory with a specific name -
Uses of MediaModel in de.hybris.platform.acceleratorcms.model.components
Methods in de.hybris.platform.acceleratorcms.model.components that return MediaModel Modifier and Type Method Description MediaModel
CategoryFeatureComponentModel. getMedia()
Generated method - Getter of theCategoryFeatureComponent.media
attribute defined at extensionacceleratorcms
.MediaModel
CategoryFeatureComponentModel. getMedia(java.util.Locale loc)
Generated method - Getter of theCategoryFeatureComponent.media
attribute defined at extensionacceleratorcms
.MediaModel
ProductFeatureComponentModel. getMedia()
Generated method - Getter of theProductFeatureComponent.media
attribute defined at extensionacceleratorcms
.MediaModel
ProductFeatureComponentModel. getMedia(java.util.Locale loc)
Generated method - Getter of theProductFeatureComponent.media
attribute defined at extensionacceleratorcms
.Methods in de.hybris.platform.acceleratorcms.model.components with parameters of type MediaModel Modifier and Type Method Description void
CategoryFeatureComponentModel. setMedia(MediaModel value)
Generated method - Setter ofCategoryFeatureComponent.media
attribute defined at extensionacceleratorcms
.void
CategoryFeatureComponentModel. setMedia(MediaModel value, java.util.Locale loc)
Generated method - Setter ofCategoryFeatureComponent.media
attribute defined at extensionacceleratorcms
.void
ProductFeatureComponentModel. setMedia(MediaModel value)
Generated method - Setter ofProductFeatureComponent.media
attribute defined at extensionacceleratorcms
.void
ProductFeatureComponentModel. setMedia(MediaModel value, java.util.Locale loc)
Generated method - Setter ofProductFeatureComponent.media
attribute defined at extensionacceleratorcms
. -
Uses of MediaModel in de.hybris.platform.acceleratorfacades.cmsitems.attributeconverters
Methods in de.hybris.platform.acceleratorfacades.cmsitems.attributeconverters that return types with arguments of type MediaModel Modifier and Type Method Description protected java.util.Map<java.lang.String,MediaModel>
CloneComponentMediaContainerDataToAttributeContentConverter. buildMediaModelMapForAllMediaFormats(java.util.Map<java.lang.String,MediaFormatModel> mediaFormatModelMap, MediaContainerModel mediaContainerModel)
Builds aMap
of all media format qualifiers defined in the platform and allMediaModel
defined in the cloned component model.protected Converter<MediaModel,MediaData>
MediaContainerAttributeToDataRenderingContentConverter. getMediaModelConverter()
Method parameters in de.hybris.platform.acceleratorfacades.cmsitems.attributeconverters with type arguments of type MediaModel Modifier and Type Method Description void
MediaContainerAttributeToDataRenderingContentConverter. setMediaModelConverter(Converter<MediaModel,MediaData> mediaModelConverter)
-
Uses of MediaModel in de.hybris.platform.acceleratorfacades.device.populators
Methods in de.hybris.platform.acceleratorfacades.device.populators that return types with arguments of type MediaModel Modifier and Type Method Description Converter<MediaModel,ImageData>
ResponsiveMediaContainerPopulator. getImageConverter()
Methods in de.hybris.platform.acceleratorfacades.device.populators with parameters of type MediaModel Modifier and Type Method Description void
ResponsiveImagePopulator. populate(MediaModel mediaModel, ImageData imageData)
Method parameters in de.hybris.platform.acceleratorfacades.device.populators with type arguments of type MediaModel Modifier and Type Method Description protected void
ResponsiveMediaContainerPopulator. convertMedias(java.util.List<ImageData> target, ImageDataType imageType, java.util.Collection<MediaModel> mediaModels)
void
ResponsiveMediaContainerPopulator. setImageConverter(Converter<MediaModel,ImageData> imageConverter)
-
Uses of MediaModel in de.hybris.platform.acceleratorservices.cartfileupload.events
Methods in de.hybris.platform.acceleratorservices.cartfileupload.events that return MediaModel Modifier and Type Method Description MediaModel
SavedCartFileUploadEvent. getFileMedia()
Methods in de.hybris.platform.acceleratorservices.cartfileupload.events with parameters of type MediaModel Modifier and Type Method Description void
SavedCartFileUploadEvent. setFileMedia(MediaModel fileMedia)
-
Uses of MediaModel in de.hybris.platform.acceleratorservices.document.service
Methods in de.hybris.platform.acceleratorservices.document.service that return MediaModel Modifier and Type Method Description MediaModel
DocumentGenerationService. generate(java.lang.String frontendTemplateName, BusinessProcessModel businessProcessModel)
GeneratesMediaModel
from given business process and document page -
Uses of MediaModel in de.hybris.platform.acceleratorservices.document.service.impl
Methods in de.hybris.platform.acceleratorservices.document.service.impl that return MediaModel Modifier and Type Method Description protected MediaModel
DefaultDocumentGenerationService. createMedia(java.lang.String documentMediaName, java.lang.String documentBody, BusinessProcessModel businessProcessModel)
Method creates MediaModel object for storing documentMediaModel
DefaultDocumentGenerationService. generate(java.lang.String frontendTemplateName, BusinessProcessModel businessProcessModel)
-
Uses of MediaModel in de.hybris.platform.acceleratorservices.email.impl
Methods in de.hybris.platform.acceleratorservices.email.impl that return MediaModel Modifier and Type Method Description protected MediaModel
DefaultEmailService. createBodyMedia(java.lang.String bodyMediaName, java.lang.String body)
Method creates MediaModel object for storing email body -
Uses of MediaModel in de.hybris.platform.acceleratorservices.model.email
Subclasses of MediaModel in de.hybris.platform.acceleratorservices.model.email Modifier and Type Class Description class
EmailAttachmentModel
Generated model class for type EmailAttachment first defined at extension acceleratorservices.Methods in de.hybris.platform.acceleratorservices.model.email that return MediaModel Modifier and Type Method Description MediaModel
EmailMessageModel. getBodyMedia()
Generated method - Getter of theEmailMessage.bodyMedia
attribute defined at extensionacceleratorservices
.Methods in de.hybris.platform.acceleratorservices.model.email with parameters of type MediaModel Modifier and Type Method Description void
EmailMessageModel. setBodyMedia(MediaModel value)
Generated method - Setter ofEmailMessage.bodyMedia
attribute defined at extensionacceleratorservices
. -
Uses of MediaModel in de.hybris.platform.acceleratorservices.model.process
Methods in de.hybris.platform.acceleratorservices.model.process that return MediaModel Modifier and Type Method Description MediaModel
SavedCartFileUploadProcessModel. getUploadedFile()
Generated method - Getter of theSavedCartFileUploadProcess.uploadedFile
attribute defined at extensionacceleratorservices
.Methods in de.hybris.platform.acceleratorservices.model.process with parameters of type MediaModel Modifier and Type Method Description void
SavedCartFileUploadProcessModel. setUploadedFile(MediaModel value)
Generated method - Setter ofSavedCartFileUploadProcess.uploadedFile
attribute defined at extensionacceleratorservices
. -
Uses of MediaModel in de.hybris.platform.acceleratorservices.process.strategies
Methods in de.hybris.platform.acceleratorservices.process.strategies with parameters of type MediaModel Modifier and Type Method Description SavedCartFileUploadReportData
SavedCartFileUploadStrategy. createSavedCartFromFile(MediaModel mediaModel, CartModel cartModel)
-
Uses of MediaModel in de.hybris.platform.acceleratorservices.process.strategies.impl
Methods in de.hybris.platform.acceleratorservices.process.strategies.impl with parameters of type MediaModel Modifier and Type Method Description SavedCartFileUploadReportData
DefaultSavedCartFileUploadStrategy. createSavedCartFromFile(MediaModel mediaModel, CartModel cartModel)
-
Uses of MediaModel in de.hybris.platform.accountsummaryaddon.document.dao
Methods in de.hybris.platform.accountsummaryaddon.document.dao with parameters of type MediaModel Modifier and Type Method Description SearchResult<B2BDocumentModel>
B2BDocumentDao. getOpenDocuments(MediaModel mediaModel)
Gets all open documents for a given MediaModel. -
Uses of MediaModel in de.hybris.platform.accountsummaryaddon.document.dao.impl
Methods in de.hybris.platform.accountsummaryaddon.document.dao.impl with parameters of type MediaModel Modifier and Type Method Description SearchResult<B2BDocumentModel>
DefaultB2BDocumentDao. getOpenDocuments(MediaModel mediaModel)
-
Uses of MediaModel in de.hybris.platform.accountsummaryaddon.document.populators
Classes in de.hybris.platform.accountsummaryaddon.document.populators with type parameters of type MediaModel Modifier and Type Class Description class
B2BMediaPopulator<SOURCE extends MediaModel,TARGET extends MediaData>
Method parameters in de.hybris.platform.accountsummaryaddon.document.populators with type arguments of type MediaModel Modifier and Type Method Description void
B2BDocumentPopulator. setMediaConverter(Converter<MediaModel,MediaData> mediaConverter)
-
Uses of MediaModel in de.hybris.platform.accountsummaryaddon.document.service
Methods in de.hybris.platform.accountsummaryaddon.document.service with parameters of type MediaModel Modifier and Type Method Description SearchResult<B2BDocumentModel>
B2BDocumentService. getOpenDocuments(MediaModel mediaModel)
Returns all open documents for a given documentMediaModel -
Uses of MediaModel in de.hybris.platform.accountsummaryaddon.document.service.impl
Methods in de.hybris.platform.accountsummaryaddon.document.service.impl with parameters of type MediaModel Modifier and Type Method Description SearchResult<B2BDocumentModel>
DefaultB2BDocumentService. getOpenDocuments(MediaModel mediaModel)
-
Uses of MediaModel in de.hybris.platform.accountsummaryaddon.facade
Methods in de.hybris.platform.accountsummaryaddon.facade with parameters of type MediaModel Modifier and Type Method Description SearchResult<B2BDocumentModel>
B2BAccountSummaryFacade. getOpenDocuments(MediaModel mediaModel)
Gets open documents for a given Media Model. -
Uses of MediaModel in de.hybris.platform.accountsummaryaddon.facade.impl
Methods in de.hybris.platform.accountsummaryaddon.facade.impl with parameters of type MediaModel Modifier and Type Method Description SearchResult<B2BDocumentModel>
DefaultB2BAccountSummaryFacade. getOpenDocuments(MediaModel mediaModel)
-
Uses of MediaModel in de.hybris.platform.accountsummaryaddon.model
Subclasses of MediaModel in de.hybris.platform.accountsummaryaddon.model Modifier and Type Class Description class
DocumentMediaModel
Generated model class for type DocumentMedia first defined at extension accountsummaryaddon. -
Uses of MediaModel in de.hybris.platform.assistedservicefacades.customer.converters.populator
Methods in de.hybris.platform.assistedservicefacades.customer.converters.populator that return types with arguments of type MediaModel Modifier and Type Method Description protected Converter<MediaModel,ImageData>
CustomersListCustomerPopulator. getImageConverter()
Method parameters in de.hybris.platform.assistedservicefacades.customer.converters.populator with type arguments of type MediaModel Modifier and Type Method Description void
CustomersListCustomerPopulator. setImageConverter(Converter<MediaModel,ImageData> imageConverter)
-
Uses of MediaModel in de.hybris.platform.assistedservicestorefront.customer360.populators
Methods in de.hybris.platform.assistedservicestorefront.customer360.populators that return types with arguments of type MediaModel Modifier and Type Method Description protected Converter<MediaModel,ImageData>
CustomerOverviewDataPopulator. getImageConverter()
Method parameters in de.hybris.platform.assistedservicestorefront.customer360.populators with type arguments of type MediaModel Modifier and Type Method Description void
CustomerOverviewDataPopulator. setImageConverter(Converter<MediaModel,ImageData> imageConverter)
-
Uses of MediaModel in de.hybris.platform.assistedservicestorefront.customer360.provider
Methods in de.hybris.platform.assistedservicestorefront.customer360.provider that return types with arguments of type MediaModel Modifier and Type Method Description protected Converter<MediaModel,ImageData>
HeadingDataProvider. getImageConverter()
Method parameters in de.hybris.platform.assistedservicestorefront.customer360.provider with type arguments of type MediaModel Modifier and Type Method Description void
HeadingDataProvider. setImageConverter(Converter<MediaModel,ImageData> imageConverter)
-
Uses of MediaModel in de.hybris.platform.auditreport.model
Subclasses of MediaModel in de.hybris.platform.auditreport.model Modifier and Type Class Description class
AuditReportDataModel
Generated model class for type AuditReportData first defined at extension auditreportservices. -
Uses of MediaModel in de.hybris.platform.b2b.testframework
Methods in de.hybris.platform.b2b.testframework that return MediaModel Modifier and Type Method Description MediaModel
ModelFactory. createMedia(java.lang.String code, CatalogVersionModel catalogVersion)
-
Uses of MediaModel in de.hybris.platform.b2bdocumentsfilter
Methods in de.hybris.platform.b2bdocumentsfilter with parameters of type MediaModel Modifier and Type Method Description protected boolean
B2BDocumentsSecureMediaFilter. checkLoginUserB2BUnitHasAccessToMedia(MediaModel mediaModel, PK loginUserB2BUnitPK)
protected boolean
B2BDocumentsSecureMediaFilter. isAccessGranted(MediaModel mediaModel)
-
Uses of MediaModel in de.hybris.platform.catalog.model
Subclasses of MediaModel in de.hybris.platform.catalog.model Modifier and Type Class Description class
CatalogUnawareMediaModel
Generated model class for type CatalogUnawareMedia first defined at extension catalog.Methods in de.hybris.platform.catalog.model that return MediaModel Modifier and Type Method Description MediaModel
ProductReferenceModel. getIcon()
Generated method - Getter of theProductReference.icon
attribute defined at extensioncatalog
.Methods in de.hybris.platform.catalog.model that return types with arguments of type MediaModel Modifier and Type Method Description java.util.Collection<MediaModel>
CompanyModel. getMedias()
Generated method - Getter of theCompany.medias
attribute defined at extensioncatalog
.Methods in de.hybris.platform.catalog.model with parameters of type MediaModel Modifier and Type Method Description void
ProductReferenceModel. setIcon(MediaModel value)
Generated method - Setter ofProductReference.icon
attribute defined at extensioncatalog
.Method parameters in de.hybris.platform.catalog.model with type arguments of type MediaModel Modifier and Type Method Description void
CompanyModel. setMedias(java.util.Collection<MediaModel> value)
Generated method - Setter ofCompany.medias
attribute defined at extensioncatalog
. -
Uses of MediaModel in de.hybris.platform.catalog.model.synchronization
Subclasses of MediaModel in de.hybris.platform.catalog.model.synchronization Modifier and Type Class Description class
CatalogVersionSyncScheduleMediaModel
Generated model class for type CatalogVersionSyncScheduleMedia first defined at extension catalog. -
Uses of MediaModel in de.hybris.platform.category.model
Methods in de.hybris.platform.category.model that return MediaModel Modifier and Type Method Description MediaModel
CategoryModel. getPicture()
Generated method - Getter of theCategory.picture
attribute defined at extensioncatalog
.MediaModel
CategoryModel. getThumbnail()
Generated method - Getter of theCategory.thumbnail
attribute defined at extensioncatalog
.Methods in de.hybris.platform.category.model that return types with arguments of type MediaModel Modifier and Type Method Description java.util.Collection<MediaModel>
CategoryModel. getData_sheet()
Generated method - Getter of theCategory.data_sheet
attribute defined at extensioncatalog
.java.util.Collection<MediaModel>
CategoryModel. getDetail()
Generated method - Getter of theCategory.detail
attribute defined at extensioncatalog
.java.util.Collection<MediaModel>
CategoryModel. getLogo()
Generated method - Getter of theCategory.logo
attribute defined at extensioncatalog
.java.util.List<MediaModel>
CategoryModel. getMedias()
Generated method - Getter of theCategory.medias
attribute defined at extensioncatalog
.java.util.Collection<MediaModel>
CategoryModel. getNormal()
Generated method - Getter of theCategory.normal
attribute defined at extensioncatalog
.java.util.Collection<MediaModel>
CategoryModel. getOthers()
Generated method - Getter of theCategory.others
attribute defined at extensioncatalog
.java.util.Collection<MediaModel>
CategoryModel. getThumbnails()
Generated method - Getter of theCategory.thumbnails
attribute defined at extensioncatalog
.Methods in de.hybris.platform.category.model with parameters of type MediaModel Modifier and Type Method Description void
CategoryModel. setPicture(MediaModel value)
Generated method - Setter ofCategory.picture
attribute defined at extensioncatalog
.void
CategoryModel. setThumbnail(MediaModel value)
Generated method - Setter ofCategory.thumbnail
attribute defined at extensioncatalog
.Method parameters in de.hybris.platform.category.model with type arguments of type MediaModel Modifier and Type Method Description void
CategoryModel. setData_sheet(java.util.Collection<MediaModel> value)
Generated method - Setter ofCategory.data_sheet
attribute defined at extensioncatalog
.void
CategoryModel. setDetail(java.util.Collection<MediaModel> value)
Generated method - Setter ofCategory.detail
attribute defined at extensioncatalog
.void
CategoryModel. setLogo(java.util.Collection<MediaModel> value)
Generated method - Setter ofCategory.logo
attribute defined at extensioncatalog
.void
CategoryModel. setMedias(java.util.List<MediaModel> value)
Generated method - Setter ofCategory.medias
attribute defined at extensioncatalog
.void
CategoryModel. setNormal(java.util.Collection<MediaModel> value)
Generated method - Setter ofCategory.normal
attribute defined at extensioncatalog
.void
CategoryModel. setOthers(java.util.Collection<MediaModel> value)
Generated method - Setter ofCategory.others
attribute defined at extensioncatalog
.void
CategoryModel. setThumbnails(java.util.Collection<MediaModel> value)
Generated method - Setter ofCategory.thumbnails
attribute defined at extensioncatalog
. -
Uses of MediaModel in de.hybris.platform.cms2.cloning.strategy.impl
Methods in de.hybris.platform.cms2.cloning.strategy.impl that return types with arguments of type MediaModel Modifier and Type Method Description protected java.util.Optional<MediaModel>
PageCloningStrategy. clonePreviewImage(AbstractPageModel sourcePageModel, CatalogVersionModel targetCatalogVersion)
Clones a preview image model. -
Uses of MediaModel in de.hybris.platform.cms2.model.contents.components
Methods in de.hybris.platform.cms2.model.contents.components that return MediaModel Modifier and Type Method Description MediaModel
CMSImageComponentModel. getMedia()
Generated method - Getter of theCMSImageComponent.media
attribute defined at extensioncms2
.MediaModel
CMSImageComponentModel. getMedia(java.util.Locale loc)
Generated method - Getter of theCMSImageComponent.media
attribute defined at extensioncms2
.MediaModel
CMSLinkComponentModel. getThumbnail()
Generated method - Getter of theCMSLinkComponent.thumbnail
attribute defined at extensionverticalnavigationaddon
.Methods in de.hybris.platform.cms2.model.contents.components with parameters of type MediaModel Modifier and Type Method Description void
CMSImageComponentModel. setMedia(MediaModel value)
Generated method - Setter ofCMSImageComponent.media
attribute defined at extensioncms2
.void
CMSImageComponentModel. setMedia(MediaModel value, java.util.Locale loc)
Generated method - Setter ofCMSImageComponent.media
attribute defined at extensioncms2
.void
CMSLinkComponentModel. setThumbnail(MediaModel value)
Generated method - Setter ofCMSLinkComponent.thumbnail
attribute defined at extensionverticalnavigationaddon
. -
Uses of MediaModel in de.hybris.platform.cms2.model.pages
Methods in de.hybris.platform.cms2.model.pages that return MediaModel Modifier and Type Method Description MediaModel
PageTemplateModel. getPreviewIcon()
Generated method - Getter of thePageTemplate.previewIcon
attribute defined at extensioncms2
.MediaModel
AbstractPageModel. getPreviewImage()
Generated method - Getter of theAbstractPage.previewImage
attribute defined at extensioncms2
.Methods in de.hybris.platform.cms2.model.pages with parameters of type MediaModel Modifier and Type Method Description void
PageTemplateModel. setPreviewIcon(MediaModel value)
Generated method - Setter ofPageTemplate.previewIcon
attribute defined at extensioncms2
.void
AbstractPageModel. setPreviewImage(MediaModel value)
Generated method - Setter ofAbstractPage.previewImage
attribute defined at extensioncms2
. -
Uses of MediaModel in de.hybris.platform.cms2.model.site
Methods in de.hybris.platform.cms2.model.site that return types with arguments of type MediaModel Modifier and Type Method Description java.util.Collection<MediaModel>
CMSSiteModel. getSiteMaps()
Generated method - Getter of theCMSSite.siteMaps
attribute defined at extensionacceleratorservices
.Method parameters in de.hybris.platform.cms2.model.site with type arguments of type MediaModel Modifier and Type Method Description void
CMSSiteModel. setSiteMaps(java.util.Collection<MediaModel> value)
Generated method - Setter ofCMSSite.siteMaps
attribute defined at extensionacceleratorservices
. -
Uses of MediaModel in de.hybris.platform.cms2lib.model.components
Methods in de.hybris.platform.cms2lib.model.components that return MediaModel Modifier and Type Method Description MediaModel
AbstractBannerComponentModel. getMedia()
Generated method - Getter of theAbstractBannerComponent.media
attribute defined at extensioncms2lib
.MediaModel
AbstractBannerComponentModel. getMedia(java.util.Locale loc)
Generated method - Getter of theAbstractBannerComponent.media
attribute defined at extensioncms2lib
.MediaModel
ProductCarouselComponentModel. getMedia()
Generated method - Getter of theProductCarouselComponent.media
attribute defined at extensionmarketplaceservices
.MediaModel
ProductCarouselComponentModel. getMedia(java.util.Locale loc)
Generated method - Getter of theProductCarouselComponent.media
attribute defined at extensionmarketplaceservices
.Methods in de.hybris.platform.cms2lib.model.components with parameters of type MediaModel Modifier and Type Method Description void
AbstractBannerComponentModel. setMedia(MediaModel value)
Generated method - Setter ofAbstractBannerComponent.media
attribute defined at extensioncms2lib
.void
AbstractBannerComponentModel. setMedia(MediaModel value, java.util.Locale loc)
Generated method - Setter ofAbstractBannerComponent.media
attribute defined at extensioncms2lib
.void
ProductCarouselComponentModel. setMedia(MediaModel value)
Generated method - Setter ofProductCarouselComponent.media
attribute defined at extensionmarketplaceservices
.void
ProductCarouselComponentModel. setMedia(MediaModel value, java.util.Locale loc)
Generated method - Setter ofProductCarouselComponent.media
attribute defined at extensionmarketplaceservices
. -
Uses of MediaModel in de.hybris.platform.cmsfacades.media.impl
Methods in de.hybris.platform.cmsfacades.media.impl that return types with arguments of type MediaModel Modifier and Type Method Description protected Populator<MediaFileDto,MediaModel>
DefaultMediaFacade. getCreateMediaFilePopulator()
protected Populator<MediaData,MediaModel>
DefaultMediaFacade. getCreateMediaPopulator()
protected Converter<MediaModel,MediaData>
DefaultMediaFacade. getMediaModelConverter()
Methods in de.hybris.platform.cmsfacades.media.impl with parameters of type MediaModel Modifier and Type Method Description protected void
DefaultMediaFacade. populateStream(MediaFileDto mediaFile, MediaModel mediaModel)
Populate theMediaModel
with the InputStream provided by the source object.Method parameters in de.hybris.platform.cmsfacades.media.impl with type arguments of type MediaModel Modifier and Type Method Description void
DefaultMediaFacade. setCreateMediaFilePopulator(Populator<MediaFileDto,MediaModel> createMediaFilePopulator)
void
DefaultMediaFacade. setCreateMediaPopulator(Populator<MediaData,MediaModel> createMediaPopulator)
void
DefaultMediaFacade. setMediaModelConverter(Converter<MediaModel,MediaData> mediaModelConverter)
-
Uses of MediaModel in de.hybris.platform.cmsfacades.media.populator
Methods in de.hybris.platform.cmsfacades.media.populator with parameters of type MediaModel Modifier and Type Method Description void
BasicMediaPopulator. populate(MediaModel source, MediaData target)
void
CreateMediaFilePopulator. populate(MediaFileDto source, MediaModel target)
void
CreateMediaPopulator. populate(MediaData source, MediaModel target)
-
Uses of MediaModel in de.hybris.platform.cmsfacades.navigations.service.functions
Methods in de.hybris.platform.cmsfacades.navigations.service.functions that return MediaModel Modifier and Type Method Description MediaModel
DefaultNavigationEntryMediaModelConversionFunction. apply(NavigationEntryData navigationEntryData)
Deprecated. -
Uses of MediaModel in de.hybris.platform.cmsfacades.rendering.attributeconverters
Methods in de.hybris.platform.cmsfacades.rendering.attributeconverters that return types with arguments of type MediaModel Modifier and Type Method Description protected Converter<MediaModel,MediaData>
MediaToDataContentConverter. getMediaModelConverter()
Methods in de.hybris.platform.cmsfacades.rendering.attributeconverters with parameters of type MediaModel Modifier and Type Method Description MediaData
MediaToDataContentConverter. convert(MediaModel source)
Method parameters in de.hybris.platform.cmsfacades.rendering.attributeconverters with type arguments of type MediaModel Modifier and Type Method Description void
MediaToDataContentConverter. setMediaModelConverter(Converter<MediaModel,MediaData> mediaModelConverter)
-
Uses of MediaModel in de.hybris.platform.cmsfacades.uniqueidentifier.functions
Methods in de.hybris.platform.cmsfacades.uniqueidentifier.functions that return MediaModel Modifier and Type Method Description MediaModel
DefaultMediaModelUniqueIdentifierConverter. convert(ItemData itemData)
Methods in de.hybris.platform.cmsfacades.uniqueidentifier.functions with parameters of type MediaModel Modifier and Type Method Description ItemData
DefaultMediaModelUniqueIdentifierConverter. convert(MediaModel mediaModel)
protected java.lang.String
DefaultMediaModelUniqueIdentifierConverter. getUniqueIdentifier(MediaModel mediaModel)
Returns the unique identifier using the encoded compose key class. -
Uses of MediaModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return MediaModel Modifier and Type Method Description MediaModel
MediaModelBuilder. build()
protected MediaModel
MediaModelBuilder. getModel()
Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type MediaModel Modifier and Type Method Description static MediaModelBuilder
MediaModelBuilder. fromModel(MediaModel model)
FlashComponentModelBuilder
FlashComponentModelBuilder. withMedia(MediaModel mediaModel)
PageTemplateModelBuilder
PageTemplateModelBuilder. withPreviewIcon(MediaModel previewIcon)
ContentPageModelBuilder
ContentPageModelBuilder. withThumbnail(MediaModel thumbnail)
ProductPageModelBuilder
ProductPageModelBuilder. withThumbnail(MediaModel thumbnail)
Method parameters in de.hybris.platform.cmsfacades.util.builder with type arguments of type MediaModel Modifier and Type Method Description MediaContainerModelBuilder
MediaContainerModelBuilder. withMediaList(java.util.List<MediaModel> mediaList)
-
Uses of MediaModel in de.hybris.platform.cmsfacades.util.models
Method parameters in de.hybris.platform.cmsfacades.util.models with type arguments of type MediaModel Modifier and Type Method Description protected MediaContainerModel
MediaContainerModelMother. createMediaContainerModelWithQualifier(CatalogVersionModel catalogVersion, java.lang.String qualifier, java.util.List<MediaModel> mediaList)
-
Uses of MediaModel in de.hybris.platform.cockpit.daos
Methods in de.hybris.platform.cockpit.daos with parameters of type MediaModel Modifier and Type Method Description java.util.List<CockpitUIComponentConfigurationModel>
CockpitConfigurationDao. findComponentConfigurationsByMedia(MediaModel media)
Find component configurations which have the specified media argument as 'media' attribute value. -
Uses of MediaModel in de.hybris.platform.cockpit.daos.impl
Methods in de.hybris.platform.cockpit.daos.impl with parameters of type MediaModel Modifier and Type Method Description java.util.List<CockpitUIComponentConfigurationModel>
DefaultCockpitConfigurationDao. findComponentConfigurationsByMedia(MediaModel media)
-
Uses of MediaModel in de.hybris.platform.cockpit.model
Subclasses of MediaModel in de.hybris.platform.cockpit.model Modifier and Type Class Description class
CockpitUIConfigurationMediaModel
Generated model class for type CockpitUIConfigurationMedia first defined at extension cockpit.class
CockpitUIScriptConfigMediaModel
Generated model class for type CockpitUIScriptConfigMedia first defined at extension cockpit.Methods in de.hybris.platform.cockpit.model that return MediaModel Modifier and Type Method Description MediaModel
CockpitUIComponentConfigurationModel. getMedia()
Generated method - Getter of theCockpitUIComponentConfiguration.media
attribute defined at extensioncockpit
.Methods in de.hybris.platform.cockpit.model with parameters of type MediaModel Modifier and Type Method Description void
CockpitUIComponentConfigurationModel. setMedia(MediaModel value)
Generated method - Setter ofCockpitUIComponentConfiguration.media
attribute defined at extensioncockpit
.Constructors in de.hybris.platform.cockpit.model with parameters of type MediaModel Constructor Description CockpitUIComponentConfigurationModel(java.lang.String _code, java.lang.String _factoryBean, MediaModel _media, java.lang.String _objectTemplateCode)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCockpitUIComponentConfigurationModel(java.lang.String _code, java.lang.String _factoryBean, MediaModel _media, java.lang.String _objectTemplateCode, ItemModel _owner)
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 MediaModel in de.hybris.platform.cockpit.reports
Methods in de.hybris.platform.cockpit.reports with parameters of type MediaModel Modifier and Type Method Description net.sf.jasperreports.engine.JasperReport
JasperMediaService. getReportFromMedia(MediaModel media)
Creates compiled report from JRXML file -
Uses of MediaModel in de.hybris.platform.cockpit.reports.impl
Methods in de.hybris.platform.cockpit.reports.impl with parameters of type MediaModel Modifier and Type Method Description net.sf.jasperreports.engine.JasperReport
DefaultJasperMediaService. getReportFromMedia(MediaModel media)
-
Uses of MediaModel in de.hybris.platform.cockpit.reports.model
Subclasses of MediaModel in de.hybris.platform.cockpit.reports.model Modifier and Type Class Description class
CompiledJasperMediaModel
Generated model class for type CompiledJasperMedia first defined at extension cockpit.class
JasperMediaModel
Generated model class for type JasperMedia first defined at extension cockpit.Methods in de.hybris.platform.cockpit.reports.model that return MediaModel Modifier and Type Method Description MediaModel
CompiledJasperMediaModel. getCompiledReport()
Generated method - Getter of theCompiledJasperMedia.compiledReport
attribute defined at extensioncockpit
.MediaModel
JasperMediaModel. getIcon()
Generated method - Getter of theJasperMedia.icon
attribute defined at extensioncockpit
.Methods in de.hybris.platform.cockpit.reports.model with parameters of type MediaModel Modifier and Type Method Description void
CompiledJasperMediaModel. setCompiledReport(MediaModel value)
Generated method - Setter ofCompiledJasperMedia.compiledReport
attribute defined at extensioncockpit
.void
JasperMediaModel. setIcon(MediaModel value)
Generated method - Setter ofJasperMedia.icon
attribute defined at extensioncockpit
. -
Uses of MediaModel in de.hybris.platform.cockpit.services.comments
Methods in de.hybris.platform.cockpit.services.comments with parameters of type MediaModel Modifier and Type Method Description CommentMetadataModel
CommentLayerService. getCommentLocationForPreview(CommentModel comment, MediaModel preview)
Returns Comment position meta-data of the givenCommentModel
instance for the given preview media. -
Uses of MediaModel in de.hybris.platform.cockpit.services.comments.impl
Methods in de.hybris.platform.cockpit.services.comments.impl with parameters of type MediaModel Modifier and Type Method Description CommentMetadataModel
DefaultCommentLayerService. getCommentLocationForPreview(CommentModel comment, MediaModel preview)
-
Uses of MediaModel in de.hybris.platform.cockpit.services.config.impl
Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type MediaModel Modifier and Type Method Description java.lang.String
MediaEditorSectionConfiguration.MediaEditorSectionRenderer. getDownloadUrlCachingFree(MediaModel media)
-
Uses of MediaModel in de.hybris.platform.cockpit.services.label.impl
Methods in de.hybris.platform.cockpit.services.label.impl with parameters of type MediaModel Modifier and Type Method Description protected CatalogVersionModel
MediaModelLabelProvider. getCatalogVersionModel(MediaModel itemModel)
protected java.lang.String
MediaModelLabelProvider. getIconPath(MediaModel item)
protected java.lang.String
MediaModelLabelProvider. getIconPath(MediaModel item, java.lang.String languageIso)
protected java.lang.String
MediaModelLabelProvider. getItemDescription(MediaModel item)
protected java.lang.String
MediaModelLabelProvider. getItemDescription(MediaModel item, java.lang.String languageIso)
protected java.lang.String
MediaModelLabelProvider. getItemLabel(MediaModel media)
protected java.lang.String
MediaModelLabelProvider. getItemLabel(MediaModel media, java.lang.String languageIso)
-
Uses of MediaModel in de.hybris.platform.cockpit.services.media
Methods in de.hybris.platform.cockpit.services.media with parameters of type MediaModel Modifier and Type Method Description java.lang.Boolean
MediaInfoService. isWebMedia(MediaModel media)
Checks if is web media. -
Uses of MediaModel in de.hybris.platform.cockpit.services.media.impl
Methods in de.hybris.platform.cockpit.services.media.impl with parameters of type MediaModel Modifier and Type Method Description java.lang.Boolean
DefaultMediaInfoService. isWebMedia(MediaModel media)
-
Uses of MediaModel in de.hybris.platform.cockpit.services.reports
Methods in de.hybris.platform.cockpit.services.reports that return MediaModel Modifier and Type Method Description MediaModel
ReportsService. createCompiledCounterpart(CompiledJasperMediaModel xmlReport)
Creates compiled version of given report. -
Uses of MediaModel in de.hybris.platform.cockpit.services.reports.impl
Methods in de.hybris.platform.cockpit.services.reports.impl that return MediaModel Modifier and Type Method Description MediaModel
DefaultReportsService. createCompiledCounterpart(CompiledJasperMediaModel xmlReportModel)
-
Uses of MediaModel in de.hybris.platform.cockpit.services.xmlprovider.impl
Methods in de.hybris.platform.cockpit.services.xmlprovider.impl with parameters of type MediaModel Modifier and Type Method Description protected void
DefaultXmlDataProvider. createMediaRow(PropertyDescriptor descriptor, RowType xmlRow, MediaModel mediaModel)
protected java.lang.String
DefaultXmlDataProvider. getMediaImageUrl(MediaModel mediaModel)
protected java.lang.String
DefaultXmlDataProvider. getMediaValue(MediaModel mediaModel)
-
Uses of MediaModel in de.hybris.platform.cockpit.util
Methods in de.hybris.platform.cockpit.util with parameters of type MediaModel Modifier and Type Method Description static void
UITools. updateMediaModel(MediaModel currentMediaModel, org.zkoss.util.media.Media mediaContent, MediaService mediaService)
-
Uses of MediaModel in de.hybris.platform.cockpit.wizards.generic
Methods in de.hybris.platform.cockpit.wizards.generic with parameters of type MediaModel Modifier and Type Method Description protected void
UploadMediaPage. updateMediaModel(MediaModel currentMediaModel)
-
Uses of MediaModel in de.hybris.platform.cockpit.wizards.media
Methods in de.hybris.platform.cockpit.wizards.media that return MediaModel Modifier and Type Method Description protected MediaModel
UploadMediaSecondPageController. createNewMedia(Wizard wizard, WizardPage page)
Methods in de.hybris.platform.cockpit.wizards.media that return types with arguments of type MediaModel Modifier and Type Method Description protected java.util.List<MediaModel>
UploadMediaFirstPageController. getSelectedMedias(UploadMediaFirstPage currentPage)
-
Uses of MediaModel in de.hybris.platform.commercefacades.product.converters.populator
Methods in de.hybris.platform.commercefacades.product.converters.populator that return types with arguments of type MediaModel Modifier and Type Method Description protected Converter<MediaModel,ImageData>
AbstractProductImagePopulator. getImageConverter()
Converter<MediaModel,ImageData>
CategoryPopulator. getImageConverter()
protected Converter<MediaModel,ImageData>
VariantOptionDataPopulator. getImageConverter()
Methods in de.hybris.platform.commercefacades.product.converters.populator with parameters of type MediaModel Modifier and Type Method Description void
ImagePopulator. populate(MediaModel source, ImageData target)
Method parameters in de.hybris.platform.commercefacades.product.converters.populator with type arguments of type MediaModel Modifier and Type Method Description void
AbstractProductImagePopulator. setImageConverter(Converter<MediaModel,ImageData> imageConverter)
void
CategoryPopulator. setImageConverter(Converter<MediaModel,ImageData> imageConverter)
void
VariantOptionDataPopulator. setImageConverter(Converter<MediaModel,ImageData> imageConverter)
-
Uses of MediaModel in de.hybris.platform.commercefacades.storelocator.converters.populator
Methods in de.hybris.platform.commercefacades.storelocator.converters.populator that return types with arguments of type MediaModel Modifier and Type Method Description protected Converter<MediaModel,ImageData>
PointOfServicePopulator. getImageConverter()
Method parameters in de.hybris.platform.commercefacades.storelocator.converters.populator with type arguments of type MediaModel Modifier and Type Method Description void
PointOfServicePopulator. setImageConverter(Converter<MediaModel,ImageData> imageConverter)
-
Uses of MediaModel in de.hybris.platform.commerceservices.model.storelocator
Methods in de.hybris.platform.commerceservices.model.storelocator that return MediaModel Modifier and Type Method Description MediaModel
StoreLocatorFeatureModel. getIcon()
Generated method - Getter of theStoreLocatorFeature.icon
attribute defined at extensioncommerceservices
.Methods in de.hybris.platform.commerceservices.model.storelocator with parameters of type MediaModel Modifier and Type Method Description void
StoreLocatorFeatureModel. setIcon(MediaModel value)
Generated method - Setter ofStoreLocatorFeature.icon
attribute defined at extensioncommerceservices
. -
Uses of MediaModel in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl that return MediaModel Modifier and Type Method Description protected MediaModel
ImageValueProvider. findMedia(ProductModel product, MediaFormatModel mediaFormat)
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl that return types with arguments of type MediaModel Modifier and Type Method Description protected java.util.Map<java.lang.String,MediaModel>
ProductImagesValueResolver. loadData(IndexerBatchContext batchContext, java.util.Collection<IndexedProperty> indexedProperties, ProductModel product)
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl with parameters of type MediaModel Modifier and Type Method Description protected java.util.Collection<FieldValue>
ImageValueProvider. createFieldValues(IndexedProperty indexedProperty, MediaModel media)
protected java.util.Collection<FieldValue>
PrimaryPromotionImageValueProvider. createFieldValues(IndexedProperty indexedProperty, MediaModel media)
Method parameters in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl with type arguments of type MediaModel Modifier and Type Method Description protected void
ProductImagesValueResolver. addFieldValues(InputDocument document, IndexerBatchContext batchContext, IndexedProperty indexedProperty, ProductModel model, AbstractValueResolver.ValueResolverContext<java.util.Map<java.lang.String,MediaModel>,java.lang.Object> resolverContext)
protected void
ProductImagesValueResolver. collectMedias(ProductModel product, com.google.common.collect.Multimap<java.lang.String,java.lang.String> indexedPropertyMediaFormats, java.util.Map<java.lang.String,MediaModel> medias, int mediasToFind)
-
Uses of MediaModel in de.hybris.platform.commons.model
Subclasses of MediaModel in de.hybris.platform.commons.model Modifier and Type Class Description class
CustomOrder2XMLModel
Generated model class for type CustomOrder2XML first defined at extension commons.class
DocumentModel
Generated model class for type Document first defined at extension commons.class
FOPFormatterModel
Generated model class for type FOPFormatter first defined at extension commons.class
FormatterModel
Generated model class for type Formatter first defined at extension commons.class
ItemFormatterModel
Generated model class for type ItemFormatter first defined at extension commons.class
MediaFormatterModel
Generated model class for type MediaFormatter first defined at extension commons.class
VelocityFormatterModel
Generated model class for type VelocityFormatter first defined at extension commons.class
XMLTransformFormatterModel
Generated model class for type XMLTransformFormatter first defined at extension commons. -
Uses of MediaModel in de.hybris.platform.commons.model.renderer
Methods in de.hybris.platform.commons.model.renderer that return MediaModel Modifier and Type Method Description MediaModel
RendererTemplateModel. getContent()
Generated method - Getter of theRendererTemplate.content
attribute defined at extensioncommons
.MediaModel
RendererTemplateModel. getContent(java.util.Locale loc)
Generated method - Getter of theRendererTemplate.content
attribute defined at extensioncommons
.MediaModel
RendererTemplateModel. getDefaultContent()
Generated method - Getter of theRendererTemplate.defaultContent
attribute defined at extensioncommons
.Methods in de.hybris.platform.commons.model.renderer with parameters of type MediaModel Modifier and Type Method Description void
RendererTemplateModel. setContent(MediaModel value)
Generated method - Setter ofRendererTemplate.content
attribute defined at extensioncommons
.void
RendererTemplateModel. setContent(MediaModel value, java.util.Locale loc)
Generated method - Setter ofRendererTemplate.content
attribute defined at extensioncommons
.void
RendererTemplateModel. setDefaultContent(MediaModel value)
Generated method - Setter ofRendererTemplate.defaultContent
attribute defined at extensioncommons
. -
Uses of MediaModel in de.hybris.platform.core.model.enumeration
Methods in de.hybris.platform.core.model.enumeration that return MediaModel Modifier and Type Method Description MediaModel
EnumerationValueModel. getIcon()
Generated method - Getter of theEnumerationValue.icon
attribute defined at extensioncore
.Methods in de.hybris.platform.core.model.enumeration with parameters of type MediaModel Modifier and Type Method Description void
EnumerationValueModel. setIcon(MediaModel value)
Generated method - Setter ofEnumerationValue.icon
attribute defined at extensioncore
. -
Uses of MediaModel in de.hybris.platform.core.model.media
Methods in de.hybris.platform.core.model.media that return MediaModel Modifier and Type Method Description MediaModel
MediaContainerModel. getMaster()
Generated method - Getter of theMediaContainer.master
dynamic attribute defined at extensionmediaconversion
.MediaModel
DerivedMediaModel. getMedia()
Generated method - Getter of theDerivedMedia.media
attribute defined at extensioncore
.MediaModel
MediaModel. getOriginal()
Generated method - Getter of theMedia.original
attribute defined at extensionmediaconversion
.Methods in de.hybris.platform.core.model.media that return types with arguments of type MediaModel Modifier and Type Method Description java.util.Collection<MediaModel>
MediaModel. getConvertedMedias()
Generated method - Getter of theMedia.convertedMedias
attribute defined at extensionmediaconversion
.java.util.Collection<MediaModel>
MediaModel. getForeignDataOwners()
Generated method - Getter of theMedia.foreignDataOwners
dynamic attribute defined at extensioncore
.java.util.Collection<MediaModel>
MediaContainerModel. getMedias()
Generated method - Getter of theMediaContainer.medias
attribute defined at extensioncore
.Methods in de.hybris.platform.core.model.media with parameters of type MediaModel Modifier and Type Method Description void
DerivedMediaModel. setMedia(MediaModel value)
Generated method - Setter ofDerivedMedia.media
attribute defined at extensioncore
.void
MediaModel. setOriginal(MediaModel value)
Generated method - Setter ofMedia.original
attribute defined at extensionmediaconversion
.Method parameters in de.hybris.platform.core.model.media with type arguments of type MediaModel Modifier and Type Method Description void
MediaModel. setConvertedMedias(java.util.Collection<MediaModel> value)
Generated method - Setter ofMedia.convertedMedias
attribute defined at extensionmediaconversion
.void
MediaContainerModel. setMedias(java.util.Collection<MediaModel> value)
Generated method - Setter ofMediaContainer.medias
attribute defined at extensioncore
.Constructors in de.hybris.platform.core.model.media with parameters of type MediaModel Constructor Description DerivedMediaModel(MediaModel _media, ItemModel _owner, java.lang.String _version)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDerivedMediaModel(MediaModel _media, java.lang.String _version)
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 MediaModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return MediaModel Modifier and Type Method Description MediaModel
QuoteModel. getProposalDocument()
Generated method - Getter of theQuote.proposalDocument
attribute defined at extensionsapquoteintegration
.Methods in de.hybris.platform.core.model.order with parameters of type MediaModel Modifier and Type Method Description void
QuoteModel. setProposalDocument(MediaModel value)
Generated method - Setter ofQuote.proposalDocument
attribute defined at extensionsapquoteintegration
. -
Uses of MediaModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return MediaModel Modifier and Type Method Description MediaModel
ProductModel. getPicture()
Generated method - Getter of theProduct.picture
attribute defined at extensioncore
.MediaModel
ProductModel. getThumbnail()
Generated method - Getter of theProduct.thumbnail
attribute defined at extensioncore
.Methods in de.hybris.platform.core.model.product that return types with arguments of type MediaModel Modifier and Type Method Description java.util.Collection<MediaModel>
ProductModel. getData_sheet()
Generated method - Getter of theProduct.data_sheet
attribute defined at extensioncatalog
.java.util.Collection<MediaModel>
ProductModel. getDetail()
Generated method - Getter of theProduct.detail
attribute defined at extensioncatalog
.java.util.Collection<MediaModel>
ProductModel. getLogo()
Generated method - Getter of theProduct.logo
attribute defined at extensioncatalog
.java.util.Collection<MediaModel>
ProductModel. getNormal()
Generated method - Getter of theProduct.normal
attribute defined at extensioncatalog
.java.util.Collection<MediaModel>
ProductModel. getOthers()
Generated method - Getter of theProduct.others
attribute defined at extensioncatalog
.java.util.Collection<MediaModel>
ProductModel. getThumbnails()
Generated method - Getter of theProduct.thumbnails
attribute defined at extensioncatalog
.Methods in de.hybris.platform.core.model.product with parameters of type MediaModel Modifier and Type Method Description void
ProductModel. setPicture(MediaModel value)
Generated method - Setter ofProduct.picture
attribute defined at extensioncore
.void
ProductModel. setThumbnail(MediaModel value)
Generated method - Setter ofProduct.thumbnail
attribute defined at extensioncore
.Method parameters in de.hybris.platform.core.model.product with type arguments of type MediaModel Modifier and Type Method Description void
ProductModel. setData_sheet(java.util.Collection<MediaModel> value)
Generated method - Setter ofProduct.data_sheet
attribute defined at extensioncatalog
.void
ProductModel. setDetail(java.util.Collection<MediaModel> value)
Generated method - Setter ofProduct.detail
attribute defined at extensioncatalog
.void
ProductModel. setLogo(java.util.Collection<MediaModel> value)
Generated method - Setter ofProduct.logo
attribute defined at extensioncatalog
.void
ProductModel. setNormal(java.util.Collection<MediaModel> value)
Generated method - Setter ofProduct.normal
attribute defined at extensioncatalog
.void
ProductModel. setOthers(java.util.Collection<MediaModel> value)
Generated method - Setter ofProduct.others
attribute defined at extensioncatalog
.void
ProductModel. setThumbnails(java.util.Collection<MediaModel> value)
Generated method - Setter ofProduct.thumbnails
attribute defined at extensioncatalog
. -
Uses of MediaModel in de.hybris.platform.core.model.security
Methods in de.hybris.platform.core.model.security that return MediaModel Modifier and Type Method Description MediaModel
PrincipalModel. getProfilePicture()
Generated method - Getter of thePrincipal.profilePicture
attribute defined at extensioncomments
.Methods in de.hybris.platform.core.model.security with parameters of type MediaModel Modifier and Type Method Description void
PrincipalModel. setProfilePicture(MediaModel value)
Generated method - Setter ofPrincipal.profilePicture
attribute defined at extensioncomments
. -
Uses of MediaModel in de.hybris.platform.couponservices.interceptor
Methods in de.hybris.platform.couponservices.interceptor that return types with arguments of type MediaModel Modifier and Type Method Description protected java.util.Set<com.google.common.base.Equivalence.Wrapper<MediaModel>>
MultiCodeCouponValidateInterceptor. getEquivalenceWrappedSet(java.util.Collection<MediaModel> seedCollection, com.google.common.base.Equivalence<MediaModel> eq)
Method parameters in de.hybris.platform.couponservices.interceptor with type arguments of type MediaModel Modifier and Type Method Description protected java.util.Set<com.google.common.base.Equivalence.Wrapper<MediaModel>>
MultiCodeCouponValidateInterceptor. getEquivalenceWrappedSet(java.util.Collection<MediaModel> seedCollection, com.google.common.base.Equivalence<MediaModel> eq)
protected java.util.Set<com.google.common.base.Equivalence.Wrapper<MediaModel>>
MultiCodeCouponValidateInterceptor. getEquivalenceWrappedSet(java.util.Collection<MediaModel> seedCollection, com.google.common.base.Equivalence<MediaModel> eq)
-
Uses of MediaModel in de.hybris.platform.couponservices.model
Methods in de.hybris.platform.couponservices.model that return types with arguments of type MediaModel Modifier and Type Method Description java.util.Collection<MediaModel>
MultiCodeCouponModel. getGeneratedCodes()
Generated method - Getter of theMultiCodeCoupon.generatedCodes
attribute defined at extensioncouponservices
.Method parameters in de.hybris.platform.couponservices.model with type arguments of type MediaModel Modifier and Type Method Description void
MultiCodeCouponModel. setGeneratedCodes(java.util.Collection<MediaModel> value)
Generated method - Setter ofMultiCodeCoupon.generatedCodes
attribute defined at extensioncouponservices
. -
Uses of MediaModel in de.hybris.platform.couponservices.services
Methods in de.hybris.platform.couponservices.services that return types with arguments of type MediaModel Modifier and Type Method Description java.util.Optional<MediaModel>
CouponCodeGenerationService. generateCouponCodes(MultiCodeCouponModel multiCodeCoupon, int quantity)
Generates codes for the given multi-code coupon. -
Uses of MediaModel in de.hybris.platform.couponservices.services.impl
Methods in de.hybris.platform.couponservices.services.impl that return MediaModel Modifier and Type Method Description protected MediaModel
DefaultCouponCodeGenerationService. createMedia(MultiCodeCouponModel coupon, int quantity)
Methods in de.hybris.platform.couponservices.services.impl that return types with arguments of type MediaModel Modifier and Type Method Description java.util.Optional<MediaModel>
DefaultCouponCodeGenerationService. generateCouponCodes(MultiCodeCouponModel multiCodeCoupon, int quantity)
protected java.util.Optional<MediaModel>
DefaultCouponCodeGenerationService. generateMediaForMultiCodeCoupon(MultiCodeCouponModel multiCodeCoupon, int quantity)
-
Uses of MediaModel in de.hybris.platform.couponwebservices.controllers
Methods in de.hybris.platform.couponwebservices.controllers with parameters of type MediaModel Modifier and Type Method Description protected CouponGeneratedCodeWsDTO
CouponservicesController. createCouponGeneratedCodeWsDTO(java.lang.String couponId, MediaModel mediaModel)
-
Uses of MediaModel in de.hybris.platform.couponwebservices.facades
Methods in de.hybris.platform.couponwebservices.facades that return types with arguments of type MediaModel Modifier and Type Method Description java.util.Optional<MediaModel>
CouponCodeGenerationWsFacade. generateCouponCodes(java.lang.String couponId, int batchsize)
Generatebatchsize
coupon codesjava.util.Collection<MediaModel>
CouponCodeGenerationWsFacade. getCouponCodeBatches(java.lang.String couponId)
Get the collection of generated coupon codes for a given multi-code coupon -
Uses of MediaModel in de.hybris.platform.couponwebservices.facades.impl
Methods in de.hybris.platform.couponwebservices.facades.impl that return types with arguments of type MediaModel Modifier and Type Method Description java.util.Optional<MediaModel>
DefaultCouponCodeGenerationWsFacade. generateCouponCodes(java.lang.String couponId, int batchsize)
java.util.Collection<MediaModel>
DefaultCouponCodeGenerationWsFacade. getCouponCodeBatches(java.lang.String couponId)
-
Uses of MediaModel in de.hybris.platform.cronjob.model
Subclasses of MediaModel in de.hybris.platform.cronjob.model Modifier and Type Class Description class
JobMediaModel
Generated model class for type JobMedia first defined at extension processing.class
LogFileModel
Generated model class for type LogFile first defined at extension processing.Methods in de.hybris.platform.cronjob.model that return MediaModel Modifier and Type Method Description MediaModel
RemoveItemsCronJobModel. getItemPKs()
Generated method - Getter of theRemoveItemsCronJob.itemPKs
attribute defined at extensionprocessing
.Methods in de.hybris.platform.cronjob.model that return types with arguments of type MediaModel Modifier and Type Method Description java.util.Collection<MediaModel>
MoveMediaCronJobModel. getMedias()
Generated method - Getter of theMoveMediaCronJob.medias
attribute defined at extensionprocessing
.Methods in de.hybris.platform.cronjob.model with parameters of type MediaModel Modifier and Type Method Description void
RemoveItemsCronJobModel. setItemPKs(MediaModel value)
Generated method - Setter ofRemoveItemsCronJob.itemPKs
attribute defined at extensionprocessing
.Method parameters in de.hybris.platform.cronjob.model with type arguments of type MediaModel Modifier and Type Method Description void
MoveMediaCronJobModel. setMedias(java.util.Collection<MediaModel> value)
Generated method - Setter ofMoveMediaCronJob.medias
attribute defined at extensionprocessing
.Constructors in de.hybris.platform.cronjob.model with parameters of type MediaModel Constructor Description RemoveItemsCronJobModel(MediaModel _itemPKs, JobModel _job)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRemoveItemsCronJobModel(MediaModel _itemPKs, JobModel _job, ItemModel _owner)
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 MediaModel in de.hybris.platform.customersupportbackoffice.renderers
Methods in de.hybris.platform.customersupportbackoffice.renderers that return MediaModel Modifier and Type Method Description protected MediaModel
CorrespondenceRenderer. createMediaModel(org.zkoss.util.media.Media media, UserModel customer)
Methods in de.hybris.platform.customersupportbackoffice.renderers that return types with arguments of type MediaModel Modifier and Type Method Description protected java.util.Set<MediaModel>
CorrespondenceRenderer. getAttachments()
Methods in de.hybris.platform.customersupportbackoffice.renderers with parameters of type MediaModel Modifier and Type Method Description protected org.zkoss.zul.A
CorrespondenceRenderer. createAttachmentLink(MediaModel mediaModel)
-
Uses of MediaModel in de.hybris.platform.customerticketingfacades.customerticket
Methods in de.hybris.platform.customerticketingfacades.customerticket that return types with arguments of type MediaModel Modifier and Type Method Description protected java.util.List<MediaModel>
DefaultCustomerTicketingFacade. getAttachments(TicketData ticketData)
-
Uses of MediaModel in de.hybris.platform.deeplink.model.media
Subclasses of MediaModel in de.hybris.platform.deeplink.model.media Modifier and Type Class Description class
BarcodeMediaModel
Generated model class for type BarcodeMedia first defined at extension basecommerce. -
Uses of MediaModel in de.hybris.platform.hac.facade
Methods in de.hybris.platform.hac.facade that return types with arguments of type MediaModel Modifier and Type Method Description java.util.List<MediaModel>
HacMaintenanceFacade. getMediasForPk(java.lang.String pkString)
-
Uses of MediaModel in de.hybris.platform.impex.model
Subclasses of MediaModel in de.hybris.platform.impex.model Modifier and Type Class Description class
ImpExMediaModel
Generated model class for type ImpExMedia first defined at extension impex. -
Uses of MediaModel in de.hybris.platform.impex.model.cronjob
Methods in de.hybris.platform.impex.model.cronjob that return MediaModel Modifier and Type Method Description MediaModel
ImpExImportCronJobModel. getMediasMedia()
Generated method - Getter of theImpExImportCronJob.mediasMedia
attribute defined at extensionimpex
.Methods in de.hybris.platform.impex.model.cronjob with parameters of type MediaModel Modifier and Type Method Description void
ImpExImportCronJobModel. setMediasMedia(MediaModel value)
Generated method - Setter ofImpExImportCronJob.mediasMedia
attribute defined at extensionimpex
. -
Uses of MediaModel in de.hybris.platform.impex.model.exp
Subclasses of MediaModel in de.hybris.platform.impex.model.exp Modifier and Type Class Description class
HeaderLibraryModel
Generated model class for type HeaderLibrary first defined at extension impex.class
ImpExExportMediaModel
Generated model class for type ImpExExportMedia first defined at extension impex. -
Uses of MediaModel in de.hybris.platform.importcockpit.model
Subclasses of MediaModel in de.hybris.platform.importcockpit.model Modifier and Type Class Description class
ImpExImportCockpitMediaModel
Generated model class for type ImpExImportCockpitMedia first defined at extension importcockpit.class
ImportCockpitInputMediaModel
Generated model class for type ImportCockpitInputMedia first defined at extension importcockpit.class
ImportCockpitMappingModel
Generated model class for type ImportCockpitMapping first defined at extension importcockpit. -
Uses of MediaModel in de.hybris.platform.inboundservices.model
Subclasses of MediaModel in de.hybris.platform.inboundservices.model Modifier and Type Class Description class
InboundRequestMediaModel
Generated model class for type InboundRequestMedia first defined at extension inboundservices. -
Uses of MediaModel in de.hybris.platform.integrationservices.model
Subclasses of MediaModel in de.hybris.platform.integrationservices.model Modifier and Type Class Description class
IntegrationApiMediaModel
Generated model class for type IntegrationApiMedia first defined at extension integrationservices. -
Uses of MediaModel in de.hybris.platform.jobs.maintenance.impl
Methods in de.hybris.platform.jobs.maintenance.impl with parameters of type MediaModel Modifier and Type Method Description void
MediaMigrationStrategy. relocateMediaData(MediaModel media)
Method parameters in de.hybris.platform.jobs.maintenance.impl with type arguments of type MediaModel Modifier and Type Method Description void
MediaMigrationStrategy. process(java.util.List<MediaModel> elements)
-
Uses of MediaModel in de.hybris.platform.ldap.model
Subclasses of MediaModel in de.hybris.platform.ldap.model Modifier and Type Class Description class
ConfigurationMediaModel
Generated model class for type ConfigurationMedia first defined at extension ldap.class
LDIFMediaModel
Generated model class for type LDIFMedia first defined at extension ldap. -
Uses of MediaModel in de.hybris.platform.marketplacebackoffice.widgets
Methods in de.hybris.platform.marketplacebackoffice.widgets with parameters of type MediaModel Modifier and Type Method Description protected void
CreateMediaWizardHandler. bindCatalogVersion(MediaModel media)
protected void
CreateMediaWizardHandler. bindMediaFolder(MediaModel media)
-
Uses of MediaModel in de.hybris.platform.media.impl
Methods in de.hybris.platform.media.impl that return types with arguments of type MediaModel Modifier and Type Method Description java.util.Collection<MediaModel>
ForeignDataOwnerHandler. get(MediaModel model)
Methods in de.hybris.platform.media.impl with parameters of type MediaModel Modifier and Type Method Description java.util.Collection<MediaModel>
ForeignDataOwnerHandler. get(MediaModel model)
void
ForeignDataOwnerHandler. set(MediaModel model, java.util.Collection<MediaModel> media)
Method parameters in de.hybris.platform.media.impl with type arguments of type MediaModel Modifier and Type Method Description void
ForeignDataOwnerHandler. set(MediaModel model, java.util.Collection<MediaModel> media)
-
Uses of MediaModel in de.hybris.platform.media.interceptors
Methods in de.hybris.platform.media.interceptors with parameters of type MediaModel Modifier and Type Method Description void
MediaModelPrepareInterceptor. onPrepare(MediaModel mediaModel, InterceptorContext ctx)
void
RemoveDataOnSetURLPrepareInterceptor. onPrepare(MediaModel media, InterceptorContext ctx)
void
CheckIfRemovableMediaInterceptor. onRemove(MediaModel mediaModel, InterceptorContext ctx)
void
RemoveDataOnMediaModelRemoveInterceptor. onRemove(MediaModel media, InterceptorContext ctx)
-
Uses of MediaModel in de.hybris.platform.mediaconversion
Methods in de.hybris.platform.mediaconversion that return MediaModel Modifier and Type Method Description MediaModel
MediaConversionService. getMaster(MediaContainerModel model)
Retrieves the current 'master'MediaModel
of the givenMediaContainerModel
.MediaModel
MediaConversionService. getOrConvert(MediaContainerModel container, MediaFormatModel format)
Retrieves theMediaModel
in the specifiedMediaFormatModel
associated with the givenMediaContainerModel
.Methods in de.hybris.platform.mediaconversion that return types with arguments of type MediaModel Modifier and Type Method Description java.util.Collection<MediaModel>
MediaConversionService. getConvertedMedias(MediaContainerModel container)
Retrieves all converted medias in the givenMediaContainerModel
, i.e.Methods in de.hybris.platform.mediaconversion with parameters of type MediaModel Modifier and Type Method Description void
MediaMetaDataService. deleteAllMetaData(MediaModel media)
Deletes allMediaMetaDataModel
instances associated with the givenmodel
.void
MediaMetaDataService. extractAllMetaData(MediaModel media)
Extracts the given medias metadata and stores it to database.java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>
MediaMetaDataService. getAllMetaData(MediaModel media)
Fetches all (currently persisted) properties mapped by group.java.util.Map<java.lang.String,java.lang.String>
MediaMetaDataService. getMetaData(MediaModel media, java.lang.String group)
Fetches all (currently persisted) meta data of one group. -
Uses of MediaModel in de.hybris.platform.mediaconversion.conversion
Methods in de.hybris.platform.mediaconversion.conversion that return MediaModel Modifier and Type Method Description MediaModel
MediaConversionStrategy. convert(MediaConversionService mediaConversionService, MediaModel parent, ConversionMediaFormatModel format)
Converts the givenparent
media to the givenformat
.protected MediaModel
DefaultConvertedMediaCreationStrategy. createModel()
Creates theMediaModel
of which all relevant attributes will be set.MediaModel
ConvertedMediaCreationStrategy. createOrUpdate(MediaModel parent, ConversionMediaFormatModel format, java.io.InputStream content)
Creates a new media which was converted from the givenparent
by successful conversion to the givenformat
or updates the corresponding media if it already exists.MediaModel
DefaultConvertedMediaCreationStrategy. createOrUpdate(MediaModel parent, ConversionMediaFormatModel format, java.io.InputStream content)
Creates a new media which was converted from the givenparent
by successful conversion to the givenformat
or updates the corresponding media if it already exists.protected MediaModel
DefaultMediaConversionService. doConvert(MediaContainerModel container, ConversionMediaFormatModel format)
MediaModel
DefaultMediaConversionService. getMaster(MediaContainerModel model)
Retrieves the current 'master'MediaModel
of the givenMediaContainerModel
.MediaModel
DefaultMediaConversionService. getOrConvert(MediaContainerModel container, MediaFormatModel format)
protected MediaModel
DefaultMediaConversionService. getUpToDateMediaByFormat(MediaContainerModel container, MediaFormatModel format)
Retrieves the media in the given format and checks whether it is up to date.MediaModel
DefaultMediaConversionServiceDao. retrieveMaster(MediaContainerModel model)
Retrieves the 'master' of the givenMediaContainerModel
.MediaModel
MediaConversionServiceDao. retrieveMaster(MediaContainerModel model)
Retrieves the 'master' of the givenMediaContainerModel
.protected MediaModel
DefaultMediaConversionService. selectMasterFromUnsavedContainer(MediaContainerModel model)
Naive approach to determine the master of anMediaContainerModel
.Methods in de.hybris.platform.mediaconversion.conversion that return types with arguments of type MediaModel Modifier and Type Method Description java.util.Collection<MediaModel>
DefaultMediaConversionService. getConvertedMedias(MediaContainerModel container)
Retrieves all converted medias in the givenMediaContainerModel
, i.e.java.util.Collection<MediaModel>
DefaultMediaConversionServiceDao. getConvertedMedias(MediaContainerModel container)
Retrieves all converted medias within the givenMediaContainerModel
.java.util.Collection<MediaModel>
MediaConversionServiceDao. getConvertedMedias(MediaContainerModel container)
Retrieves all converted medias within the givenMediaContainerModel
.protected java.util.Collection<MediaModel>
DefaultMediaConversionService. selectDerivedMedias(MediaContainerModel container)
Naive approach to determine the derived medias of anMediaContainerModel
.Methods in de.hybris.platform.mediaconversion.conversion with parameters of type MediaModel Modifier and Type Method Description MediaModel
MediaConversionStrategy. convert(MediaConversionService mediaConversionService, MediaModel parent, ConversionMediaFormatModel format)
Converts the givenparent
media to the givenformat
.protected java.lang.String
DefaultConvertedMediaCreationStrategy. createCode(MediaModel parent, MediaFormatModel format)
Assembles the code to use for the newly created media.protected java.lang.String
DefaultConvertedMediaCreationStrategy. createFileName(MediaModel parent, ConversionMediaFormatModel format)
Assembles a file name for the newly created media.protected java.lang.String
DefaultConvertedMediaCreationStrategy. createMime(MediaModel parent, ConversionMediaFormatModel format)
Assembles the mime type to be set on the newly created media.MediaModel
ConvertedMediaCreationStrategy. createOrUpdate(MediaModel parent, ConversionMediaFormatModel format, java.io.InputStream content)
Creates a new media which was converted from the givenparent
by successful conversion to the givenformat
or updates the corresponding media if it already exists.MediaModel
DefaultConvertedMediaCreationStrategy. createOrUpdate(MediaModel parent, ConversionMediaFormatModel format, java.io.InputStream content)
Creates a new media which was converted from the givenparent
by successful conversion to the givenformat
or updates the corresponding media if it already exists.protected void
DefaultConversionErrorLogStrategy. doStoreConversionError(MediaContainerModel container, ConversionMediaFormatModel targetFormat, MediaModel sourceMedia, java.lang.String message)
protected boolean
DefaultMediaConversionService. isUpToDate(MediaModel ret)
Checks whether a media is up to date.protected void
DefaultConvertedMediaCreationStrategy. loadContents(MediaModel dmm, MediaModel parent, ConversionMediaFormatModel format, java.io.InputStream inputStream)
Load the data from the givenInputStream
and stores them to theMediaModel
.void
ConversionErrorLogStrategy. logConversionError(MediaContainerModel container, ConversionMediaFormatModel targetFormat, MediaModel sourceMedia, java.lang.Exception fault)
void
DefaultConversionErrorLogStrategy. logConversionError(MediaContainerModel container, ConversionMediaFormatModel targetFormat, MediaModel sourceMedia, java.lang.Exception fault)
protected void
DefaultConversionErrorLogStrategy. logConversionError(MediaContainerModel container, ConversionMediaFormatModel targetFormat, MediaModel sourceMedia, java.lang.String message)
void
LogOnlyConversionErrorLogStrategy. logConversionError(MediaContainerModel container, ConversionMediaFormatModel targetFormat, MediaModel sourceMedia, java.lang.Exception fault)
-
Uses of MediaModel in de.hybris.platform.mediaconversion.imagemagick
Methods in de.hybris.platform.mediaconversion.imagemagick that return MediaModel Modifier and Type Method Description MediaModel
ImageMagickMediaConversionStrategy. convert(MediaConversionService mediaConversionService, MediaModel input, ConversionMediaFormatModel format)
Converts the givenparent
media to the givenformat
.Methods in de.hybris.platform.mediaconversion.imagemagick with parameters of type MediaModel Modifier and Type Method Description MediaModel
ImageMagickMediaConversionStrategy. convert(MediaConversionService mediaConversionService, MediaModel input, ConversionMediaFormatModel format)
Converts the givenparent
media to the givenformat
.java.io.File
ImageMagickMediaConversionStrategy. retrieveFile(MediaModel media)
Locates a localFile
for the givenMediaModel
or throws aIOException
if no such file is accessible.protected java.lang.String
ImageMagickMediaConversionStrategy. targetFileExtension(ConversionMediaFormatModel format, MediaModel input)
Returns the file extension for the targeted format. -
Uses of MediaModel in de.hybris.platform.mediaconversion.job
Methods in de.hybris.platform.mediaconversion.job with parameters of type MediaModel Modifier and Type Method Description protected void
ExtractMediaMetaDataJob. extract(MediaModel media)
-
Uses of MediaModel in de.hybris.platform.mediaconversion.metadata
Methods in de.hybris.platform.mediaconversion.metadata that return MediaModel Modifier and Type Method Description protected MediaModel
MediaMetaDataTaskRunner. toMediaModel(java.lang.Object obj)
Methods in de.hybris.platform.mediaconversion.metadata with parameters of type MediaModel Modifier and Type Method Description static TaskModel
MediaMetaDataTaskRunner. create(MediaModel model)
Creates a new Task with the according context.void
DefaultMediaMetaDataService. deleteAllMetaData(MediaModel media)
Deletes allMediaMetaDataModel
instances associated with the givenmodel
.void
DefaultMediaMetaDataService. extractAllMetaData(MediaModel media)
Extracts the given medias metadata and stores it to database.void
MediaMetaDataProvider. extractMetaData(MediaModel media)
Extracts and stores metadata from the givenMediaModel
.java.util.Collection<MediaMetaDataModel>
DefaultMediaMetaDataServiceDao. findMetaData(MediaModel media, java.lang.String group)
Retrieves allMediaMetaDataModel
entries for the givenMediaModel
.java.util.Collection<MediaMetaDataModel>
MediaMetaDataServiceDao. findMetaData(MediaModel media, java.lang.String group)
Retrieves allMediaMetaDataModel
entries for the givenMediaModel
.java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>
DefaultMediaMetaDataService. getAllMetaData(MediaModel media)
java.util.Map<java.lang.String,java.lang.String>
DefaultMediaMetaDataService. getMetaData(MediaModel media, java.lang.String group)
protected void
AbstractMediaMetaDataProvider. removeAll(MediaModel media)
Removes allMediaMetaDataModel
s associated with the givenMediaModel
and managed by the this Provider (this.getBeanName().equals(meta.getProvider())
).protected java.io.File
AbstractMediaMetaDataProvider. retrieveFile(MediaModel media)
Locates a localFile
for the givenMediaModel
or throws aIOException
if no such file is accessible. -
Uses of MediaModel in de.hybris.platform.mediaconversion.metadata.image
Methods in de.hybris.platform.mediaconversion.metadata.image with parameters of type MediaModel Modifier and Type Method Description protected void
ImageMediaMetaDataProvider. extractDetails(MediaModel media)
void
ImageMediaMetaDataProvider. extractMetaData(MediaModel media)
-
Uses of MediaModel in de.hybris.platform.mediaconversion.model
Methods in de.hybris.platform.mediaconversion.model that return MediaModel Modifier and Type Method Description MediaModel
MediaMetaDataModel. getMedia()
Generated method - Getter of theMediaMetaData.media
attribute defined at extensionmediaconversion
.MediaModel
ConversionErrorLogModel. getSourceMedia()
Generated method - Getter of theConversionErrorLog.sourceMedia
attribute defined at extensionmediaconversion
.Methods in de.hybris.platform.mediaconversion.model that return types with arguments of type MediaModel Modifier and Type Method Description java.util.List<MediaModel>
ConversionMediaFormatModel. getMediaAddOns()
Generated method - Getter of theConversionMediaFormat.mediaAddOns
attribute defined at extensionmediaconversion
.Methods in de.hybris.platform.mediaconversion.model with parameters of type MediaModel Modifier and Type Method Description void
MediaMetaDataModel. setMedia(MediaModel value)
Generated method - Initial setter ofMediaMetaData.media
attribute defined at extensionmediaconversion
.void
ConversionErrorLogModel. setSourceMedia(MediaModel value)
Generated method - Initial setter ofConversionErrorLog.sourceMedia
attribute defined at extensionmediaconversion
.Method parameters in de.hybris.platform.mediaconversion.model with type arguments of type MediaModel Modifier and Type Method Description void
ConversionMediaFormatModel. setMediaAddOns(java.util.List<MediaModel> value)
Generated method - Setter ofConversionMediaFormat.mediaAddOns
attribute defined at extensionmediaconversion
.Constructors in de.hybris.platform.mediaconversion.model with parameters of type MediaModel Constructor Description ConversionErrorLogModel(MediaContainerModel _container, java.lang.String _errorMessage, ItemModel _owner, MediaModel _sourceMedia, ConversionMediaFormatModel _targetFormat)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMediaMetaDataModel(java.lang.String _code, java.lang.String _groupName, MediaModel _media)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMediaMetaDataModel(java.lang.String _code, java.lang.String _groupName, MediaModel _media, ItemModel _owner, java.lang.String _value)
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 MediaModel in de.hybris.platform.mediaconversion.model.attributes
Methods in de.hybris.platform.mediaconversion.model.attributes that return MediaModel Modifier and Type Method Description MediaModel
MediaContainerMasterAttributeHandler. get(MediaContainerModel model)
Retrieves the current master for thisMediaContainerModel
.Methods in de.hybris.platform.mediaconversion.model.attributes with parameters of type MediaModel Modifier and Type Method Description void
MediaContainerMasterAttributeHandler. set(MediaContainerModel model, MediaModel value)
-
Uses of MediaModel in de.hybris.platform.mediaconversionbackoffice.editors.extractdeletemetadata.media
Constructors in de.hybris.platform.mediaconversionbackoffice.editors.extractdeletemetadata.media with parameters of type MediaModel Constructor Description ExtractDeleteMetadataController(ExtractDeleteMetadataView view, MediaModel wrappedModel, com.hybris.cockpitng.components.Editor ancestorEditor, MediaMetaDataService mediaMetaDataService)
-
Uses of MediaModel in de.hybris.platform.orderhistory.model
Methods in de.hybris.platform.orderhistory.model that return types with arguments of type MediaModel Modifier and Type Method Description java.util.Set<MediaModel>
OrderHistoryEntryModel. getDocuments()
Generated method - Getter of theOrderHistoryEntry.documents
attribute defined at extensionbasecommerce
.Method parameters in de.hybris.platform.orderhistory.model with type arguments of type MediaModel Modifier and Type Method Description void
OrderHistoryEntryModel. setDocuments(java.util.Set<MediaModel> value)
Generated method - Setter ofOrderHistoryEntry.documents
attribute defined at extensionbasecommerce
. -
Uses of MediaModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return MediaModel Modifier and Type Method Description MediaModel
ConsignmentModel. getReturnForm()
Generated method - Getter of theConsignment.returnForm
attribute defined at extensionwarehousing
.MediaModel
ConsignmentModel. getReturnLabel()
Generated method - Getter of theConsignment.returnLabel
attribute defined at extensionwarehousing
.MediaModel
ConsignmentModel. getShippingLabel()
Generated method - Getter of theConsignment.shippingLabel
attribute defined at extensionwarehousing
.Methods in de.hybris.platform.ordersplitting.model with parameters of type MediaModel Modifier and Type Method Description void
ConsignmentModel. setReturnForm(MediaModel value)
Generated method - Setter ofConsignment.returnForm
attribute defined at extensionwarehousing
.void
ConsignmentModel. setReturnLabel(MediaModel value)
Generated method - Setter ofConsignment.returnLabel
attribute defined at extensionwarehousing
.void
ConsignmentModel. setShippingLabel(MediaModel value)
Generated method - Setter ofConsignment.shippingLabel
attribute defined at extensionwarehousing
. -
Uses of MediaModel in de.hybris.platform.outboundservices.model
Subclasses of MediaModel in de.hybris.platform.outboundservices.model Modifier and Type Class Description class
OutboundRequestMediaModel
Generated model class for type OutboundRequestMedia first defined at extension outboundservices. -
Uses of MediaModel in de.hybris.platform.platformbackoffice.editors.movemediatofoldereditor
Constructors in de.hybris.platform.platformbackoffice.editors.movemediatofoldereditor with parameters of type MediaModel Constructor Description MoveMediaToFolderController(MoveMediaToFolderView view, MediaModel media, com.hybris.cockpitng.components.Editor ancestorEditor, MediaService mediaService)
-
Uses of MediaModel in de.hybris.platform.platformbackoffice.renderers
Methods in de.hybris.platform.platformbackoffice.renderers that return MediaModel Modifier and Type Method Description protected MediaModel
GenericMediaItemUploadPanelRenderer. getMediaModel()
Methods in de.hybris.platform.platformbackoffice.renderers with parameters of type MediaModel Modifier and Type Method Description protected java.lang.String
DownloadMediaCellRenderer. createFallbackFileName(MediaModel mediaModel)
protected java.lang.String
DownloadMediaCellRenderer. extractFileName(MediaModel mediaModel)
protected boolean
GenericMediaItemUploadPanelRenderer. isDisplayable(MediaModel media)
protected boolean
GenericMediaItemUploadPanelRenderer. isInSecureFolder(MediaModel mediaModel)
void
DownloadMediaCellRenderer. render(org.zkoss.zul.Listcell listcell, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn configuration, MediaModel mediaModel, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)
-
Uses of MediaModel in de.hybris.platform.platformbackoffice.widgets.scriptgenerator
Methods in de.hybris.platform.platformbackoffice.widgets.scriptgenerator that return MediaModel Modifier and Type Method Description MediaModel
ExportScriptGeneratorForm. getMedia()
Methods in de.hybris.platform.platformbackoffice.widgets.scriptgenerator with parameters of type MediaModel Modifier and Type Method Description void
ExportScriptGeneratorForm. setMedia(MediaModel media)
-
Uses of MediaModel in de.hybris.platform.promotions.model
Methods in de.hybris.platform.promotions.model that return MediaModel Modifier and Type Method Description MediaModel
ProductPromotionModel. getProductBanner()
Generated method - Getter of theProductPromotion.productBanner
attribute defined at extensionpromotions
.Methods in de.hybris.platform.promotions.model with parameters of type MediaModel Modifier and Type Method Description void
ProductPromotionModel. setProductBanner(MediaModel value)
Generated method - Setter ofProductPromotion.productBanner
attribute defined at extensionpromotions
. -
Uses of MediaModel in de.hybris.platform.returns.model
Methods in de.hybris.platform.returns.model that return MediaModel Modifier and Type Method Description MediaModel
ReturnRequestModel. getReturnForm()
Generated method - Getter of theReturnRequest.returnForm
attribute defined at extensionbasecommerce
.MediaModel
ReturnRequestModel. getReturnLabel()
Generated method - Getter of theReturnRequest.returnLabel
attribute defined at extensionbasecommerce
.Methods in de.hybris.platform.returns.model with parameters of type MediaModel Modifier and Type Method Description void
ReturnRequestModel. setReturnForm(MediaModel value)
Generated method - Setter ofReturnRequest.returnForm
attribute defined at extensionbasecommerce
.void
ReturnRequestModel. setReturnLabel(MediaModel value)
Generated method - Setter ofReturnRequest.returnLabel
attribute defined at extensionbasecommerce
. -
Uses of MediaModel in de.hybris.platform.ruleengine.model
Subclasses of MediaModel in de.hybris.platform.ruleengine.model Modifier and Type Class Description class
DroolsKIEModuleMediaModel
Generated model class for type DroolsKIEModuleMedia first defined at extension ruleengine. -
Uses of MediaModel in de.hybris.platform.ruleengineservices.rule.services.impl.converters.populators
Methods in de.hybris.platform.ruleengineservices.rule.services.impl.converters.populators that return types with arguments of type MediaModel Modifier and Type Method Description Converter<MediaModel,ImageData>
RuleActionDefinitionCategoryPopulator. getImageConverter()
Converter<MediaModel,ImageData>
RuleConditionDefinitionCategoryPopulator. getImageConverter()
Methods in de.hybris.platform.ruleengineservices.rule.services.impl.converters.populators with parameters of type MediaModel Modifier and Type Method Description void
RuleImagePopulator. populate(MediaModel source, ImageData target)
Method parameters in de.hybris.platform.ruleengineservices.rule.services.impl.converters.populators with type arguments of type MediaModel Modifier and Type Method Description void
RuleActionDefinitionCategoryPopulator. setImageConverter(Converter<MediaModel,ImageData> imageConverter)
void
RuleConditionDefinitionCategoryPopulator. setImageConverter(Converter<MediaModel,ImageData> imageConverter)
-
Uses of MediaModel in de.hybris.platform.sap.core.configuration.model
Methods in de.hybris.platform.sap.core.configuration.model that return MediaModel Modifier and Type Method Description MediaModel
SAPConfigurationModel. getSapproductconfig_filterCondition()
Generated method - Getter of theSAPConfiguration.sapproductconfig_filterCondition
attribute defined at extensionsapproductconfigmodel
.MediaModel
SAPConfigurationModel. getSapproductconfig_filterKnowledgeBase()
Generated method - Getter of theSAPConfiguration.sapproductconfig_filterKnowledgeBase
attribute defined at extensionsapproductconfigmodel
.MediaModel
SAPConfigurationModel. getSapproductconfig_filterMaterial()
Generated method - Getter of theSAPConfiguration.sapproductconfig_filterMaterial
attribute defined at extensionsapproductconfigmodel
.Methods in de.hybris.platform.sap.core.configuration.model with parameters of type MediaModel Modifier and Type Method Description void
SAPConfigurationModel. setSapproductconfig_filterCondition(MediaModel value)
Generated method - Setter ofSAPConfiguration.sapproductconfig_filterCondition
attribute defined at extensionsapproductconfigmodel
.void
SAPConfigurationModel. setSapproductconfig_filterKnowledgeBase(MediaModel value)
Generated method - Setter ofSAPConfiguration.sapproductconfig_filterKnowledgeBase
attribute defined at extensionsapproductconfigmodel
.void
SAPConfigurationModel. setSapproductconfig_filterMaterial(MediaModel value)
Generated method - Setter ofSAPConfiguration.sapproductconfig_filterMaterial
attribute defined at extensionsapproductconfigmodel
. -
Uses of MediaModel in de.hybris.platform.sap.productconfig.facades.impl
Methods in de.hybris.platform.sap.productconfig.facades.impl that return types with arguments of type MediaModel Modifier and Type Method Description protected java.util.Map<java.lang.String,java.util.Collection<MediaModel>>
ClassificationSystemCPQAttributesProviderImpl. addMediaEntries(java.util.Collection<ClassificationAttributeValueModel> attrValues)
protected java.util.Collection<MediaModel>
ClassificationSystemCPQAttributesProviderImpl. extractCsticMediaFromAttributeModel(ClassificationAttributeModel attr)
protected java.util.Map<java.lang.String,java.util.Collection<MediaModel>>
ClassificationSystemCPQAttributesProviderImpl. extractCsticValueMediaFromAttributeModel(java.util.Collection<ClassificationAttributeValueModel> attrValues)
protected java.util.Collection<MediaModel>
ClassificationSystemCPQAttributesProviderImplTest. prepareDataForConvertMediaToImages(java.util.Map<java.lang.String,CPQImageType> cpqMediaFormatQualifiers)
Method parameters in de.hybris.platform.sap.productconfig.facades.impl with type arguments of type MediaModel Modifier and Type Method Description protected java.util.List<ImageData>
ClassificationSystemCPQAttributesProviderImpl. convertMediaToImages(java.util.Collection<MediaModel> media, java.util.Map<java.lang.String,CPQImageType> cpqMediaFormatQualifiers)
protected ClassificationAttributeValueModel
ClassificationSystemCPQAttributesProviderImplTest. prepareClassificationAttributeValueModelData(java.lang.String code, java.lang.String description, MediaContainerModel mockMediaContainer, java.util.Collection<MediaModel> media)
-
Uses of MediaModel in de.hybris.platform.sap.productconfig.model.impl
Methods in de.hybris.platform.sap.productconfig.model.impl with parameters of type MediaModel Modifier and Type Method Description java.lang.String
DataLoaderConfigurationHelperImpl. getAbsolutFilePathForMedia(MediaModel filterFile)
-
Uses of MediaModel in de.hybris.platform.sap.productconfig.model.intf
Methods in de.hybris.platform.sap.productconfig.model.intf with parameters of type MediaModel Modifier and Type Method Description java.lang.String
DataLoaderConfigurationHelper. getAbsolutFilePathForMedia(MediaModel filterFile)
Compiles path to the filter files -
Uses of MediaModel in de.hybris.platform.sap.productconfig.runtime.interf.services.impl
Methods in de.hybris.platform.sap.productconfig.runtime.interf.services.impl that return types with arguments of type MediaModel Modifier and Type Method Description java.util.Collection<MediaModel>
ClassificationSystemCPQAttributesContainer. getCsticMedia()
java.util.Map<java.lang.String,java.util.Collection<MediaModel>>
ClassificationSystemCPQAttributesContainer. getCsticValueMedia()
Constructor parameters in de.hybris.platform.sap.productconfig.runtime.interf.services.impl with type arguments of type MediaModel Constructor Description ClassificationSystemCPQAttributesContainer(java.lang.String code, java.lang.String name, java.lang.String description, java.util.Map<java.lang.String,java.lang.String> valueNames, java.util.Map<java.lang.String,java.lang.String> valueDescriptions, java.util.Collection<MediaModel> csticMedia, java.util.Map<java.lang.String,java.util.Collection<MediaModel>> csticValueMedia)
Default Constructor.
Because this object is immutable, all data has to be provided within this constructor call. -
Uses of MediaModel in de.hybris.platform.servicelayer.media
Methods in de.hybris.platform.servicelayer.media that return MediaModel Modifier and Type Method Description MediaModel
MediaService. getMedia(CatalogVersionModel catalogVersion, java.lang.String code)
Gets the media identified unique by given code and catalog version.MediaModel
MediaService. getMedia(java.lang.String code)
Gets the media identified unique by given code.MediaModel
MediaService. getMediaByContext(MediaModel media, MediaContextModel context)
Gets related media for given media determined by target format of given context.MediaModel
MediaService. getMediaByFormat(MediaContainerModel container, MediaFormatModel format)
Gets media in specified format related to given media container.MediaModel
MediaService. getMediaByFormat(MediaModel media, MediaFormatModel format)
Gets media in specified format related to given media.MediaModel
MediaContainerService. getMediaForFormat(MediaContainerModel mediaContainerModel, MediaFormatModel mediaFormatModel)
Gets the media for the given format from the given container.Methods in de.hybris.platform.servicelayer.media that return types with arguments of type MediaModel Modifier and Type Method Description java.util.Collection<MediaModel>
MediaService. getMediaWithSameDataReference(MediaModel media)
Returns a collection of MediaModel objects that point to the same physical file.Methods in de.hybris.platform.servicelayer.media with parameters of type MediaModel Modifier and Type Method Description void
MediaService. addVersionStreamForMedia(MediaModel media, java.lang.String versionId, java.io.InputStream data)
Adds the additional version of data as stream for given base media.void
MediaService. addVersionStreamForMedia(MediaModel media, java.lang.String mimeType, java.lang.String versionId, java.io.InputStream data)
Adds the additional version of data as stream for given base mediavoid
MediaService. copyData(MediaModel fromMedia, MediaModel toMedia)
Copies data from a media to another media by linking the data (both medias will point to same data file).void
MediaPermissionService. denyReadPermission(MediaModel mediaItem, PrincipalModel principal)
Denies principal the read permission to given mediaItem.void
MediaService. duplicateData(MediaModel fromMedia, MediaModel toMedia)
Copies data from a media to another media by duplicating the data (both medias will point to different data file).java.util.Collection<PrincipalModel>
DynamicAttributesMediaDeniedPrincipals. get(MediaModel model)
Holds logic behind getter for dynamic attribute.java.util.Collection<PrincipalModel>
DynamicAttributesMediaPermittedPrincipals. get(MediaModel model)
Holds logic behind getter for dynamic attribute.java.lang.String
DynamicAttributesMediaUrl. get(MediaModel model)
byte[]
MediaService. getDataFromMedia(MediaModel media)
Returns the stored file of given media as raw data array.java.io.DataInputStream
MediaService. getDataStreamFromMedia(MediaModel media)
Deprecated.since ages - please useMediaService.getStreamFromMedia(MediaModel)
insteadjava.util.Collection<PrincipalModel>
MediaPermissionService. getDeniedPrincipals(MediaModel mediaItem)
Fetches all users, where Read permission for given media item is denied.java.util.Collection<java.io.File>
MediaService. getFiles(MediaModel mediaModel)
Deprecated.since ages - Operating on files is no more supported.MediaModel
MediaService. getMediaByContext(MediaModel media, MediaContextModel context)
Gets related media for given media determined by target format of given context.MediaModel
MediaService. getMediaByFormat(MediaModel media, MediaFormatModel format)
Gets media in specified format related to given media.java.util.Collection<MediaModel>
MediaService. getMediaWithSameDataReference(MediaModel media)
Returns a collection of MediaModel objects that point to the same physical file.java.util.Collection<PrincipalModel>
MediaPermissionService. getPermittedPrincipals(MediaModel mediaItem)
Fetches all users, with Read permission for given media item.java.io.InputStream
MediaService. getStreamForMediaVersion(MediaModel media, java.lang.String versionId)
Gets the stream for media version.java.io.InputStream
MediaService. getStreamFromMedia(MediaModel media)
Returns the stored file of given media as stream.java.lang.String
MediaService. getUrlForMedia(MediaModel media)
Returns URL for to given media.java.lang.String
MediaService. getUrlForMediaVersion(MediaModel media, java.lang.String versionId)
Gets the URL for media version rendered by configured URL strategy.void
MediaPermissionService. grantReadPermission(MediaModel mediaItem, PrincipalModel principal)
Grants principal the read permission to given mediaItem.boolean
MediaService. hasData(MediaModel media)
Returns information whether given media has binary data.boolean
MediaPermissionService. isReadAccessGranted(MediaModel mediaItem, PrincipalModel principal)
Checks if the given principal has access to reading medias granted.void
MediaService. moveData(MediaModel fromMedia, MediaModel toMedia)
Moves a media data to another media.void
MediaService. moveMediaToFolder(MediaModel media, MediaFolderModel targetFolder)
Changes the folder of media to given new folder and move the related media data to this folder.void
MediaService. removeDataFromMedia(MediaModel media)
Removes binary data from provided media.boolean
MediaService. removeDataFromMediaQuietly(MediaModel media)
Removes binary data from provided media without throwing exception.void
MediaService. removeVersionForMedia(MediaModel media, java.lang.String versionId)
Removes the version of data for media.void
DynamicAttributesMediaDeniedPrincipals. set(MediaModel model, java.util.Collection<PrincipalModel> deniedPrincipals)
Holds logic behind setter for dynamic attribute.void
DynamicAttributesMediaPermittedPrincipals. set(MediaModel model, java.util.Collection<PrincipalModel> permittedPrincipals)
Holds logic behind setter for dynamic attribute.void
DynamicAttributesMediaUrl. set(MediaModel model, java.lang.String value)
void
MediaService. setDataForMedia(MediaModel media, byte[] data)
Sets given raw data to media by writing content of given stream to a new data file.void
MediaService. setDataStreamForMedia(MediaModel media, java.io.DataInputStream data)
Deprecated.since ages - please useMediaService.setStreamForMedia(MediaModel, InputStream)
insteadvoid
MediaPermissionService. setDeniedPrincipals(MediaModel mediaItem, java.util.Collection<PrincipalModel> principals)
Updates the list of all principal with denied Read Permission for given media item.void
MediaService. setFolderForMedia(MediaModel media, MediaFolderModel targetFolder)
Deprecated.void
MediaPermissionService. setPermittedPrincipals(MediaModel mediaItem, java.util.Collection<PrincipalModel> principals)
Updates the list of all assigned principal with ReadPermission for given media item.void
MediaService. setStreamForMedia(MediaModel media, java.io.InputStream data)
Sets given data to media by writing content of given stream to a new data file.void
MediaService. setStreamForMedia(MediaModel media, java.io.InputStream data, java.lang.String originalName, java.lang.String mimeType)
Sets given data to media by writing content of given stream to a new data file.void
MediaService. setStreamForMedia(MediaModel media, java.io.InputStream data, java.lang.String originalName, java.lang.String mimeType, MediaFolderModel folder)
Sets given data to media by writing content of given stream to a new data file.void
MediaService. setUrlForMedia(MediaModel media, java.lang.String url)
Sets the external URL for the media.Method parameters in de.hybris.platform.servicelayer.media with type arguments of type MediaModel Modifier and Type Method Description void
MediaContainerService. addMediaToContainer(MediaContainerModel mediaContainerModel, java.util.List<MediaModel> mediaModels)
Adds the medias to the given container.void
MediaContainerService. removeMediaFromContainer(MediaContainerModel mediaContainerModel, java.util.List<MediaModel> mediaModels)
Removes the medias from given container. -
Uses of MediaModel in de.hybris.platform.servicelayer.media.impl
Methods in de.hybris.platform.servicelayer.media.impl that return MediaModel Modifier and Type Method Description MediaModel
DefaultMediaDao. findMediaByFormat(MediaContainerModel container, MediaFormatModel format)
MediaModel
MediaDao. findMediaByFormat(MediaContainerModel container, MediaFormatModel format)
MediaModel
DefaultMediaService. getMedia(CatalogVersionModel catalogVersion, java.lang.String code)
MediaModel
DefaultMediaService. getMedia(java.lang.String code)
MediaModel
DefaultMediaService. getMediaByContext(MediaModel media, MediaContextModel context)
MediaModel
DefaultMediaService. getMediaByFormat(MediaContainerModel container, MediaFormatModel format)
MediaModel
DefaultMediaService. getMediaByFormat(MediaModel media, MediaFormatModel format)
MediaModel
DefaultMediaContainerService. getMediaForFormat(MediaContainerModel mediaContainerModel, MediaFormatModel mediaFormatModel)
Gets the media for the given format from the given container.Methods in de.hybris.platform.servicelayer.media.impl that return types with arguments of type MediaModel Modifier and Type Method Description java.util.List<MediaModel>
DefaultMediaDao. findForeignDataOwnerdByMedia(MediaModel media)
java.util.List<MediaModel>
MediaDao. findForeignDataOwnerdByMedia(MediaModel media)
java.util.List<MediaModel>
DefaultMediaDao. findMedia(CatalogVersionModel catalogVersion, java.lang.String code)
Deprecated.since agesjava.util.List<MediaModel>
DefaultMediaDao. findMedia(java.lang.String code)
Deprecated.since agesjava.util.List<MediaModel>
MediaDao. findMedia(CatalogVersionModel catalogVersion, java.lang.String code)
Deprecated.since ages - useMediaDao.findMediaByCode(CatalogVersionModel, String)
java.util.List<MediaModel>
MediaDao. findMedia(java.lang.String code)
Deprecated.since ages - useMediaDao.findMediaByCode(String)
java.util.List<MediaModel>
DefaultMediaDao. findMediaByCode(CatalogVersionModel catalogVersion, java.lang.String code)
Finds all media by code and version.java.util.List<MediaModel>
DefaultMediaDao. findMediaByCode(java.lang.String code)
java.util.List<MediaModel>
MediaDao. findMediaByCode(CatalogVersionModel catalogVersion, java.lang.String code)
Finds all media by code and version.java.util.List<MediaModel>
MediaDao. findMediaByCode(java.lang.String code)
Finds all media by code.java.util.Collection<MediaModel>
DefaultMediaService. getMediaWithSameDataReference(MediaModel media)
Methods in de.hybris.platform.servicelayer.media.impl with parameters of type MediaModel Modifier and Type Method Description void
DefaultMediaService. addVersionStreamForMedia(MediaModel media, java.lang.String versionId, java.io.InputStream data)
void
DefaultMediaService. addVersionStreamForMedia(MediaModel media, java.lang.String versionId, java.lang.String mimeType, java.io.InputStream data)
void
DefaultMediaService. copyData(MediaModel fromMedia, MediaModel toMedia)
void
DefaultMediaPermissionService. denyReadPermission(MediaModel mediaItem, PrincipalModel principal)
Denies principal the read permission to given mediaItem.void
DefaultMediaService. duplicateData(MediaModel fromMedia, MediaModel toMedia)
java.util.List<MediaModel>
DefaultMediaDao. findForeignDataOwnerdByMedia(MediaModel media)
java.util.List<MediaModel>
MediaDao. findForeignDataOwnerdByMedia(MediaModel media)
java.util.List<DerivedMediaModel>
DefaultMediaDao. findMediaVersion(MediaModel baseMedia, java.lang.String versionId)
java.util.List<DerivedMediaModel>
MediaDao. findMediaVersion(MediaModel baseMedia, java.lang.String versionId)
Find media version for provided baseMedia.java.util.Collection<PrincipalModel>
MediaDeniedPrincipalsHandler. get(MediaModel model)
java.lang.String
MediaDownloadUrlHandler. get(MediaModel model)
java.util.Collection<PrincipalModel>
MediaPermittedPrincipalsHandler. get(MediaModel model)
byte[]
DefaultMediaService. getDataFromMedia(MediaModel media)
java.io.DataInputStream
DefaultMediaService. getDataStreamFromMedia(MediaModel media)
Deprecated.since agesprotected java.util.Collection<PermissionAssignment>
AbstractMediaPrincipalsHandler. getDeniedPermissions(MediaModel model)
protected java.util.Collection<PrincipalModel>
AbstractMediaPrincipalsHandler. getDeniedPrincipals(MediaModel model)
java.util.Collection<PrincipalModel>
DefaultMediaPermissionService. getDeniedPrincipals(MediaModel mediaItem)
Fetches all users, where Read permission for given media item is denied.java.util.Collection<java.io.File>
DefaultMediaService. getFiles(MediaModel media)
MediaModel
DefaultMediaService. getMediaByContext(MediaModel media, MediaContextModel context)
MediaModel
DefaultMediaService. getMediaByFormat(MediaModel media, MediaFormatModel format)
java.util.Collection<MediaModel>
DefaultMediaService. getMediaWithSameDataReference(MediaModel media)
protected java.util.Collection<PermissionAssignment>
AbstractMediaPrincipalsHandler. getPermittedPermissions(MediaModel model)
protected java.util.Collection<PrincipalModel>
AbstractMediaPrincipalsHandler. getPermittedPrincipals(MediaModel model)
java.util.Collection<PrincipalModel>
DefaultMediaPermissionService. getPermittedPrincipals(MediaModel mediaItem)
Fetches all users, with Read permission for given media item.java.io.InputStream
DefaultMediaService. getStreamForMediaVersion(MediaModel media, java.lang.String versionId)
java.io.InputStream
DefaultMediaService. getStreamFromMedia(MediaModel media)
java.lang.String
DefaultMediaService. getUrlForMedia(MediaModel media)
java.lang.String
DefaultMediaService. getUrlForMediaVersion(MediaModel media, java.lang.String versionId)
void
DefaultMediaPermissionService. grantReadPermission(MediaModel mediaItem, PrincipalModel principal)
Grants principal the read permission to given mediaItem.boolean
DefaultMediaService. hasData(MediaModel media)
boolean
DefaultMediaPermissionService. isReadAccessGranted(MediaModel mediaItem, PrincipalModel principal)
Checks if the given principal has access to reading medias granted.void
DefaultMediaService. moveData(MediaModel fromMedia, MediaModel toMedia)
void
DefaultMediaService. moveMediaToFolder(MediaModel media, MediaFolderModel targetFolder)
void
DefaultMediaService. removeDataFromMedia(MediaModel media)
boolean
DefaultMediaService. removeDataFromMediaQuietly(MediaModel media)
void
DefaultMediaService. removeVersionForMedia(MediaModel media, java.lang.String versionId)
void
MediaDeniedPrincipalsHandler. set(MediaModel model, java.util.Collection<PrincipalModel> principals)
void
MediaDownloadUrlHandler. set(MediaModel model, java.lang.String s)
void
MediaPermittedPrincipalsHandler. set(MediaModel model, java.util.Collection<PrincipalModel> principals)
void
DefaultMediaService. setDataForMedia(MediaModel media, byte[] data)
void
DefaultMediaService. setDataStreamForMedia(MediaModel media, java.io.DataInputStream data)
Deprecated.since agesvoid
DefaultMediaPermissionService. setDeniedPrincipals(MediaModel mediaItem, java.util.Collection<PrincipalModel> principals)
Updates the list of all principal with denied Read Permission for given media item.void
DefaultMediaService. setFolderForMedia(MediaModel media, MediaFolderModel targetFolder)
void
DefaultMediaPermissionService. setPermittedPrincipals(MediaModel mediaItem, java.util.Collection<PrincipalModel> principals)
Updates the list of all assigned principal with ReadPermission for given media item.void
DefaultMediaService. setStreamForMedia(MediaModel media, java.io.InputStream data)
void
DefaultMediaService. setStreamForMedia(MediaModel media, java.io.InputStream data, java.lang.String originalName, java.lang.String mimeType)
Sets given data to media by writing content of given stream to a new data file.void
DefaultMediaService. setStreamForMedia(MediaModel media, java.io.InputStream data, java.lang.String originalName, java.lang.String mimeType, MediaFolderModel folder)
Sets given data to media by writing content of given stream to a new data file.void
DefaultMediaService. setUrlForMedia(MediaModel media, java.lang.String url)
Method parameters in de.hybris.platform.servicelayer.media.impl with type arguments of type MediaModel Modifier and Type Method Description void
DefaultMediaContainerService. addMediaToContainer(MediaContainerModel mediaContainerModel, java.util.List<MediaModel> mediaModels)
Adds the medias to the given container.void
DefaultMediaContainerService. removeMediaFromContainer(MediaContainerModel mediaContainerModel, java.util.List<MediaModel> mediaModels)
Removes the medias from given container. -
Uses of MediaModel in de.hybris.platform.servicelayer.tx
Methods in de.hybris.platform.servicelayer.tx with parameters of type MediaModel Modifier and Type Method Description protected java.lang.String
ItemModelTransactionPerformanceTest. dumpMediaMimeInfo(MediaModel media)
-
Uses of MediaModel in de.hybris.platform.servicelayer.web
Methods in de.hybris.platform.servicelayer.web that return MediaModel Modifier and Type Method Description protected MediaModel
WebAppMediaFilter. findMediaModel(java.lang.String mediaPKString)
Methods in de.hybris.platform.servicelayer.web with parameters of type MediaModel Modifier and Type Method Description protected boolean
WebAppMediaFilter. isAccessDenied(MediaModel mediaModel)
-
Uses of MediaModel in de.hybris.platform.solrfacetsearch.model.config
Methods in de.hybris.platform.solrfacetsearch.model.config that return MediaModel Modifier and Type Method Description MediaModel
SolrFacetSearchConfigModel. getDocument()
Deprecated.Methods in de.hybris.platform.solrfacetsearch.model.config with parameters of type MediaModel Modifier and Type Method Description void
SolrFacetSearchConfigModel. setDocument(MediaModel value)
Deprecated. -
Uses of MediaModel in de.hybris.platform.storelocator.model
Methods in de.hybris.platform.storelocator.model that return MediaModel Modifier and Type Method Description MediaModel
PointOfServiceModel. getMapIcon()
Generated method - Getter of thePointOfService.mapIcon
attribute defined at extensionbasecommerce
.Methods in de.hybris.platform.storelocator.model with parameters of type MediaModel Modifier and Type Method Description void
PointOfServiceModel. setMapIcon(MediaModel value)
Generated method - Setter ofPointOfService.mapIcon
attribute defined at extensionbasecommerce
. -
Uses of MediaModel in de.hybris.platform.test
Fields in de.hybris.platform.test declared as MediaModel Modifier and Type Field Description protected MediaModel
AbstractMediaManagerIntegrationTest. testMedia
protected MediaModel
AbstractMediaManagerIntegrationTest. testMediaWithExternalUrl
Methods in de.hybris.platform.test with parameters of type MediaModel Modifier and Type Method Description protected java.lang.String
AbstractMediaManagerIntegrationTest. downloadUrlForMedia(MediaModel media)
protected java.lang.String
AbstractMediaManagerIntegrationTest. urlForMedia(MediaModel media)
protected java.lang.String
AbstractMediaManagerIntegrationTest. urlForMedia(MediaModel media, boolean forDownload)
protected java.lang.String
AbstractMediaManagerIntegrationTest. urlForMediaWithRenderer(MediaModel media, boolean addCtxPath, boolean forDownload)
protected java.lang.String
AbstractMediaManagerIntegrationTest. urlForMediaWithSecureRenderer(MediaModel media, boolean addCtxPath, boolean forDownload)
-
Uses of MediaModel in de.hybris.platform.testframework.assertions
Methods in de.hybris.platform.testframework.assertions with parameters of type MediaModel Modifier and Type Method Description static MediaAssert
MediaAssert. assertThat(MediaModel actual)
MediaAssert
MediaAssert. hasSameDataPkAs(MediaModel media)
MediaAssert
MediaAssert. hasSameInternalUrlAs(MediaModel media)
MediaAssert
MediaAssert. hasSameMetaDataAs(MediaModel media)
MediaAssert
MediaAssert. hasSameMimeAs(MediaModel media)
MediaAssert
MediaAssert. hasSameRealFileNameAs(MediaModel media)
MediaAssert
MediaAssert. hasSameSizeAs(MediaModel media)
Constructors in de.hybris.platform.testframework.assertions with parameters of type MediaModel Constructor Description MediaAssert(MediaModel actual)
-
Uses of MediaModel in de.hybris.platform.testframework.seed
Methods in de.hybris.platform.testframework.seed that return MediaModel Modifier and Type Method Description MediaModel
MediaTestDataCreator. createMedia(CatalogVersionModel catalogVersion)
MediaModel
MediaTestDataCreator. createMedia(MediaFolderModel mediaFolder, CatalogVersionModel catalogVersion)
MediaModel
MediaTestDataCreator. createMedia(java.lang.String code, CatalogVersionModel catalogVersion)
MediaModel
MediaTestDataCreator. createMedia(java.lang.String code, MediaFolderModel mediaFolder, CatalogVersionModel catalogVersion)
MediaModel
MediaTestDataCreator. createMediaWithExternalUrl(CatalogVersionModel catalogVersion)
MediaModel
MediaTestDataCreator. createMediaWithExternalUrl(java.lang.String code, java.lang.String url, CatalogVersionModel catalogVersion)
-
Uses of MediaModel in de.hybris.platform.ticket.service
Methods in de.hybris.platform.ticket.service that return MediaModel Modifier and Type Method Description MediaModel
TicketAttachmentsService. createAttachment(java.lang.String name, java.lang.String contentType, byte[] data, UserModel customer)
CreateMediaModel
attachment based on provided parameters.Method parameters in de.hybris.platform.ticket.service with type arguments of type MediaModel Modifier and Type Method Description CsCustomerEventModel
TicketBusinessService. addCustomerEmailToTicket(CsTicketModel ticket, CsEventReason reason, java.lang.String subject, java.lang.String emailBody, java.util.Collection<MediaModel> attachments)
Add a customer email to the specified ticket.CsCustomerEventModel
TicketBusinessService. addNoteToTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, java.lang.String note, java.util.Collection<MediaModel> attachments)
Add a note to the specified ticket.CsTicketResolutionEventModel
TicketBusinessService. resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, java.lang.String note, java.util.Collection<MediaModel> attachments)
Resolve a ticket and add the associated resolution event.CsCustomerEventModel
TicketBusinessService. unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, java.lang.String note, java.util.Collection<MediaModel> attachments)
Reverse the resolution of a ticket and add a note to it. -
Uses of MediaModel in de.hybris.platform.ticket.service.impl
Methods in de.hybris.platform.ticket.service.impl that return MediaModel Modifier and Type Method Description MediaModel
DefaultTicketAttachmentsService. createAttachment(java.lang.String name, java.lang.String contentType, byte[] data, UserModel customer)
Method parameters in de.hybris.platform.ticket.service.impl with type arguments of type MediaModel Modifier and Type Method Description CsCustomerEventModel
DefaultTicketBusinessService. addCustomerEmailToTicket(CsTicketModel ticket, CsEventReason reason, java.lang.String subject, java.lang.String emailBody, java.util.Collection<MediaModel> attachments)
CsCustomerEventModel
DefaultTicketBusinessService. addNoteToTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, java.lang.String note, java.util.Collection<MediaModel> attachments)
CsTicketResolutionEventModel
DefaultTicketBusinessService. resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, java.lang.String note, java.util.Collection<MediaModel> attachments)
CsCustomerEventModel
DefaultTicketBusinessService. unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, java.lang.String note, java.util.Collection<MediaModel> attachments)
-
Uses of MediaModel in de.hybris.platform.ticket.strategies
Method parameters in de.hybris.platform.ticket.strategies with type arguments of type MediaModel Modifier and Type Method Description CsCustomerEventModel
TicketEventStrategy. createCustomerEmailForTicket(CsTicketModel ticket, CsEventReason reason, java.lang.String subject, java.lang.String emailBody, java.util.Collection<MediaModel> attachments)
Create a note against the ticket which is sent as an email to the customer the ticket relates toCsCustomerEventModel
TicketEventStrategy. createNoteForTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, java.lang.String note, java.util.Collection<MediaModel> attachments)
Create and internal note against the ticket with the specified informationCsTicketResolutionEventModel
TicketResolutionStrategy. resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, java.lang.String note, java.util.Collection<MediaModel> attachments)
Create a resolution event against a ticket and associate it with the ticket.CsCustomerEventModel
TicketResolutionStrategy. unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, java.lang.String note, java.util.Collection<MediaModel> attachments)
Remove the resolution event from the ticket (although keep in in the list of events) and add a note to a ticket to indicate that it is no longer resolved. -
Uses of MediaModel in de.hybris.platform.ticket.strategies.impl
Method parameters in de.hybris.platform.ticket.strategies.impl with type arguments of type MediaModel Modifier and Type Method Description protected void
DefaultTicketEventStrategy. addAttachmentsToEvent(CsTicketEventModel event, java.util.Collection<MediaModel> attachments)
protected void
DefaultTicketResolutionStrategy. addAttachmentsToEvent(CsTicketEventModel event, java.util.Collection<MediaModel> attachments)
CsCustomerEventModel
DefaultTicketEventStrategy. createCustomerEmailForTicket(CsTicketModel ticket, CsEventReason reason, java.lang.String subject, java.lang.String emailBody, java.util.Collection<MediaModel> attachments)
CsCustomerEventModel
DefaultTicketEventStrategy. createNoteForTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, java.lang.String note, java.util.Collection<MediaModel> attachments)
CsTicketResolutionEventModel
DefaultTicketResolutionStrategy. resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, java.lang.String note, java.util.Collection<MediaModel> attachments)
CsCustomerEventModel
DefaultTicketResolutionStrategy. unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, java.lang.String note, java.util.Collection<MediaModel> attachments)
-
Uses of MediaModel in de.hybris.platform.voucher.backoffice.cockpitng.editor.insets
Methods in de.hybris.platform.voucher.backoffice.cockpitng.editor.insets that return MediaModel Modifier and Type Method Description protected MediaModel
SerialVoucherCodesGeneratorInset. createMedia(java.util.List<java.lang.String> codes, java.lang.String actionCode, int quantity)
-
Uses of MediaModel in de.hybris.platform.voucher.model
Methods in de.hybris.platform.voucher.model that return types with arguments of type MediaModel Modifier and Type Method Description java.util.Collection<MediaModel>
SerialVoucherModel. getCodes()
Generated method - Getter of theSerialVoucher.codes
attribute defined at extensionvoucher
.Method parameters in de.hybris.platform.voucher.model with type arguments of type MediaModel Modifier and Type Method Description void
SerialVoucherModel. setCodes(java.util.Collection<MediaModel> value)
Generated method - Setter ofSerialVoucher.codes
attribute defined at extensionvoucher
. -
Uses of MediaModel in de.hybris.platform.warehousing.labels.service
Methods in de.hybris.platform.warehousing.labels.service that return MediaModel Modifier and Type Method Description MediaModel
PrintMediaService. getMediaForTemplate(java.lang.String frontendTemplateName, BusinessProcessModel businessProcessModel)
Generates theMediaModel
for the givenConsignmentModel
Methods in de.hybris.platform.warehousing.labels.service with parameters of type MediaModel Modifier and Type Method Description java.lang.String
PrintMediaService. generateHtmlMediaTemplate(MediaModel mediaModel)
Generates an HTML page for the givenMediaModel
java.lang.String
PrintMediaService. generatePopupScriptForMedia(MediaModel mediaModel, java.lang.String width, java.lang.String height, java.lang.String blockedPopupMessage)
Generates the popup script for the givenMediaModel
. -
Uses of MediaModel in de.hybris.platform.warehousing.labels.service.impl
Methods in de.hybris.platform.warehousing.labels.service.impl that return MediaModel Modifier and Type Method Description MediaModel
DefaultPrintMediaService. getMediaForTemplate(java.lang.String frontendTemplateName, BusinessProcessModel businessProcessModel)
Methods in de.hybris.platform.warehousing.labels.service.impl with parameters of type MediaModel Modifier and Type Method Description java.lang.String
DefaultPrintMediaService. generateHtmlMediaTemplate(MediaModel mediaModel)
java.lang.String
DefaultPrintMediaService. generatePopupScriptForMedia(MediaModel mediaModel, java.lang.String width, java.lang.String height, java.lang.String blockedPopupMessage)
Generates the script of the popup for the givenMediaModel
-
Uses of MediaModel in de.hybris.platform.yacceleratorcore.batch.task
Methods in de.hybris.platform.yacceleratorcore.batch.task with parameters of type MediaModel Modifier and Type Method Description protected void
BatchIntegrationTest. verifyMedia(MediaModel media, java.lang.String format)
-
Uses of MediaModel in de.hybris.platform.yacceleratorfacades.populators
Methods in de.hybris.platform.yacceleratorfacades.populators that return MediaModel Modifier and Type Method Description protected MediaModel
AcceleratorVariantOptionDataPopulator. getMediaWithImageFormat(MediaContainerModel mediaContainer, java.lang.String imageFormat)
-
Uses of MediaModel in de.hybris.platform.yacceleratorordermanagement.actions.email
Methods in de.hybris.platform.yacceleratorordermanagement.actions.email that return MediaModel Modifier and Type Method Description protected MediaModel
GenerateEmailWithAttachmentAction. getOrCreateMediaModelForProcessModel(ReturnProcessModel returnProcessModel, java.lang.String propertyName)
RetrievesMediaModel
fromReturnRequestModel.RETURNFORM
orReturnRequestModel.RETURNLABEL
for the givenReturnProcessModel
Or generates one if property is empty.Methods in de.hybris.platform.yacceleratorordermanagement.actions.email with parameters of type MediaModel Modifier and Type Method Description protected EmailAttachmentModel
GenerateEmailWithAttachmentAction. castMedialModelToEmailAttachmentModel(MediaModel mediaModel, java.lang.String attachmentName)
CreatesEmailAttachmentModel
with proper name andMediaModel
-
Uses of MediaModel in de.hybris.platform.yacceleratorstorefront.controllers.cms
Methods in de.hybris.platform.yacceleratorstorefront.controllers.cms that return MediaModel Modifier and Type Method Description protected MediaModel
DynamicBannerComponentController. getMediaByCode(java.lang.String mediaCode)
protected MediaModel
DynamicBannerComponentController. getMediaByCodeAndCatalogVersion(java.lang.String mediaCode, CatalogVersionModel catalogVersionModel)
-
Uses of MediaModel in de.hybris.y2ysync.model.media
Subclasses of MediaModel in de.hybris.y2ysync.model.media Modifier and Type Class Description class
ConsumeMarkerMediaModel
Generated model class for type ConsumeMarkerMedia first defined at extension y2ysync.class
SyncImpExMediaModel
Generated model class for type SyncImpExMedia first defined at extension y2ysync.Methods in de.hybris.y2ysync.model.media that return MediaModel Modifier and Type Method Description MediaModel
SyncImpExMediaModel. getMediaArchive()
Generated method - Getter of theSyncImpExMedia.mediaArchive
attribute defined at extensiony2ysync
.Methods in de.hybris.y2ysync.model.media with parameters of type MediaModel Modifier and Type Method Description void
SyncImpExMediaModel. setMediaArchive(MediaModel value)
Generated method - Setter ofSyncImpExMedia.mediaArchive
attribute defined at extensiony2ysync
.
-