Class DefaultCMSMediaService

java.lang.Object
de.hybris.platform.cmsfacades.media.service.impl.DefaultCMSMediaService
All Implemented Interfaces:
CMSMediaService

public class DefaultCMSMediaService extends Object implements CMSMediaService
Default implementation of CMSMediaService interface.
  • Constructor Details

    • DefaultCMSMediaService

      public DefaultCMSMediaService()
  • Method Details

    • findMediasForCatalogVersion

      public SearchResult<MediaModel> findMediasForCatalogVersion(String mask, String mimeType, CatalogVersionModel catalogVersion, PageableData pageableData)
      Description copied from interface: CMSMediaService
      Finds medias using a free-text form in a given catalog version. It also supports pagination.
      Specified by:
      findMediasForCatalogVersion in interface CMSMediaService
      Parameters:
      mask - The free-text string to be used on the media search
      mimeType - The mime type to be used on the media search
      catalogVersion - The catalog version that is active in the session
      pageableData - the pagination object
      Returns:
      the search result object.
    • getCmsMediaDao

      protected CMSMediaDao getCmsMediaDao()
    • setCmsMediaDao

      public void setCmsMediaDao(CMSMediaDao cmsMediaDao)