public interface CMSMediaFormatDao extends Dao
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MediaFormatModel> |
getAllMediaFormats()
Retrieve all media formats.
|
MediaFormatModel |
getMediaFormatByQualifier(java.lang.String qualifier)
Retrieve a single media format which have the specified qualifier value.
|
java.util.Collection<MediaFormatModel> |
getMediaFormatsByQualifiers(java.util.Collection<java.lang.String> qualifiers)
Retrieve a collection of media formats which have the specified qualifiers value.
|
java.util.Collection<MediaFormatModel> getAllMediaFormats()
MediaFormatModel getMediaFormatByQualifier(java.lang.String qualifier) throws java.lang.IllegalArgumentException, UnknownIdentifierException, AmbiguousIdentifierException
qualifier - the identifier of the media format to findjava.lang.IllegalArgumentException - when qualifier is nullUnknownIdentifierException - when no media format is found for the specified qualifierAmbiguousIdentifierException - when multiple media formats are found for the specified qualifierjava.util.Collection<MediaFormatModel> getMediaFormatsByQualifiers(java.util.Collection<java.lang.String> qualifiers) throws java.lang.IllegalArgumentException
qualifiers - the collection of identifiers of the media formats to findjava.lang.IllegalArgumentException - when qualifier is nullCopyright © 2018 SAP SE. All Rights Reserved.