Uses of Interface
com.extentech.ExtenBean.PersistenceEngine

Packages that use PersistenceEngine
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.swing The ExtenXLS UI package contains swing UI spreadsheet components. 
 

Uses of PersistenceEngine in com.extentech.ExtenBean
 

Classes in com.extentech.ExtenBean that implement PersistenceEngine
 class ExtenBeanFactory
          A DataObjectFactory which populates the data in classes which implement the DataObject interface.
 class PagedDataFactory
          An implementation of ExtenBeanFactory which allows for paging of data.
 class XMLDataObjectFactory
          XMLDataObjectFactory is a PersistenceEngine used to initialize XMLDataObjects from XML Data Source.
 

Methods in com.extentech.ExtenBean that return PersistenceEngine
 PersistenceEngine DataObjectImpl.getFactory()
          provide a handle to the factory for EJB-style persistence.
 PersistenceEngine DataObject.getFactory()
           
 

Methods in com.extentech.ExtenBean with parameters of type PersistenceEngine
 void Transaction.setFactory(PersistenceEngine d)
           
 void DataObjectImpl.setFactory(PersistenceEngine f)
          provide a handle to the factory for ejb-style persistence.
 void DataObject.setFactory(PersistenceEngine fact)
          set the DataObject persistence engine (Factory) for this DataObject
 

Constructors in com.extentech.ExtenBean with parameters of type PersistenceEngine
PagedDataFactory(PersistenceEngine factory, java.lang.String tableName, java.lang.String keyCol, java.lang.String baseSql)
           
 

Uses of PersistenceEngine in com.extentech.ExtenBean.swing
 

Methods in com.extentech.ExtenBean.swing with parameters of type PersistenceEngine
 ExtenBeanTreeNode ExtenBeanTreeNode.getCategoryNode(PersistenceEngine factory, java.lang.String nodetype)
          pass a factory and a node type this method will look up node values in properties file and populate TreeNode particulars such as icons etc.
 void ExtenDataObjectTableModel.setDataFactory(PersistenceEngine fact)
           
 

Constructors in com.extentech.ExtenBean.swing with parameters of type PersistenceEngine
ExtenDataObjectTableModel(DataObject dob, PersistenceEngine fact)
           
 

Uses of PersistenceEngine in com.extentech.ExtenXLS
 

Classes in com.extentech.ExtenXLS that implement PersistenceEngine
 class WorkBookBeanFactory
           
 

Uses of PersistenceEngine in com.extentech.ExtenXLS.binder
 

Methods in com.extentech.ExtenXLS.binder with parameters of type PersistenceEngine
static XMLBeanNode CellBinderUtils.createNewNode(PersistenceEngine factory, java.lang.String nodetype)
          Create a new XMLBeanNode
 

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

Fields in com.extentech.ExtenXLS.eventui.swing declared as PersistenceEngine
 PersistenceEngine ExtenXLSRowTable.factory
           
 

Methods in com.extentech.ExtenXLS.eventui.swing that return PersistenceEngine
 PersistenceEngine XMLEditorPanel.getFactory()
           
 PersistenceEngine XMLBeanEditorPanel.getFactory()
           
 

Methods in com.extentech.ExtenXLS.eventui.swing with parameters of type PersistenceEngine
 void ExtenXLSRowTable.setFactory(PersistenceEngine f)
           
 

Constructors in com.extentech.ExtenXLS.eventui.swing with parameters of type PersistenceEngine
DataObjectTablePanel(DataObject d, PersistenceEngine f, DataObject parentobj)
           
 

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

Fields in com.extentech.ExtenXLS.ui.swing declared as PersistenceEngine
 PersistenceEngine ExtenXLSRowTable.factory
           
 

Methods in com.extentech.ExtenXLS.ui.swing that return PersistenceEngine
 PersistenceEngine XMLEditorPanel.getFactory()
           
 PersistenceEngine XMLBeanEditorPanel.getFactory()
           
 

Methods in com.extentech.ExtenXLS.ui.swing with parameters of type PersistenceEngine
 void ExtenXLSRowTable.setFactory(PersistenceEngine f)
           
 

Constructors in com.extentech.ExtenXLS.ui.swing with parameters of type PersistenceEngine
DataObjectTablePanel(DataObject d, PersistenceEngine f, DataObject parentobj)
           
 



Copyright © 2011 Extentech Inc. All Rights Reserved.