Package com.axelor.data.csv
Class CSVBind
java.lang.Object
com.axelor.data.csv.CSVBind
- Direct Known Subclasses:
CSVBindJson
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static CSVBind
getBinding
(String column, String field, Set<String> cols) getField()
getType()
boolean
isUpdate()
postProcess
(Object bean) void
setAdapter
(String adapter) void
setBindings
(List<CSVBind> bindings) void
setCheckCondition
(String checkCondition) void
setCheckMessage
(String checkMessage) void
void
setCondition
(String condition) void
setConditionEmpty
(Boolean conditionEmpty) void
setExpression
(String expression) void
void
void
void
setUpdate
(boolean update) toString()
boolean
-
Field Details
-
pattern
-
-
Constructor Details
-
CSVBind
public CSVBind()
-
-
Method Details
-
getColumn
-
setColumn
-
getField
-
setField
-
getType
-
setType
-
getSearch
-
setSearch
-
isUpdate
public boolean isUpdate() -
setUpdate
public void setUpdate(boolean update) -
getExpression
-
setExpression
-
getCondition
-
setCondition
-
getConditionEmpty
-
setConditionEmpty
-
getCheckCondition
-
setCheckCondition
-
getCheckMessage
-
setCheckMessage
-
getBindings
-
setBindings
-
getAdapter
-
setAdapter
-
getBinding
-
evaluate
-
validate
-
check
-
postProcess
-
toString
-