public interface AssetListAssetEntryProvider
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AssetEntry> |
getAssetEntries(AssetListEntry assetListEntry,
long segmentsEntryId) |
java.util.List<AssetEntry> |
getAssetEntries(AssetListEntry assetListEntry,
long[] segmentsEntryIds) |
java.util.List<AssetEntry> |
getAssetEntries(AssetListEntry assetListEntry,
long[] segmentsEntryIds,
int start,
int end) |
default java.util.List<AssetEntry> |
getAssetEntries(AssetListEntry assetListEntry,
long[] segmentsEntryIds,
java.lang.String userId) |
default java.util.List<AssetEntry> |
getAssetEntries(AssetListEntry assetListEntry,
long[] segmentsEntryIds,
java.lang.String userId,
int start,
int end) |
java.util.List<AssetEntry> |
getAssetEntries(AssetListEntry assetListEntry,
long segmentsEntryId,
int start,
int end) |
int |
getAssetEntriesCount(AssetListEntry assetListEntry,
long segmentsEntryId) |
int |
getAssetEntriesCount(AssetListEntry assetListEntry,
long[] segmentsEntryIds) |
default int |
getAssetEntriesCount(AssetListEntry assetListEntry,
long[] segmentsEntryIds,
java.lang.String userId) |
AssetEntryQuery |
getAssetEntryQuery(AssetListEntry assetListEntry,
long segmentsEntryId) |
AssetEntryQuery |
getAssetEntryQuery(AssetListEntry assetListEntry,
long[] segmentsEntryIds) |
default AssetEntryQuery |
getAssetEntryQuery(AssetListEntry assetListEntry,
long[] segmentsEntryIds,
java.lang.String userId) |
java.util.List<AssetEntry> getAssetEntries(AssetListEntry assetListEntry, long segmentsEntryId)
java.util.List<AssetEntry> getAssetEntries(AssetListEntry assetListEntry, long segmentsEntryId, int start, int end)
java.util.List<AssetEntry> getAssetEntries(AssetListEntry assetListEntry, long[] segmentsEntryIds)
java.util.List<AssetEntry> getAssetEntries(AssetListEntry assetListEntry, long[] segmentsEntryIds, int start, int end)
default java.util.List<AssetEntry> getAssetEntries(AssetListEntry assetListEntry, long[] segmentsEntryIds, java.lang.String userId)
default java.util.List<AssetEntry> getAssetEntries(AssetListEntry assetListEntry, long[] segmentsEntryIds, java.lang.String userId, int start, int end)
int getAssetEntriesCount(AssetListEntry assetListEntry, long segmentsEntryId)
int getAssetEntriesCount(AssetListEntry assetListEntry, long[] segmentsEntryIds)
default int getAssetEntriesCount(AssetListEntry assetListEntry, long[] segmentsEntryIds, java.lang.String userId)
AssetEntryQuery getAssetEntryQuery(AssetListEntry assetListEntry, long segmentsEntryId)
AssetEntryQuery getAssetEntryQuery(AssetListEntry assetListEntry, long[] segmentsEntryIds)
default AssetEntryQuery getAssetEntryQuery(AssetListEntry assetListEntry, long[] segmentsEntryIds, java.lang.String userId)