Class DefaultCMSMediaFolderDao

All Implemented Interfaces:
CMSMediaFolderDao, Dao

public class DefaultCMSMediaFolderDao extends AbstractCMSItemDao implements CMSMediaFolderDao
Default implementation of CMSMediaFolderDao interface.
  • Constructor Details

    • DefaultCMSMediaFolderDao

      public DefaultCMSMediaFolderDao()
  • Method Details

    • findMediaFolders

      public SearchResult<MediaFolderModel> findMediaFolders(String qualifier, PageableData pageableData)
      Description copied from interface: CMSMediaFolderDao
      Retrieve all media folders which have the specified qualifier value. It also supports pagination.
      Specified by:
      findMediaFolders in interface CMSMediaFolderDao
      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