public interface IISADataMapper
Modifier and Type | Method and Description |
---|---|
void |
putDouble(Double d,
ISALocation location) |
void |
putInteger(Integer k,
ISALocation location) |
void |
putObject(Object o,
ISALocation location) |
void |
putString(String s,
ISALocation location) |
void |
putString(String s,
ISALocation location,
boolean isAdditiveContent) |
void |
setTargetDataObject(Object target) |
void putObject(Object o, ISALocation location) throws Exception
Exception
void putInteger(Integer k, ISALocation location) throws Exception
Exception
void putDouble(Double d, ISALocation location) throws Exception
Exception
void putString(String s, ISALocation location) throws Exception
Exception
void putString(String s, ISALocation location, boolean isAdditiveContent) throws Exception
Exception
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.