public class ISAJsonMapper1_0 extends Object implements IISADataMapper
Modifier and Type | Field and Description |
---|---|
protected Investigation |
investigation |
protected static Logger |
logger |
Constructor and Description |
---|
ISAJsonMapper1_0() |
Modifier and Type | Method and Description |
---|---|
protected int |
checkAssay(Study study,
int assayIndex) |
protected int |
checkAssayProcess(Assay assay,
int processIndex) |
protected int |
checkStudy(int studyIndex) |
protected int |
checkStudyProcess(Study study,
int processIndex) |
void |
putDataInObject(String data,
ISALocation location,
Object obj,
boolean isAdditiveContent)
Data is put into the Object using element and subElement information
|
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) |
protected static final Logger logger
protected Investigation investigation
public void putObject(Object o, ISALocation location) throws Exception
putObject
in interface IISADataMapper
Exception
public void setTargetDataObject(Object target) throws Exception
setTargetDataObject
in interface IISADataMapper
Exception
public void putInteger(Integer k, ISALocation location) throws Exception
putInteger
in interface IISADataMapper
Exception
public void putDouble(Double d, ISALocation location) throws Exception
putDouble
in interface IISADataMapper
Exception
public void putString(String s, ISALocation location) throws Exception
putString
in interface IISADataMapper
Exception
public void putString(String s, ISALocation location, boolean isAdditiveContent) throws Exception
putString
in interface IISADataMapper
Exception
public void putDataInObject(String data, ISALocation location, Object obj, boolean isAdditiveContent) throws Exception
Exception
protected int checkStudy(int studyIndex)
protected int checkStudyProcess(Study study, int processIndex)
protected int checkAssay(Study study, int assayIndex)
protected int checkAssayProcess(Assay assay, int processIndex)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.