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
Exceptionvoid putInteger(Integer k, ISALocation location) throws Exception
Exceptionvoid putDouble(Double d, ISALocation location) throws Exception
Exceptionvoid putString(String s, ISALocation location) throws Exception
Exceptionvoid putString(String s, ISALocation location, boolean isAdditiveContent) throws Exception
ExceptionCopyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.