Class MediaContainerToDataConverter

java.lang.Object
de.hybris.platform.cms2.version.converter.attribute.impl.MediaContainerToDataConverter
All Implemented Interfaces:
Converter<MediaContainerModel,PK>

public class MediaContainerToDataConverter extends Object implements Converter<MediaContainerModel,PK>
Implementation of AttributeContentConverter that converts properties of type MediaContainerModel. Note: Although MediaContainerModel is not a CMSItemModel, we have to version it otherwise MediaModel items are never saved and we loose all references.
  • Constructor Details

    • MediaContainerToDataConverter

      public MediaContainerToDataConverter()
  • Method Details