|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResultObject | |
|---|---|
| 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. |
| Uses of ResultObject in com.zphinx.spine.core |
|---|
| Methods in com.zphinx.spine.core that return ResultObject | |
|---|---|
ResultObject |
AbstractBusinessDelegate.initAndRun(DataTransferAssembler command)
Performs initialization and runs the AbstractBusinessDelegate methods |
protected ResultObject |
AbstractBusinessDelegate.postProcessBusinessRules(ResultObject results1,
DataTransferAssembler command1)
Run all business rules associated with this delegate after processing in the data tier. |
protected abstract ResultObject |
AbstractBusinessDelegate.run()
Performs the activities required by this delegate, then calls the close method of AbstractDataProxy |
| Methods in com.zphinx.spine.core with parameters of type ResultObject | |
|---|---|
protected ResultObject |
AbstractBusinessDelegate.postProcessBusinessRules(ResultObject results1,
DataTransferAssembler command1)
Run all business rules associated with this delegate after processing in the data tier. |
| Uses of ResultObject in com.zphinx.spine.core.viewprocessors |
|---|
| Methods in com.zphinx.spine.core.viewprocessors that return ResultObject | |
|---|---|
ResultObject |
MultiViewProcessor.delegateFactoryAndRun(CommandComponent command,
int pageIndex)
Creates and initializes a suitable AbstractBusinessDelegate then calls the run method of the instantiated Business Delegate. |
ResultObject |
ViewProcessor.processData(DataTransferObject dto,
Object obj)
Calls the used methods of this View processor and sends the DataTransferAssembler to the business layer |
ResultObject |
ViewProcessor.processData(DataTransferObject dto,
Object obj,
DAOInput daoConstructor,
int operation)
Calls the used methods of this View processor and sends the DataTransferAssembler to the business layer |
ResultObject |
MultiViewProcessor.processData(DataTransferObject dto,
Object obj,
DAOInput daoConstructor,
int operation)
Deprecated. |
ResultObject |
MultiViewProcessor.processData(DataTransferObject dto,
Object obj,
DAOInput daoConstructor,
int operation,
int pageIndex)
Calls the methods of this ViewProcessor,creates and sends the DataTransferAssembler to the business layer |
| Methods in com.zphinx.spine.core.viewprocessors with parameters of type ResultObject | |
|---|---|
abstract int |
ViewProcessor.processNavigation(ResultObject result)
Uses the returned data to determine which navigational element to return to the user. |
int |
DefaultViewProcessor.processNavigation(ResultObject result)
Processes the navigation rules for this processor. |
int |
MultiViewProcessor.processNavigation(ResultObject result)
Processes the navigation rules for this processor |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||