Skip navigation links
SPT Core API
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

J

JAAS_MODULE - Static variable in class com.sptci.echo.login.JaasLoginListener
The key used in localised properties file for JAAS module.
JAAS_MODULE - Static variable in class com.sptci.echo2.login.JaasLoginListener
The key used in localised properties file for JAAS module.
JaasLoginListener - Class in com.sptci.echo.login
A login listener that uses JAAS for authentication.
JaasLoginListener() - Constructor for class com.sptci.echo.login.JaasLoginListener
Default constructor.
JaasLoginListener(String) - Constructor for class com.sptci.echo.login.JaasLoginListener
Create a new instance using the specified module for authentication.
JaasLoginListener - Class in com.sptci.echo2.login
A login listener that uses JAAS for authentication.
JaasLoginListener() - Constructor for class com.sptci.echo2.login.JaasLoginListener
Default constructor.
JaasLoginListener(String) - Constructor for class com.sptci.echo2.login.JaasLoginListener
Create a new instance using the specified module for authentication.
JDOApplication - Class in com.sptci.echo
An application class that maintains a JDO PersistenceManager for the lifecycle of the session.
JDOApplication() - Constructor for class com.sptci.echo.JDOApplication
Default constructor.
JDOApplication - Class in com.sptci.echo2
An application class that maintains a JDO PersistenceManager for the lifecycle of the session.
JDOApplication() - Constructor for class com.sptci.echo2.JDOApplication
Default constructor.
JDOApplicationListener - Class in com.sptci.echo.http
A ServletContextListener and HttpSessionListener to close JDO resources that are held by the JDOApplication instance or its subclasses.
JDOApplicationListener() - Constructor for class com.sptci.echo.http.JDOApplicationListener
 
JDOFilterTableModel<F extends Serializable,D extends Serializable> - Class in com.sptci.echo.table
A table model that uses the JDOFilterTableModel.filter object to filter the data represented in the model.
JDOFilterTableModel() - Constructor for class com.sptci.echo.table.JDOFilterTableModel
 
JDOFilterTableModel<F,D> - Class in com.sptci.echo2.table
A table model that uses the JDOFilterTableModel.filter object to filter the data represented in the model.
JDOFilterTableModel() - Constructor for class com.sptci.echo2.table.JDOFilterTableModel
 
JDOListModel<D extends JDOObject> - Class in com.sptci.echo.list
A list model for holding model objects are are persisted using JDO.
JDOListModel() - Constructor for class com.sptci.echo.list.JDOListModel
Default constructor.
JDOListModel(D, String) - Constructor for class com.sptci.echo.list.JDOListModel
Create a new instance of the list model using the specified values.
JDOListModel(Collection<D>, String) - Constructor for class com.sptci.echo.list.JDOListModel
Create a new instance of the list model for the specified collection of persistent model objects.
JDOListModel<D extends JDOObject> - Class in com.sptci.echo2
A list model for holding model objects are are persisted using JDO.
JDOListModel() - Constructor for class com.sptci.echo2.JDOListModel
Default constructor.
JDOListModel(D, String) - Constructor for class com.sptci.echo2.JDOListModel
Create a new instance of the list model using the specified values.
JDOListModel(Collection<D>, String) - Constructor for class com.sptci.echo2.JDOListModel
Create a new instance of the list model for the specified collection of persistent model objects.
JDOMetaDataGenerator - Class in com.sptci.echo.binding
A JDO meta-data generator.
JDOMetaDataGenerator() - Constructor for class com.sptci.echo.binding.JDOMetaDataGenerator
Default constructor.
JDOMetaDataGenerator(String, String, Map<String, String>) - Constructor for class com.sptci.echo.binding.JDOMetaDataGenerator
Create a new instance of the class using the specified values.
JDOMetaDataGenerator - Class in com.sptci.echo2.binding
A JDO meta-data generator.
JDOMetaDataGenerator() - Constructor for class com.sptci.echo2.binding.JDOMetaDataGenerator
Default constructor.
JDOMetaDataGenerator(String, String, Map<String, String>) - Constructor for class com.sptci.echo2.binding.JDOMetaDataGenerator
Create a new instance of the class using the specified values.
JDOModelDecoratorGenerator - Class in com.sptci.echo.binding
A JDO JavaBean decorator generator.
JDOModelDecoratorGenerator(String) - Constructor for class com.sptci.echo.binding.JDOModelDecoratorGenerator
Instantiates a new instance of ModelGenerator.source from the specified name.
JDOModelDecoratorGenerator - Class in com.sptci.echo2.binding
A JDO JavaBean decorator generator.
JDOModelDecoratorGenerator(String) - Constructor for class com.sptci.echo2.binding.JDOModelDecoratorGenerator
Instantiates a new instance of ModelGenerator.source from the specified name.
JDOModelGenerator - Class in com.sptci.echo.binding
A JDO JavaBean generator.
JDOModelGenerator(String) - Constructor for class com.sptci.echo.binding.JDOModelGenerator
Delegates to the super-class constructor.
JDOModelGenerator - Class in com.sptci.echo2.binding
A JDO JavaBean generator.
JDOModelGenerator(String) - Constructor for class com.sptci.echo2.binding.JDOModelGenerator
Delegates to the super-class constructor.
JDOModelPropertyChangeListener - Class in com.sptci.echo.binding
A sub-class of PropertyChangeListener used to synchronise changes made to properties in UI components to the PropertyChangeListener.bean JDO object.
JDOModelPropertyChangeListener(Object) - Constructor for class com.sptci.echo.binding.JDOModelPropertyChangeListener
Create a new instance of the class using the specified java bean.
JDOModelPropertyChangeListener - Class in com.sptci.echo2.binding
A sub-class of PropertyChangeListener used to synchronise changes made to properties in UI components to the PropertyChangeListener.bean JDO object.
JDOModelPropertyChangeListener(Object) - Constructor for class com.sptci.echo2.binding.JDOModelPropertyChangeListener
Create a new instance of the class using the specified java bean.
JDOModelUpdater<V,M extends JDOObject> - Class in com.sptci.echo.binding
An updater used to update JavaBean objects from their associated UI containers.
JDOModelUpdater(V, M) - Constructor for class com.sptci.echo.binding.JDOModelUpdater
Create a new instance with the specified UI container and java bean.
JDOModelUpdater<V,M extends JDOObject> - Class in com.sptci.echo2.binding
An updater used to update JavaBean objects from their associated UI containers.
JDOModelUpdater(V, M) - Constructor for class com.sptci.echo2.binding.JDOModelUpdater
Create a new instance with the specified UI container and java bean.
JDOObject - Class in com.sptci.jdo
A base object from which all the JDO Object classes will be derived.
JDOObject() - Constructor for class com.sptci.jdo.JDOObject
Default constructor.
jdoPostLoad() - Method in class com.sptci.jdo.JDOObject
InstanceCallbacks method implementation.
jdoPostLoad() - Method in class com.sptci.jpa.JPAObject
InstanceCallbacks method implementation.
jdoPreClear() - Method in class com.sptci.jdo.JDOObject
InstanceCallbacks method implementation.
jdoPreDelete() - Method in class com.sptci.jdo.Category
Over-ridden to set the Category.parent field to Category.parent for child categories of this category.
jdoPreDelete() - Method in class com.sptci.jdo.JDOObject
InstanceCallbacks method implementation.
jdoPreDelete() - Method in class com.sptci.jpa.JPAObject
InstanceCallbacks method implementation.
jdoPreStore() - Method in class com.sptci.jdo.JDOObject
InstanceCallbacks method implementation.
jdoPreStore() - Method in class com.sptci.jpa.JPAObject
InstanceCallbacks method implementation.
JDOTable<D extends Serializable> - Class in com.sptci.echo.table
A custom table used to display objects persisted using JDO.
JDOTable() - Constructor for class com.sptci.echo.table.JDOTable
Default constructor.
JDOTable(JDOTableModel<D>) - Constructor for class com.sptci.echo.table.JDOTable
Create a new table using the specified model.
JDOTable<D> - Class in com.sptci.echo2.table
A custom table used to display objects persisted using JDO.
JDOTable() - Constructor for class com.sptci.echo2.table.JDOTable
Default constructor.
JDOTable(JDOTableModel<D>) - Constructor for class com.sptci.echo2.table.JDOTable
Create a new table using the specified model.
JDOTableModel<D extends Serializable> - Class in com.sptci.echo.table
A generic table model used to display all instances of a specified PersistenceCapable object.
JDOTableModel() - Constructor for class com.sptci.echo.table.JDOTableModel
Default constructor.
JDOTableModel(D) - Constructor for class com.sptci.echo.table.JDOTableModel
Create a new table model for objects of the specified type.
JDOTableModel<D> - Class in com.sptci.echo2.table
A generic table model used to display all instances of a specified PersistenceCapable object.
JDOTableModel() - Constructor for class com.sptci.echo2.table.JDOTableModel
Default constructor.
JDOTableModel(D) - Constructor for class com.sptci.echo2.table.JDOTableModel
Create a new table model for objects of the specified type.
JDOViewValidator<V,M> - Class in com.sptci.echo.binding
A validator for view components that represent objects persisted using JDO.
JDOViewValidator(V) - Constructor for class com.sptci.echo.binding.JDOViewValidator
Create a new instance of the validator for the specified view.
JDOViewValidator(V, M) - Constructor for class com.sptci.echo.binding.JDOViewValidator
Create a new instance of the validator for the specified view and backing model.
JDOViewValidator<V,M> - Class in com.sptci.echo2.binding
A validator for view components that represent objects persisted using JDO.
JDOViewValidator(V) - Constructor for class com.sptci.echo2.binding.JDOViewValidator
Create a new instance of the validator for the specified view.
JDOViewValidator(V, M) - Constructor for class com.sptci.echo2.binding.JDOViewValidator
Create a new instance of the validator for the specified view and backing model.
JPAObject - Class in com.sptci.jpa
A base object from which all the JDO Object classes will be derived.
JPAObject() - Constructor for class com.sptci.jpa.JPAObject
Default constructor.
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links
SPT Core API