Uses of Interface
com.extentech.ExtenBean.DataObject

Packages that use DataObject
com.extentech.ExtenBean The ExtenBean package contains an Object Relational Data Object implementation used by ExtenXLS CellBinder data mapping and various data operations. 
com.extentech.ExtenBean.swing The ExtenBean swing package contains user interface components for the ExtenBean DataObjects. 
com.extentech.ExtenXLS The ExtenXLS package contains the primary classes for working with spreadsheets. 
com.extentech.ExtenXLS.binder The ExtenXLS binder package contains the CellBinder API which automates mapping of data to spreadsheets. 
com.extentech.ExtenXLS.eventui.swing The ExtenXLS UI package contains swing UI spreadsheet components. 
com.extentech.ExtenXLS.ui The ExtenXLS UI package contains swing UI spreadsheet components. 
com.extentech.ExtenXLS.ui.swing The ExtenXLS UI package contains swing UI spreadsheet components. 
 

Uses of DataObject in com.extentech.ExtenBean
 

Subinterfaces of DataObject in com.extentech.ExtenBean
 interface PageableDataObject
          An interface which extends the DataObject interface allowing for paging through result set data.
 

Classes in com.extentech.ExtenBean that implement DataObject
 class DataObjectImpl
          A concrete implementation of DataObject and RelationalObject

 class ExtenDataObject
          The ExtenDataObject provides the functionality of a persistent entity bean.
 class GenericDataObject
          A basic DataObject implementation.
 class XMLDataObject
          A DataObject implementation which uses XML data.
 

Fields in com.extentech.ExtenBean declared as DataObject
 DataObject DataObjectImpl.doparent
           
 

Methods in com.extentech.ExtenBean that return DataObject
 DataObject XMLDataObjectFactory.createNewDataObject(DataObject d)
          creates a new Data Object
 DataObject PersistenceEngine.createNewDataObject(DataObject d)
          Gets a new instance of a dataobject including empty fields.
 DataObject ExtenBeanFactory.createNewDataObject(DataObject d)
          Gets a new instance of a dataobject including empty fields.
 DataObject PagedDataFactory.createNewDataObject(PageableDataObject d)
          Initialize a new, empty dataobject.
 DataObject DataObjectImpl.getChildByName(java.lang.String name)
          Find a child DataObject
 DataObject DataObject.getChildByName(java.lang.String name)
           
 DataObject XMLDataObjectFactory.initDataObject(DataObject dobj)
          initDataObject handles parsing an XML file and creating a data object off of it.
 DataObject PersistenceEngine.initDataObject(DataObject o)
          Loads data into a DataObject according to the DataObject's SQL statement.
 DataObject ExtenBeanFactory.initDataObject(DataObject o)
          Loads data into a DataObject according to the DataObject's SQL statement.
 DataObject PagedDataFactory.initDataObject(PageableDataObject o)
           
 DataObject PagedDataFactory.initDataObject(PageableDataObject o, int startRecord, int count)
           
 DataObject PagedDataFactory.initDataObjectByPage(PageableDataObject o, int pageNum, int count)
           
 DataObject DataObjectQueryParser.parse(java.lang.String str)
          Read in a SQL string, parse it into a graph of Relational DataObjects -- not initialized with data.
 

Methods in com.extentech.ExtenBean with parameters of type DataObject
 void Transaction.addObject(DataObject o)
           
 DataObject XMLDataObjectFactory.createNewDataObject(DataObject d)
          creates a new Data Object
 DataObject PersistenceEngine.createNewDataObject(DataObject d)
          Gets a new instance of a dataobject including empty fields.
 DataObject ExtenBeanFactory.createNewDataObject(DataObject d)
          Gets a new instance of a dataobject including empty fields.
 void DataObjectActionListener.dataChanged(DataObject dob)
           
 void DataObjectImpl.fireDataObjectActionEvent(DataObject dob)
           
 void DataObject.fireDataObjectActionEvent(DataObject dob)
          fires a DataObjectAction event
 int ExtenBeanFactory.getHiID(DataObject d)
          Get the current HI-ID for a numeric index field.
 java.lang.String DataObjectQueryParser.getQuery(DataObject root)
          Read in a DataObject, parse its graph of Relational DataObjects into a valid Query that, when run against the datasource, produces a denormalized resultset suitable for mapping.
 java.lang.String[] DataObjectQueryParser.getQueryParts(DataObject dob)
          Read in a DataObject, parse its Query parts
 DataObject XMLDataObjectFactory.initDataObject(DataObject dobj)
          initDataObject handles parsing an XML file and creating a data object off of it.
 DataObject PersistenceEngine.initDataObject(DataObject o)
          Loads data into a DataObject according to the DataObject's SQL statement.
 DataObject ExtenBeanFactory.initDataObject(DataObject o)
          Loads data into a DataObject according to the DataObject's SQL statement.
 void DataObjectImpl.initFromDataObject(DataObject dobj)
          init with an alternate DataObject type
 void GenericDataObject.initNode(int idx, DataObject dobj)
          more or less clone this node, except as a singleton
 void VariableConverter.processDataObject(DataObject dobj)
           
 boolean XMLDataObjectFactory.removeDataObject(DataObject o)
          removes the dataobject from the DOM and re-persists to the underlying datasource if possible.
 boolean PersistenceEngine.removeDataObject(DataObject o)
          Delete a DataObject from its persistent store.
 boolean ExtenBeanFactory.removeDataObject(DataObject o)
          Delete a DataObject from its persistent store.
 boolean XMLDataObjectFactory.storeDataObject(DataObject o)
          stores the dataobject to the underlying datasource if possible.
 boolean PersistenceEngine.storeDataObject(DataObject o)
          Insert a new DataObject into its persistent store.
 boolean ExtenBeanFactory.storeDataObject(DataObject o)
          Insert a new DataObject into its persistent store.
 boolean XMLDataObjectFactory.updateDataObject(DataObject o)
          udpates the values of a given node and its children and writes to the underlying data source if possible.
 boolean PersistenceEngine.updateDataObject(DataObject o)
          Persist changes to a DataObject back to its datastore
 boolean ExtenBeanFactory.updateDataObject(DataObject o)
          Persist changes to a DataObject back to its datastore
 

Uses of DataObject in com.extentech.ExtenBean.swing
 

Classes in com.extentech.ExtenBean.swing that implement DataObject
 class ExtenBeanTreeNode
          An ExtenDataObject which is also a MutableTreeNode
 class XMLBeanNode
          TreeNode backed by an XML DataObject
 

Methods in com.extentech.ExtenBean.swing that return DataObject
 DataObject ExtenBeanListModel.getDataObject()
           
 DataObject[] ExtenBeanComboBoxModel.getDataObject()
           
 

Methods in com.extentech.ExtenBean.swing with parameters of type DataObject
 void ExtenBeanListModel.setDataObject(DataObject dobj)
           
 

Constructors in com.extentech.ExtenBean.swing with parameters of type DataObject
ExtenBeanComboBoxModel(DataObject[] dobj)
           
ExtenBeanListModel(DataObject dobj)
           
ExtenBeanTreeNode(DataObject dobj)
          init with an alternate DataObject type
ExtenBeanTreeNode(DataObject dobj, java.lang.String nodetype)
          init with an alternate DataObject type
ExtenDataObjectTableModel(DataObject dob, PersistenceEngine fact)
           
 

Uses of DataObject in com.extentech.ExtenXLS
 

Methods in com.extentech.ExtenXLS that return DataObject
 DataObject WorkBookBeanFactory.createNamedRangeDataObject(NameHandle n, RelationalObject RDF)
          creates a named range data object based off of a name handle
 DataObject WorkBookBeanFactory.getInfoBeansFromWorkBook(WorkBookHandle bk, ExtenXLSReportFactory rptFactory)
          This method retrieves values from WorkBookHandles and instantiates an DataObject from the Cell contents.
 

Uses of DataObject in com.extentech.ExtenXLS.binder
 

Classes in com.extentech.ExtenXLS.binder that implement DataObject
 class CellRangeDataObject
          DataObject bound to a Cell Range.
 class NamedRangeDataObject
          NamedRangeDataObject is an implementation of the DataObject that is intialized off of an ExtenXLS NamedRange
 

Methods in com.extentech.ExtenXLS.binder that return DataObject
 DataObject ExtenXLSReportFactory.createNamedRangeDataObjectX(NameHandle n)
          Create a namedRangeDataObject off of a NameHandle.
 DataObject CellBinder.getConnection()
          Returns connection DataObject for this cellbinder
 DataObject ExtenXLSReportFactory.getParentDataObject()
           
 

Methods in com.extentech.ExtenXLS.binder with parameters of type DataObject
 java.lang.String DataBoundCellRange.getHlink(DataObject dobj, int t)
          Get the Hyperlink for the DataBoundCellRange
static java.lang.String DataBoundCellRange.handleHlinkParams(java.lang.String hl, java.lang.String params, DataObject dobj, int t)
           
 void NamedRangeDataObject.init(DataObject d, NameHandle n)
          Initialize the NRDO with an XML collection DO and a NameHandle
 

Constructors in com.extentech.ExtenXLS.binder with parameters of type DataObject
CellBinder(WorkBook b, DataObject cn, com.extentech.toolkit.LogOutputter lgr)
          The CellBinder is responsible for managing the data bindings of a single connection (JDBC) with the Cells of a single com.extentech.ExtenXLS.WorkBook.
DataBoundCell(CellHandle c, DataObject d, java.lang.String fieldname)
          Create a DataBoundCell passing in the CellHandle that it represents, the DataObject to which it is bound, and the field/index in the DataObject containing its values.
DataBoundCell(CellHandle c, DataObject d, java.lang.String fieldname, int i)
          Create a DataBoundCell passing in the CellHandle that it represents, the DataObject to which it is bound, and the field/index in the DataObject containing its values.
NamedRangeDataObject(DataObject d, NameHandle n)
          Constructor Created off of an XMLDataObject and NameHandle.
 

Uses of DataObject in com.extentech.ExtenXLS.eventui.swing
 

Methods in com.extentech.ExtenXLS.eventui.swing that return DataObject
 DataObject[] ExtenXLSMapPanel.getConnections()
           
 DataObject DataObjectTableControllerPanel.getCurrentDataObject()
          returns the active dataobject shown in the grid
 DataObject ExtenBeanComponentPanel.getDataObject()
           
 DataObject DataObjectTablePanel.getDataObject()
           
 

Methods in com.extentech.ExtenXLS.eventui.swing with parameters of type DataObject
 void ExtenXLSRowTable.addNewNode(DataObject cpobj)
          set table and XML Mapping values from PropertiesPanel
 void ExtenDataObjectPanel.addParameter(DataObject p)
           
 void ExtenXLSXMLEditorPanel.dataChanged(DataObject dob)
           
 void ExtenDataObjectPanel.dataChanged(DataObject dob)
           
 void DataObjectPanel.dataChanged(DataObject dob)
           
 void ExtenDataObjectPanel.initConnectionNodes(DataObject[] conns)
           
 void DataObjectPanel.initConnectionNodes(DataObject[] conns)
           
 void ExtenBeanComponentPanel.initFromDataObject(DataObject o)
          initialize the component panel from a DO
 void JDBConnectionDialogPanel.setDataObject(DataObject dobj)
           
 void DataObjectTablePanel.setDataObject(DataObject dataObject)
           
 

Constructors in com.extentech.ExtenXLS.eventui.swing with parameters of type DataObject
DataObjectTablePanel(DataObject d, PersistenceEngine f, DataObject parentobj)
           
DataObjectTablePanel(java.lang.String sql, java.sql.Connection conn, DataObject parentobj)
           
PropertiesPanel(DataObject dbj)
          Display properties panel using data from DataObject dbj Options include Edit-ability, set via a system property
 

Uses of DataObject in com.extentech.ExtenXLS.ui
 

Methods in com.extentech.ExtenXLS.ui with parameters of type DataObject
 void ExtenXLSCellRenderer.dataChanged(DataObject dob)
           
 

Uses of DataObject in com.extentech.ExtenXLS.ui.swing
 

Methods in com.extentech.ExtenXLS.ui.swing that return DataObject
 DataObject[] ExtenXLSMapPanel.getConnections()
           
 DataObject DataObjectTableControllerPanel.getCurrentDataObject()
          returns the active dataobject shown in the grid
 DataObject ExtenBeanComponentPanel.getDataObject()
           
 DataObject DataObjectTablePanel.getDataObject()
           
 

Methods in com.extentech.ExtenXLS.ui.swing with parameters of type DataObject
 void ExtenXLSRowTable.addNewNode(DataObject cpobj)
          set table and XML Mapping values from PropertiesPanel
 void ExtenDataObjectPanel.addParameter(DataObject p)
           
 void ExtenXLSXMLEditorPanel.dataChanged(DataObject dob)
           
 void ExtenDataObjectPanel.dataChanged(DataObject dob)
           
 void DataObjectPanel.dataChanged(DataObject dob)
           
 void ExtenDataObjectPanel.initConnectionNodes(DataObject[] conns)
           
 void DataObjectPanel.initConnectionNodes(DataObject[] conns)
           
 void ExtenBeanComponentPanel.initFromDataObject(DataObject o)
          initialize the component panel from a DO
 void JDBConnectionDialogPanel.setDataObject(DataObject dobj)
           
 void DataObjectTablePanel.setDataObject(DataObject dataObject)
           
 

Constructors in com.extentech.ExtenXLS.ui.swing with parameters of type DataObject
DataObjectTablePanel(DataObject d, PersistenceEngine f, DataObject parentobj)
           
DataObjectTablePanel(java.lang.String sql, java.sql.Connection conn, DataObject parentobj)
           
PropertiesPanel(DataObject dbj)
          Display properties panel using data from DataObject dbj Options include Edit-ability, set via a system property
 



Copyright © 2011 Extentech Inc. All Rights Reserved.