A B C D E F G H I J L M N O P R S T U V W

G

generate() - Method in class com.sptci.CodeGenerator
The abstract method that will generate the full source code.
generate() - Method in class com.sptci.echo2.JDOMetaDataGenerator
Generate the JDO meta-data file for a JDO JavaBean.
generate() - Method in class com.sptci.echo2.JDOModelGenerator
Over-ridden to generate the factory class source and metadata file in addition to the JavaBean source.
generate() - Method in class com.sptci.echo2.ModelGenerator
Load the class specified, and generate a JavaBean representing its UI components.
generateBeanMethods() - Method in class com.sptci.CodeGenerator
Generate the accessor and mutator methods for the JavaBean.
generateBeanMethods() - Method in class com.sptci.echo2.ModelGenerator
Over-ridden to fire PropertyChangeEvents for mutator methods.
generateCloneMethod() - Method in class com.sptci.CodeGenerator
Generate the clone method for the JavaBean.
generateCompareToMethod() - Method in class com.sptci.CodeGenerator
Generate the compareTo method for the JavaBean.
generateConstructors() - Method in class com.sptci.echo2.ModelGenerator
Generate the constructors for the JavaBean.
generateDefaultConstructor() - Method in class com.sptci.echo2.ModelGenerator
Generate the default constructor for the JavaBean
generateDeleteMethod() - Method in class com.sptci.echo2.JDOModelGenerator
Generate the delete method that will be used to delete a JDO JavaBean to the JDO data store.
generateDesignatedConstructor() - Method in class com.sptci.echo2.ModelGenerator
Generate the designated constructor for the JavaBean
generateEchoPackage() - Method in class com.sptci.echo2.JDOMetaDataGenerator
Generate the meta-data elements and attributes for the com.sptci.echo2 package.
generateEqualsMethod() - Method in class com.sptci.CodeGenerator
Generate the equals method for the JavaBean.
generateFactory() - Method in class com.sptci.echo2.JDOModelGenerator
Generate a Factory class that handles interactions between the JDO JavaBean objects and the JDO datastore.
generateFactoryInitialisers() - Method in class com.sptci.echo2.JDOModelGenerator
Generate the initialiser methods for the factory class.
generateFactoryMethods() - Method in class com.sptci.echo2.JDOModelGenerator
Generate additional factory methods for fetching the JDO JavaBean instances from the JDO data store.
generateFields() - Method in class com.sptci.CodeGenerator
Generate the default fields for the class.
generateFields() - Method in class com.sptci.echo2.ModelGenerator
Generate the fields for the JavaBean.
generateFile(File) - Method in class com.sptci.echo2.JDOMetaDataGenerator
Generate a new meta-data file with the meta-data for the JDOMetaDataGenerator.name JDO object.
generateHashCodeMethod() - Method in class com.sptci.CodeGenerator
Generate the equals method for the JavaBean.
generateListItem() - Method in class com.sptci.echo2.JDOMetaDataGenerator
Generate the meta-data for the ListItem class.
generateMetaData() - Method in class com.sptci.echo2.JDOMetaDataGenerator
Generate the meta-data elements and attributes for the JDO object represented by JDOMetaDataGenerator.name.
generateMetaData() - Method in class com.sptci.echo2.JDOModelGenerator
Generate the JDO meta-data file for the JDO JavaBean.
generateMethods() - Method in class com.sptci.echo2.JDOModelGenerator
Generate the methods for the JavaBean.
generateMethods() - Method in class com.sptci.echo2.ModelGenerator
Generate the methods for the JavaBean.
generatePropertyChangeFields() - Method in class com.sptci.echo2.ModelGenerator
Generate the fields necessary to support PropertyChangeListener ability for the bean.
generatePropertyChangeMethods() - Method in class com.sptci.echo2.ModelGenerator
Generate the methods to support property change events.
generateSaveMethod() - Method in class com.sptci.echo2.JDOModelGenerator
Generate the save method that will be used to save a JDO JavaBean to the JDO data store.
generateSource() - Method in class com.sptci.echo2.JDOMetaDataGenerator
Generate the element for the class represented by JDOMetaDataGenerator.name.
generateSource() - Method in class com.sptci.echo2.ModelGenerator
Generate the source code for the JavaBean.
generateSourcePackage() - Method in class com.sptci.echo2.JDOMetaDataGenerator
Generate the package (JDOMetaDataGenerator.packageName) element for the class represented by JDOMetaDataGenerator.name.
generateToStringMethod() - Method in class com.sptci.CodeGenerator
Generate the toString method for the JavaBean.
getBean() - Method in class com.sptci.echo2.Updater
Returns Updater.bean.
getBean() - Method in class com.sptci.PropertyChangeListener
Returns PropertyChangeListener.bean.
getCheckBoxes() - Method in class com.sptci.echo2demo.InputFormModel
Returns the value of InputFormModel.checkBoxes.
getDataChangeListener() - Method in class com.sptci.echo2demo.InputForm
Returns InputForm.jdoChangeListener.
getDataStoreConnection() - Method in class com.sptci.jdo.PersistenceManager2
Accessor for a connection on the datastore.
getDetachAllOnCommit() - Method in class com.sptci.jdo.PersistenceManager2
Accessor for whether to detach all objects on commit of the transaction.
getExtent(Class, boolean) - Method in class com.sptci.jdo.PersistenceManager
The PersistenceManager manages a collection of instances in the data store based on the class of the instances.
getExtent(Class, boolean) - Method in class com.sptci.jdo.PersistenceManager2
The PersistenceManager manages a collection of instances in the data store based on the class of the instances.
getExtent(Class) - Method in class com.sptci.jdo.PersistenceManager2
Extents are collections of datastore objects managed by the datastore, not by explicit user operations on collections.
getFetchPlan() - Method in class com.sptci.jdo.PersistenceManager2
Acessor for the current FetchPlan
getFormData() - Method in class com.sptci.echo2demo.InputForm
Returns InputForm.model.
getIgnoreCache() - Method in class com.sptci.jdo.PersistenceManager
Get the ignoreCache setting for queries.
getIgnoreCache() - Method in class com.sptci.jdo.PersistenceManager2
Get the ignoreCache setting for queries.
getInstance() - Static method in class com.sptci.echo2demo.InputFormModelFactory
Return the singleton instance of the class.
getInt(String) - Static method in class com.sptci.echo2demo.Configuration
Returns configured integer value for the key.
getListBox() - Method in class com.sptci.echo2demo.InputFormModel
Returns the value of InputFormModel.listBox.
getMultithreaded() - Method in class com.sptci.jdo.PersistenceManager
Get the current Multithreaded flag for this PersistenceManager.
getMultithreaded() - Method in class com.sptci.jdo.PersistenceManager2
Get the current Multithreaded flag for this PersistenceManager.
getObjectById(Object, boolean) - Method in class com.sptci.jdo.PersistenceManager
This method locates a persistent instance in the cache of instances managed by this PersistenceManager.
getObjectById(Object, boolean) - Method in class com.sptci.jdo.PersistenceManager2
This method locates a persistent instance in the cache of instances managed by this PersistenceManager.
getObjectById(Object) - Method in class com.sptci.jdo.PersistenceManager2
Accessor for an object given the object id.
getObjectById(Class, Object) - Method in class com.sptci.jdo.PersistenceManager2
Convenience method that exactly matches the behavior of calling pm.getObjectById (pm.newObjectIdInstance (cls, key), true) for SingleFieldIdentity.
getObjectId(Object) - Method in class com.sptci.jdo.PersistenceManager
The ObjectId returned by this method represents the JDO identity of the instance.
getObjectId(Object) - Method in class com.sptci.jdo.PersistenceManager2
The ObjectId returned by this method represents the JDO identity of the instance.
getObjectIdClass(Class) - Method in class com.sptci.jdo.PersistenceManager
Return the Class that implements the JDO Identity for the specified PersistenceCapable class.
getObjectIdClass(Class) - Method in class com.sptci.jdo.PersistenceManager2
Return the Class that implements the JDO Identity for the specified PersistenceCapable class.
getObjectsById(Collection) - Method in class com.sptci.jdo.PersistenceManager2
Accessor for the objects given the object ids, validating the objects.
getObjectsById(Object[]) - Method in class com.sptci.jdo.PersistenceManager2
Accessor for the objects given the object ids, validating the objects.
getObjectsById(Collection, boolean) - Method in class com.sptci.jdo.PersistenceManager2
Accessor for the objects given the object ids.
getObjectsById(Object[], boolean) - Method in class com.sptci.jdo.PersistenceManager2
Accessor for the objects given the object ids.
getPersistenceManager() - Method in class com.sptci.jdo.PersistenceManager
Returns PersistenceManager.persistenceManager.
getPersistenceManager() - Method in class com.sptci.jdo.PersistenceManager2
Returns PersistenceManager2.persistenceManager.
getPersistenceManager() - Static method in class com.sptci.jdo.PersistenceManagerFactory
Return an instance of a PersistenceManager for interacting with the JDO data store.
getPersistenceManagerFactory() - Method in class com.sptci.jdo.PersistenceManager
This method returns the PersistenceManagerFactory used to create this PersistenceManager.
getPersistenceManagerFactory() - Method in class com.sptci.jdo.PersistenceManager2
This method returns the PersistenceManagerFactory used to create this PersistenceManager.
getProperties() - Method in class com.sptci.PropertyChangeListener
Returns a shallow-clone of PropertyChangeListener.properties.
getSelected() - Method in class com.sptci.echo2.ListItem
Returns ListItem.selected.
getSelectField() - Method in class com.sptci.echo2demo.InputFormModel
Returns the value of InputFormModel.selectField.
getSequence(String) - Method in class com.sptci.jdo.PersistenceManager2
Method to retrieve a sequence by name.
getString(String) - Static method in class com.sptci.echo2demo.Configuration
Returns localised configured text for the key.
getStyleInputStream(String) - Static method in class com.sptci.echo2.Styles
Open the Styles.STYLE_PATH as a resource stream and return the InputStream to it.
getTextArea() - Method in class com.sptci.echo2demo.InputFormModel
Returns the value of InputFormModel.textArea.
getTextField() - Method in class com.sptci.echo2demo.InputFormModel
Returns the value of InputFormModel.textField.
getTransactionalObjectId(Object) - Method in class com.sptci.jdo.PersistenceManager
The ObjectId returned by this method represents the JDO identity of the instance.
getTransactionalObjectId(Object) - Method in class com.sptci.jdo.PersistenceManager2
The ObjectId returned by this method represents the JDO identity of the instance.
getUiContainer() - Method in class com.sptci.echo2.Updater
Returns Updater.uiContainer.
getUserObject() - Method in class com.sptci.jdo.PersistenceManager
The application can manage the PersistenceManager instances more easily by having an application object associated with each PersistenceManager instance.
getUserObject() - Method in class com.sptci.jdo.PersistenceManager2
The application can manage the PersistenceManager instances more easily by having an application object associated with each PersistenceManager instance.
getUserObject(Object) - Method in class com.sptci.jdo.PersistenceManager2
Method to get a user object from the PersistenceManager.
getValue() - Method in class com.sptci.echo2.ListItem
Returns ListItem.value.

A B C D E F G H I J L M N O P R S T U V W
Copyright © 2006 Sans Pareil Technologies, Inc. All Rights Reserved.