public interface MediaMetaDataServiceDao
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MediaMetaDataModel> |
findMetaData(MediaModel media,
java.lang.String group)
Retrieves all
MediaMetaDataModel entries for the given MediaModel. |
java.util.Collection<MediaMetaDataModel> findMetaData(MediaModel media, java.lang.String group)
MediaMetaDataModel entries for the given MediaModel. If a group is
provided, only entries matching this group will be returned.media - the MediaModel in question.group - optional restriction to a certain groupMediaMetaDataModel currently persisted to database (matching the group if specified)Copyright © 2018 SAP SE. All Rights Reserved.