Interface CMSMediaFolderDao
- All Superinterfaces:
Dao
- All Known Implementing Classes:
DefaultCMSMediaFolderDao
Interface for finding media folder.
-
Method Summary
Modifier and TypeMethodDescriptionfindMediaFolders(String qualifier, PageableData pageableData) Retrieve all media folders which have the specified qualifier value.
-
Method Details
-
findMediaFolders
Retrieve all media folders which have the specified qualifier value. It also supports pagination.- Parameters:
qualifier- the identifier of the media folder to findpageableData- thePageableDataobject 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
-