Uses of Interface
com.fatwire.gst.foundation.facade.assetapi.AssetMapper

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
<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.
 

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)
           
 



Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.