Package | Description |
---|---|
com.fatwire.gst.foundation.facade.assetapi | |
com.fatwire.gst.foundation.facade.assetapi.asset |
Modifier and Type | Method and Description |
---|---|
<T> Iterable<T> |
AssetAccessTemplate.query(String assetType,
String subType,
String query,
AssetMapper<T> mapper)
Queries for a list of objects as mapped by the AssetMapper.
|
<T> Iterable<T> |
AssetAccessTemplate.query(String assetType,
String subType,
String query,
AssetMapper<T> mapper,
String... attributes)
Queries for a list of objects as mapped by the AssetMapper.
|
<T> T |
AssetAccessTemplate.readAsset(com.fatwire.assetapi.data.AssetId id,
AssetMapper<T> mapper)
Method to read an asset and use the AssetMapper to transform the
AssetData into another object as specified by the AssetMapper.
|
<T> T |
AssetAccessTemplate.readAsset(com.fatwire.assetapi.data.AssetId id,
AssetMapper<T> mapper,
String... attributes)
Method to read an asset and use the AssetMapper to transform the
AssetData into another object as specified by the AssetMapper.
|
<T> T |
AssetAccessTemplate.readAsset(String c,
long cid,
AssetMapper<T> mapper)
Method to read an asset and use the AssetMapper to transform the
AssetData into another object as specified by the AssetMapper.
|
<T> T |
AssetAccessTemplate.readAsset(String c,
String cid,
AssetMapper<T> mapper)
Method to read an asset and use the AssetMapper to transform the
AssetData into another object as specified by the AssetMapper interface..
|
<T> Iterable<T> |
AssetAccessTemplate.readAssets(com.fatwire.assetapi.query.Query query,
AssetMapper<T> mapper)
Reading assets with the Query and using the mapper to transform the
AssetData into another object, as specified by T.
|
Modifier and Type | Class and Description |
---|---|
class |
TemplateAssetMapper |
Modifier and Type | Field and Description |
---|---|
protected AssetMapper<T> |
MappedAssetAccessTemplate.mapper |
Constructor and Description |
---|
MappedAssetAccessTemplate(COM.FutureTense.Interfaces.ICS ics,
AssetMapper<T> mapper) |
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.