Interface CMSMediaFolderDao

All Superinterfaces:
Dao
All Known Implementing Classes:
DefaultCMSMediaFolderDao

public interface CMSMediaFolderDao extends Dao
Interface for finding media folder.
  • Method Details

    • findMediaFolders

      SearchResult<MediaFolderModel> findMediaFolders(String qualifier, PageableData pageableData)
      Retrieve all media folders which have the specified qualifier value. It also supports pagination.
      Parameters:
      qualifier - the identifier of the media folder to find
      pageableData - the PageableData object containing the page request details. PageableData may contain a String value for sort, this will be used by a sorting strategy to select the most appropriate query or resort to a default one.
      Returns:
      media folders matching the specified qualifier