Package com.axelor.data.csv
Class CSVBindJson
- java.lang.Object
-
- com.axelor.data.csv.CSVBind
-
- com.axelor.data.csv.CSVBindJson
-
public class CSVBindJson extends CSVBind
-
-
Constructor Summary
Constructors Constructor Description CSVBindJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CSVBind>
getBindings()
CSVInput
getInput()
String
getJsonModel()
CSVBind
getParent()
String
getSearch()
String
getType()
Object
postProcess(Object bean)
void
setInput(CSVInput input)
void
setJsonModel(String jsonModel)
void
setParent(CSVBind parent)
-
Methods inherited from class com.axelor.data.csv.CSVBind
check, evaluate, getAdapter, getBinding, getCheckCondition, getCheckMessage, getColumn, getCondition, getConditionEmpty, getExpression, getField, isUpdate, setAdapter, setBindings, setCheckCondition, setCheckMessage, setColumn, setCondition, setConditionEmpty, setExpression, setField, setSearch, setType, setUpdate, toString, validate
-
-
-
-
Method Detail
-
getJsonModel
public String getJsonModel()
-
setJsonModel
public void setJsonModel(String jsonModel)
-
getInput
public CSVInput getInput()
-
setInput
public void setInput(CSVInput input)
-
getParent
public CSVBind getParent()
-
setParent
public void setParent(CSVBind parent)
-
getBindings
public List<CSVBind> getBindings()
- Overrides:
getBindings
in classCSVBind
-
postProcess
public Object postProcess(Object bean)
- Overrides:
postProcess
in classCSVBind
-
-