|
Anyframe Web | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.beans.MutablePropertyValues
anyframe.web.springmvc.util.ria.mip.VariableListPropertyValues
public class VariableListPropertyValues
The class expanding org.springframework.beans.MutablePropertyValues
Create the object to bind to the VO using the column name and value for MiPlatform's VariableList and Dataset
| Constructor Summary | |
|---|---|
VariableListPropertyValues(com.tobesoft.platform.data.Dataset dataList,
int rowNum,
boolean convertToCamelCase)
After changing to the Map type the data value and Dataset's column name, create the MutablePropertyValues object |
|
VariableListPropertyValues(com.tobesoft.platform.data.Dataset dataList,
int rowNum,
boolean isDeleted,
boolean convertToCamelCase)
After changing to Map type the data value and Dataset's column name, create MutablePropertyValues object |
|
VariableListPropertyValues(com.tobesoft.platform.data.VariableList variableList,
boolean convertToCamelCase)
After converting the VariableList to key value and the data value to Map type, create the MutablePropertyValues object |
|
| Method Summary |
|---|
| Methods inherited from class org.springframework.beans.MutablePropertyValues |
|---|
addPropertyValue, addPropertyValue, addPropertyValues, addPropertyValues, changesSince, clear, contains, equals, getPropertyValue, getPropertyValueList, getPropertyValues, hashCode, isConverted, isEmpty, registerProcessedProperty, removePropertyValue, removePropertyValue, setConverted, setPropertyValueAt, size, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VariableListPropertyValues(com.tobesoft.platform.data.VariableList variableList,
boolean convertToCamelCase)
variableList - MiPlatform VariableListconvertToCamelCase - When changing to CamelCase the VariableList' column name, then true
public VariableListPropertyValues(com.tobesoft.platform.data.Dataset dataList,
int rowNum,
boolean convertToCamelCase)
dataList - MiPlatform datasetrowNum - The row number of binded Dataset RecordconvertToCamelCase - When changing to CamelCase the column name of the Dataset, then true
public VariableListPropertyValues(com.tobesoft.platform.data.Dataset dataList,
int rowNum,
boolean isDeleted,
boolean convertToCamelCase)
dataList - MiPlatform DatasetrowNum - The row number of Dataset RecordisDeleted - If record is to be deleted, then trueconvertToCamelCase - When changing to CamelCase the Dataset's column name, then true
|
Anyframe Web | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||