org.kuali.student.r1.common.assembly.transform
Interface DataBeanMapper

All Known Implementing Classes:
DefaultDataBeanMapper

Deprecated.

@Deprecated
public interface DataBeanMapper


Method Summary
 Data convertFromBean(Object value, Metadata metadata)
          Deprecated. Takes a DTO Bean and converts it to a Data map structure.
 Object convertFromData(Data data, Class<?> clazz, Metadata metadata)
          Deprecated. Takes a data map and converts it to the corresponding DTO Bean
 

Method Detail

convertFromBean

Data convertFromBean(Object value,
                     Metadata metadata)
                     throws Exception
Deprecated. 
Takes a DTO Bean and converts it to a Data map structure.

Parameters:
value - The DTO Bean to convert to data map
metadata - Metadata describing the dto bean
Returns:
the converted bean object
Throws:
Exception

convertFromData

Object convertFromData(Data data,
                       Class<?> clazz,
                       Metadata metadata)
                       throws Exception
Deprecated. 
Takes a data map and converts it to the corresponding DTO Bean

Parameters:
data -
clazz -
Returns:
Throws:
Exception


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.