|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AssetMapper | |
|---|---|
| com.fatwire.gst.foundation.facade.assetapi | |
| com.fatwire.gst.foundation.facade.assetapi.asset | |
| Uses of AssetMapper in com.fatwire.gst.foundation.facade.assetapi |
|---|
| Methods in com.fatwire.gst.foundation.facade.assetapi with parameters of type AssetMapper | ||
|---|---|---|
|
AssetAccessTemplate.query(String assetType,
String subType,
String query,
AssetMapper<T> mapper)
Queries for a list of objects as mapped by the AssetMapper. |
|
|
AssetAccessTemplate.query(String assetType,
String subType,
String query,
AssetMapper<T> mapper,
String... attributes)
Queries for a list of objects as mapped by the AssetMapper. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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.. |
|
|
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. |
|
| Uses of AssetMapper in com.fatwire.gst.foundation.facade.assetapi.asset |
|---|
| Classes in com.fatwire.gst.foundation.facade.assetapi.asset that implement AssetMapper | |
|---|---|
class |
TemplateAssetMapper
|
| Fields in com.fatwire.gst.foundation.facade.assetapi.asset declared as AssetMapper | |
|---|---|
protected AssetMapper<T> |
MappedAssetAccessTemplate.mapper
|
| Constructors in com.fatwire.gst.foundation.facade.assetapi.asset with parameters of type AssetMapper | |
|---|---|
MappedAssetAccessTemplate(COM.FutureTense.Interfaces.ICS ics,
AssetMapper<T> mapper)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||