com.fatwire.gst.foundation.mapping
Class IcsMappingService
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IcsMappingService
public IcsMappingService(COM.FutureTense.Interfaces.ICS ics)
- Parameters:
ics
-
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.