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

C

changeDetails(AccountTypeBean, long) - Method in class com.zphinx.spine.members.AccountDetails
Amend the properties of this object with the given parameters
changeDetails(AccountTypeBean, long) - Method in interface com.zphinx.spine.members.MemberAccount
Amend the properties of this account with the given parameters
checkGuard(Object) - Method in class com.zphinx.spine.security.SpinePermission
Checks if the specified member permission object can access this resource, this will throw a SecurityException if a SpinePermission is queried.
clear() - Method in class com.zphinx.spine.message.DisplayMessages
Clears all entries in this object
CLEAR - Static variable in interface com.zphinx.spine.UniversalConstants
An int representing a clear parameters statement
clone() - Method in class com.zphinx.spine.security.SpinePermission
Performs a deep clone of this object.Safely replicates all object attributes without imposing lose references.
close(DataAccessObject) - Method in class com.zphinx.spine.data.AbstractDataProxy
Close and dispose of all opened resources
close() - Method in class com.zphinx.spine.data.DataAbstract
 
close() - Method in interface com.zphinx.spine.data.DataAccessObject
Call all the actions to be performed before closing the datastore
close() - Method in class com.zphinx.spine.data.impl.AbstractDataBaseDAO
Closes the database connection
close() - Method in class com.zphinx.spine.data.impl.AbstractHibernateDAO
 
close(DataAccessObject) - Method in class com.zphinx.spine.data.impl.DataBaseProxy
 
close(DataAccessObject) - Method in class com.zphinx.spine.data.impl.EJBProxy
 
close(DataAccessObject) - Method in class com.zphinx.spine.data.impl.FileProxy
Close and dispose of all opened resources.
close(DataAccessObject) - Method in class com.zphinx.spine.data.impl.HibernateProxy
 
close(DataAccessObject) - Method in class com.zphinx.spine.data.impl.LdapProxy
 
closeSession() - Static method in class com.zphinx.spine.data.impl.HibernateSessionFactory
Close the single hibernate session instance.
com.zphinx.spine - package com.zphinx.spine
Universal and common classes and interfaces used by the spine application framework.
com.zphinx.spine.core - package com.zphinx.spine.core
Core classes and interfaces which provide application specific functionality for the spine application framework.
com.zphinx.spine.core.viewprocessors - package com.zphinx.spine.core.viewprocessors
ViewProcessor classes which interface with the business layer and any suitable model view controller architechure in use by an application which uses this framework.
com.zphinx.spine.data - package com.zphinx.spine.data
Abstraction classes and interfaces for data interchange used to access various data stores from the Spine application framework.
com.zphinx.spine.data.impl - package com.zphinx.spine.data.impl
Implementation of abstraction classes for data interchange used in the data layers of the Spine application.
com.zphinx.spine.exceptions - package com.zphinx.spine.exceptions
Collection of classes which provide application specific exception handling classes.
com.zphinx.spine.members - package com.zphinx.spine.members
Classes and interfaces which provide identity management objects used by the Spine application framework.
com.zphinx.spine.message - package com.zphinx.spine.message
A collection of classes which provide message retrieval and storage facilities used by the Spine application framework.
com.zphinx.spine.plugin - package com.zphinx.spine.plugin
Plugin classes and hinterfaces used to initialize and configure the framework by client developers.
com.zphinx.spine.resources - package com.zphinx.spine.resources
A collection of classes used to access various properties files and resource bundles used by the Spine application framework.
com.zphinx.spine.security - package com.zphinx.spine.security
Provides classes which are used by the Spine Application Framework to provide security features for objects used or which depend on the Spine Application framework.
com.zphinx.spine.start - package com.zphinx.spine.start
Classes and helpers used to initialize and configure Spine application framework at startup.
com.zphinx.spine.start.helpers - package com.zphinx.spine.start.helpers
Classes and helpers used to initialize and configure Spine application framework at startup.
com.zphinx.spine.start.helpers.impl - package com.zphinx.spine.start.helpers.impl
Implementations of classes and helpers used to initialize and configure Spine application framework at startup.
com.zphinx.spine.utils - package com.zphinx.spine.utils
Utility classes and helpers needed by other classes and interfaces.
com.zphinx.spine.vo - package com.zphinx.spine.vo
Value objects and pojos used within this application framework
com.zphinx.spine.vo.dto - package com.zphinx.spine.vo.dto
DataTransferObject classes and interfaces for data interchange between specific layers of the application framework.
CommandComponent - Class in com.zphinx.spine.vo
CommandComponent is a DataTransferAssember for objects needed to initialize the BusinessDelegates used in the business layer.
CommandComponent() - Constructor for class com.zphinx.spine.vo.CommandComponent
Public constructor
CONFIG_DATASOURCE - Static variable in class com.zphinx.spine.start.ApplicationConfigurator
The key used to store the datasource Object
CONFIG_FILE - Static variable in class com.zphinx.spine.start.ApplicationConfigurator
The key used to store the path to the configuration file
CONFIG_PACKAGE_NAME - Static variable in class com.zphinx.spine.start.SpineConfiguration
An int used to represent a packageName
CONFIG_SUB_CLASS - Static variable in class com.zphinx.spine.start.SpineConfiguration
An int used to represent a subClass
ConfigMessageProvider - Class in com.zphinx.spine.resources
ConfigMessageProvider serves as the default MessageProvider used within this application
ConfigMessageProvider(String) - Constructor for class com.zphinx.spine.resources.ConfigMessageProvider
Public Constructor
ConfigReader - Class in com.zphinx.spine.start.helpers.impl
ConfigReader helps to read and parse the incomming start configuration file loaded at startup
ConfigReader() - Constructor for class com.zphinx.spine.start.helpers.impl.ConfigReader
 
ConfigResources - Class in com.zphinx.spine.resources
ConfigResources allows access to various configuration parameters and provides a default means to access the default properties file used for configuration.
ConfigurationHelper - Class in com.zphinx.spine.start.helpers.impl
ConfigurationHelper creates the Hashmap used by the SpineConfiguration helper from a known configuration file
ConfigurationHelper() - Constructor for class com.zphinx.spine.start.helpers.impl.ConfigurationHelper
Public Constructor
configure(Map) - Method in class com.zphinx.spine.start.ApplicationConfigurator
Configures the application by running all initialization objects
configure(Map, DataSource) - Method in class com.zphinx.spine.start.ApplicationConfigurator
Configures the application and initializes the datasource objects
configure(String, DataSource) - Method in class com.zphinx.spine.start.ApplicationConfigurator
Configures the application using the xml path at the stated location and initializes the datasource objects
containsErrors() - Method in class com.zphinx.spine.message.DisplayMessages
Checks to see if any errors are stored in this object
containsKey(String) - Method in class com.zphinx.spine.message.DisplayMessages
Checks to see that this key is available within this object
containsMessages() - Method in class com.zphinx.spine.message.DisplayMessages
Checks to see if any messages are stored in this object
CREATE - Static variable in interface com.zphinx.spine.UniversalConstants
An int representing a create statement
createAssembler(DataTransferObject, Object, DAOInput, int) - Method in class com.zphinx.spine.core.viewprocessors.ViewProcessor
Creates a DataTransferAssembler which will be used to ferry objects to and from the back end using the command design pattern.
createBean(String) - Method in class com.zphinx.spine.core.AbstractBuilder
Creates a SpineBean from the given string
createBeanFromIndex(int) - Method in class com.zphinx.spine.core.AbstractBuilder
Creates a Spine bean using the stated index and the default values of the delegateName and processorNames
createConfig(String) - Method in class com.zphinx.spine.start.helpers.AbstractConfigHelper
Create the configuration objects from the configuration Filename given.
createConfig(String, boolean, boolean) - Method in class com.zphinx.spine.start.helpers.AbstractConfigHelper
Create the configuration objects from the configuration Filename given.
createConfig(String) - Method in class com.zphinx.spine.start.helpers.impl.ConfigurationHelper
Create the configuration objects from the configuration Filename given.
createDataAccessImpl(String, DAOInput) - Method in class com.zphinx.spine.data.AbstractDataProxy
Create an object which implements a DataAccessObject suitable for performing our data operations
createDataPack(int, String, String) - Method in class com.zphinx.spine.data.impl.AbstractDataBaseDAO
Creates a DataPack
createDataSource(Map) - Method in interface com.zphinx.spine.start.helpers.DataSourceBuilder
Instantiate, initialize and return a DataSource
createDataSource(String, Map, DataSourceBuilder) - Method in class com.zphinx.spine.start.helpers.DataSourceServiceLocator
Creates a dataSource using the specified map properties, the DataSourceBuilder and the associated key.
createDataSource(Map) - Method in class com.zphinx.spine.start.helpers.impl.DefaultDataSourceBuilder
 
createDataSource(Map) - Method in class com.zphinx.spine.start.helpers.impl.MysqlDataSourceBuilder
 
createProcessor(String) - Method in class com.zphinx.spine.core.viewprocessors.ViewProcessorFactory
Creates a new processor of the specified name
createProxy(int) - Static method in class com.zphinx.spine.data.DataProxyFactory
Creates a AbstractDataProxy subclass determined by the int parameter.
createSetClause(String[], String) - Method in class com.zphinx.spine.utils.PreparedData
Creates a set clause for an sql prepared statement
createSQLDate(long) - Static method in class com.zphinx.spine.Universal
Creates the java.sql string representation of a date in yyyy-mm-dd
createSQLDateFromString(String) - Static method in class com.zphinx.spine.Universal
Gets a Date object from an sql date string in format yyyy-mm-dd
createSQLTime(long) - Static method in class com.zphinx.spine.Universal
Creates an SQL time in string format.
createWhereClause(String[], String[], String) - Method in class com.zphinx.spine.utils.PreparedData
Creates a where clause for an sql prepared statement
createWhereClause(String[], String, String) - Method in class com.zphinx.spine.utils.PreparedData
Creates a where clause for an sql prepared statement
createWhereClauseSep(String[], String, String, String) - Method in class com.zphinx.spine.utils.PreparedData
Creates a where clause for an sql prepared statement
currentSession() - Method in class com.zphinx.spine.data.impl.HibernateSessionFactory
Returns the ThreadLocal Session instance.

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