Anyframe Web

anyframe.web.springmvc.util.ria.mip
Class VariableListPropertyValues

java.lang.Object
  extended by org.springframework.beans.MutablePropertyValues
      extended by anyframe.web.springmvc.util.ria.mip.VariableListPropertyValues
All Implemented Interfaces:
java.io.Serializable, org.springframework.beans.PropertyValues

public class VariableListPropertyValues
extends org.springframework.beans.MutablePropertyValues

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

Author:
Jonghoon Kim
See Also:
Serialized Form

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

VariableListPropertyValues

public 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

Parameters:
variableList - MiPlatform VariableList
convertToCamelCase - When changing to CamelCase the VariableList' column name, then true

VariableListPropertyValues

public 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

Parameters:
dataList - MiPlatform dataset
rowNum - The row number of binded Dataset Record
convertToCamelCase - When changing to CamelCase the column name of the Dataset, then true

VariableListPropertyValues

public 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

Parameters:
dataList - MiPlatform Dataset
rowNum - The row number of Dataset Record
isDeleted - If record is to be deleted, then true
convertToCamelCase - When changing to CamelCase the Dataset's column name, then true

Anyframe Web

Copyright © 2008-2009 Samsung SDS. All Rights Reserved.