Interface CMSMediaService

All Known Implementing Classes:
DefaultCMSMediaService

public interface CMSMediaService
service to find cms medias
  • Method Details

    • findMediasForCatalogVersion

      SearchResult<MediaModel> findMediasForCatalogVersion(String mask, String mimeType, CatalogVersionModel catalogVersion, PageableData pageableData)
      Finds medias using a free-text form in a given catalog version. It also supports pagination.
      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.