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)
Deprecated.
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)
Deprecated.
Queries for a list of objects as mapped by the AssetMapper.
|
<T> T |
AssetAccessTemplate.readAsset(com.fatwire.assetapi.data.AssetId id,
AssetMapper<T> mapper)
Deprecated.
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)
Deprecated.
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)
Deprecated.
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)
Deprecated.
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)
Deprecated.
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
Deprecated.
- com.fatwire.gst.foundation.facade and all subpackages have moved to the tools.gsf.facade package
|
Modifier and Type | Field and Description |
---|---|
protected AssetMapper<T> |
MappedAssetAccessTemplate.mapper
Deprecated.
|
Constructor and Description |
---|
MappedAssetAccessTemplate(COM.FutureTense.Interfaces.ICS ics,
AssetMapper<T> mapper)
Deprecated.
|
Copyright © 2010–2017. All rights reserved.