public interface MediaMetaDataServiceDao
| Modifier and Type | Method and Description |
|---|---|
Collection<MediaMetaDataModel> |
findMetaData(MediaModel media,
String group)
Retrieves all
MediaMetaDataModel entries for the given MediaModel. |
Collection<MediaMetaDataModel> findMetaData(MediaModel media, 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 © 2017 SAP SE. All Rights Reserved.