com.fatwire.gst.foundation.mapping
Interface MappingService

All Known Implementing Classes:
IcsMappingService

public interface MappingService

Service the read the mappings for an asset.

Since:
Apr 13, 2011
Author:
Dolf Dijkstra

Method Summary
 Map<String,MappingValue> readMapping(AssetIdWithSite id)
          Reads the mappings for the asset and the site.
 

Method Detail

readMapping

Map<String,MappingValue> readMapping(AssetIdWithSite id)
Reads the mappings for the asset and the site.

Parameters:
id - the asset that holds the mapping.
Returns:
the mappings for the asset.


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