Uses of Class
com.ricebridge.data.BeanSpec

Packages that use BeanSpec
com.ricebridge.csvman Main package for CSV Manager component. 
 

Uses of BeanSpec in com.ricebridge.csvman
 

Fields in com.ricebridge.csvman declared as BeanSpec
protected  BeanSpec BeanLineListener.iBeanSpec
          BeanSpec specification object defining the properties of the beans to load.
protected  BeanSpec BeanLineProvider.iBeanSpec
          BeanSpec specification object defining the properties of the beans to save.
 

Methods in com.ricebridge.csvman with parameters of type BeanSpec
 void BeanLineListener.setBeanSpec(BeanSpec pBeanSpec)
          Set the BeanSpec object that defines the beans to load.
 void BeanLineProvider.setBeanSpec(BeanSpec pBeanSpec)
          Set the BeanSpec object that defines the beans to save.
 List CsvManager.loadBeans(Object pSource, BeanSpec pBeanSpec)
          Load CSV data into a List of Java Beans.
 List CsvManager.loadBeans(Object pSource, LineSpec pLineSpec, BeanSpec pBeanSpec)
          Load CSV data as a List of Java Beans.
 void CsvManager.saveBeans(Object pSink, BeanSpec pBeanSpec, List pBeans)
          Save CSV data as a List of Java Beans.
 void CsvManager.saveBeans(Object pSink, LineSpec pLineSpec, BeanSpec pBeanSpec, List pBeans)
          Save CSV data as a List of Java Beans.
 



Copyright © 2003-2006 Ricebridge