public interface OrphanedMediaDao extends MediaDao
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
findOrphanedMedias(int start,
int count,
java.util.Map<java.lang.String,java.lang.Object> values)
Executes ...
|
int |
getMediasCount()
Returns the total count of all hybris medias.
|
findFolder, findForeignDataOwnerdByMedia, findFormat, findMedia, findMedia, findMediaByCode, findMediaByCode, findMediaByFormat, findMediaFolderByQualifier, findMediaFormatByQualifier, findMediaVersionjava.util.Collection findOrphanedMedias(int start,
int count,
java.util.Map<java.lang.String,java.lang.Object> values)
SELECT {Item.PK} FROM {Media} WHERE {Media.PK}= ?pk_based_filename OR {Media.DATAPK}=?pk_based_filename
start - the start number of the search rangecount - the number of elements in this search rangevalues - the value map according to all ?<key>MediaModelsint getMediasCount()
Copyright © 2018 SAP SE. All Rights Reserved.