Uses of Package
com.zphinx.spine.vo

Packages that use com.zphinx.spine.vo
com.zphinx.spine Universal and common classes and interfaces used by the spine application framework. 
com.zphinx.spine.core Core classes and interfaces which provide application specific functionality for the spine application framework. 
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 Abstraction classes and interfaces for data interchange used to access various data stores from the Spine application framework. 
com.zphinx.spine.data.impl Implementation of abstraction classes for data interchange used in the data layers of the Spine application. 
com.zphinx.spine.members Classes and interfaces which provide identity management objects used by the Spine application framework. 
com.zphinx.spine.start Classes and helpers used to initialize and configure Spine application framework at startup. 
com.zphinx.spine.vo Value objects and pojos used within this application framework 
 

Classes in com.zphinx.spine.vo used by com.zphinx.spine
LabelIntBean
          LabelIntBean is a bean used to associate a label/name with an int value
 

Classes in com.zphinx.spine.vo used by com.zphinx.spine.core
DataTransferAssembler
          DataTransferAssembler contains the relevant methods needed by spine when defining a DataTransferAssembler.
ResultObject
          ResultObject acts as a DataTransferAssembler used to send the output of data transactions accross layers for onward processing
 

Classes in com.zphinx.spine.vo used by com.zphinx.spine.core.viewprocessors
CommandComponent
          CommandComponent is a DataTransferAssember for objects needed to initialize the BusinessDelegates used in the business layer.
DAOInput
          DAOInput defines the signature of objects acceptable as arguments to the constructors of DAO's within spine.
DataTransferAssembler
          DataTransferAssembler contains the relevant methods needed by spine when defining a DataTransferAssembler.
ResultObject
          ResultObject acts as a DataTransferAssembler used to send the output of data transactions accross layers for onward processing
 

Classes in com.zphinx.spine.vo used by com.zphinx.spine.data
DAOInput
          DAOInput defines the signature of objects acceptable as arguments to the constructors of DAO's within spine.
 

Classes in com.zphinx.spine.vo used by com.zphinx.spine.data.impl
DaoConstructor
          DaoConstructor represents a default object which is used to instantiate a Data Access Object.
Data Access Objects requiring arguments in their constructors should subclass this object and add properties suitable for the constructor instantiation.
DAOInput
          DAOInput defines the signature of objects acceptable as arguments to the constructors of DAO's within spine.
 

Classes in com.zphinx.spine.vo used by com.zphinx.spine.members
AccountTypeBean
          AccountTypeBean stores AccountTypes by referencing both the previous and the present value of the AccountType held by a user of this system.
The types of the account are derived from MemberAccount.
 

Classes in com.zphinx.spine.vo used by com.zphinx.spine.start
DelegateBean
          DelegateBean contains all the properties needed by a View Processor/Business Delegate to instantiate itself from the spine configuration file.
ManagedDaoBean
          ManagedDaoBean is an extension of the label int bean which adds the class name of the object and its position within a configuration defined by the term pageIndex
ProxyConfig
          ProxyConfig is the Object representation of the configured Proxy objects within the Spine framework.
 

Classes in com.zphinx.spine.vo used by com.zphinx.spine.vo
CommandComponent
          CommandComponent is a DataTransferAssember for objects needed to initialize the BusinessDelegates used in the business layer.
DAOInput
          DAOInput defines the signature of objects acceptable as arguments to the constructors of DAO's within spine.
DataTransferAssembler
          DataTransferAssembler contains the relevant methods needed by spine when defining a DataTransferAssembler.
DelegateBean
          DelegateBean contains all the properties needed by a View Processor/Business Delegate to instantiate itself from the spine configuration file.
LabelIntBean
          LabelIntBean is a bean used to associate a label/name with an int value
ManagedDaoBean
          ManagedDaoBean is an extension of the label int bean which adds the class name of the object and its position within a configuration defined by the term pageIndex