com.extentech.ExtenXLS
Class WorkBookBeanFactory

java.lang.Object
  extended by com.extentech.ExtenBean.ExtenBeanFactory
      extended by com.extentech.ExtenXLS.WorkBookBeanFactory
All Implemented Interfaces:
PersistenceEngine

public class WorkBookBeanFactory
extends ExtenBeanFactory

Since:
Version:
Author:
John McMahon -- Copyright ©2011Extentech Inc.
See Also:

Field Summary
 
Fields inherited from class com.extentech.ExtenBean.ExtenBeanFactory
conn, dbmd, statement
 
Constructor Summary
WorkBookBeanFactory(com.extentech.toolkit.LogOutputter lg)
           
 
Method Summary
 DataObject createNamedRangeDataObject(NameHandle n, RelationalObject RDF)
          creates a named range data object based off of a name handle
 DataObject getInfoBeansFromWorkBook(WorkBookHandle bk, ExtenXLSReportFactory rptFactory)
          This method retrieves values from WorkBookHandles and instantiates an DataObject from the Cell contents.
 
Methods inherited from class com.extentech.ExtenBean.ExtenBeanFactory
createNewDataObject, doQuery, doUpdate, doUpdate, finalize, getConn, getDateFormat, getHiID, getHiID, getSequenceName, getStringFromBLOB, getStringFromCLOB, initDataObject, log, logerr, removeDataObject, setConn, setConnection, setConnection, setDateBeginDelim, setDateDelim, setDateDelim, setDateEndDelim, setDateFormat, setDebug, setSequenceName, setShowSQLOut, setStripTimestampMills, setTsBeginDelim, setTsEndDelim, storeDataObject, updateDataObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkBookBeanFactory

public WorkBookBeanFactory(com.extentech.toolkit.LogOutputter lg)
Method Detail

getInfoBeansFromWorkBook

public DataObject getInfoBeansFromWorkBook(WorkBookHandle bk,
                                           ExtenXLSReportFactory rptFactory)
                                    throws BeanInstantiationException
This method retrieves values from WorkBookHandles and instantiates an DataObject from the Cell contents. The mapping between WorkBook Cells and DataObject fields is defined in a revers-mapped RDF DataObject:Pricing:TOOLING_START_DATE

Throws:
BeanInstantiationException

createNamedRangeDataObject

public DataObject createNamedRangeDataObject(NameHandle n,
                                             RelationalObject RDF)
creates a named range data object based off of a name handle



Copyright © 2011 Extentech Inc. All Rights Reserved.