com.fatwire.gst.foundation.mapping
Class IcsMappingService

java.lang.Object
  extended by com.fatwire.gst.foundation.mapping.IcsMappingService
All Implemented Interfaces:
MappingService

public final class IcsMappingService
extends Object
implements MappingService

MappingService implementation making use to sql queries to perform fast lookup of mapping values.

Since:
Apr 13, 2011
Author:
Dolf Dijkstra

Constructor Summary
IcsMappingService(COM.FutureTense.Interfaces.ICS ics)
           
 
Method Summary
 Map<String,MappingValue> readMapping(AssetIdWithSite id)
          Reads the mappings for the asset and the site.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IcsMappingService

public IcsMappingService(COM.FutureTense.Interfaces.ICS ics)
Parameters:
ics -
Method Detail

readMapping

public Map<String,MappingValue> readMapping(AssetIdWithSite id)
Description copied from interface: MappingService
Reads the mappings for the asset and the site.

Specified by:
readMapping in interface MappingService
Parameters:
id - the asset that holds the mapping.
Returns:
the mappings for the asset.


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