|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandComponent | |
|---|---|
| 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.vo | Value objects and pojos used within this application framework |
| Uses of CommandComponent in com.zphinx.spine.core.viewprocessors |
|---|
| Methods in com.zphinx.spine.core.viewprocessors that return CommandComponent | |
|---|---|
protected CommandComponent |
ViewProcessor.createAssembler(DataTransferObject dto,
Object obj,
DAOInput daoConstructor,
int operation)
Creates a DataTransferAssembler which will be used to ferry objects to and from the back end using the command design pattern. |
| Methods in com.zphinx.spine.core.viewprocessors with parameters of type CommandComponent | |
|---|---|
protected AbstractBusinessDelegate |
ViewProcessor.delegateFactory(CommandComponent command)
Creates and and initializes a suitable AbstractBusinessDelegate |
AbstractBusinessDelegate |
MultiViewProcessor.delegateFactory(CommandComponent command,
int pageIndex)
Creates and initializes a suitable AbstractBusinessDelegate |
ResultObject |
MultiViewProcessor.delegateFactoryAndRun(CommandComponent command,
int pageIndex)
Creates and initializes a suitable AbstractBusinessDelegate then calls the run method of the instantiated Business Delegate. |
| Uses of CommandComponent in com.zphinx.spine.vo |
|---|
| Subclasses of CommandComponent in com.zphinx.spine.vo | |
|---|---|
class |
ResultObject
ResultObject acts as a DataTransferAssembler used to send the output of data transactions accross layers for onward processing |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||