AssetListAssetEntryProvider@Deprecated
public interface AssetListAssetEntryProvider
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AssetEntry> |
getAssetEntries(AssetListEntry assetListEntry,
long segmentsEntryId)
Deprecated.
|
java.util.List<AssetEntry> |
getAssetEntries(AssetListEntry assetListEntry,
long[] segmentsEntryIds)
Deprecated.
|
java.util.List<AssetEntry> |
getAssetEntries(AssetListEntry assetListEntry,
long[] segmentsEntryIds,
int start,
int end)
Deprecated.
|
java.util.List<AssetEntry> |
getAssetEntries(AssetListEntry assetListEntry,
long segmentsEntryId,
int start,
int end)
Deprecated.
|
int |
getAssetEntriesCount(AssetListEntry assetListEntry,
long segmentsEntryId)
Deprecated.
|
int |
getAssetEntriesCount(AssetListEntry assetListEntry,
long[] segmentsEntryIds)
Deprecated.
|
AssetEntryQuery |
getAssetEntryQuery(AssetListEntry assetListEntry,
long segmentsEntryId)
Deprecated.
|
AssetEntryQuery |
getAssetEntryQuery(AssetListEntry assetListEntry,
long[] segmentsEntryIds)
Deprecated.
|
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)
int getAssetEntriesCount(AssetListEntry assetListEntry, long segmentsEntryId)
int getAssetEntriesCount(AssetListEntry assetListEntry, long[] segmentsEntryIds)
AssetEntryQuery getAssetEntryQuery(AssetListEntry assetListEntry, long segmentsEntryId)
AssetEntryQuery getAssetEntryQuery(AssetListEntry assetListEntry, long[] segmentsEntryIds)