|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DAOInput | |
|---|---|
| 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.vo | Value objects and pojos used within this application framework |
| Uses of DAOInput in com.zphinx.spine.core.viewprocessors |
|---|
| Methods in com.zphinx.spine.core.viewprocessors with parameters of type DAOInput | |
|---|---|
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. |
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 |
| Uses of DAOInput in com.zphinx.spine.data |
|---|
| Methods in com.zphinx.spine.data with parameters of type DAOInput | |
|---|---|
protected Object |
AbstractDataProxy.createDataAccessImpl(String className,
DAOInput daoCons)
Create an object which implements a DataAccessObject suitable for performing our data operations |
boolean |
AbstractDataProxy.init(Object obj1,
String className,
DAOInput daoCons)
Initializes all the objects needed by this Abstract Factory, opens the necessary resource and throws an exception when it cannot find a persistence object |
protected abstract DataAccessObject |
AbstractDataProxy.open(Object obj,
String s,
DAOInput daoCons)
Open the datastore and fetch the correct type of persistence |
| Uses of DAOInput in com.zphinx.spine.data.impl |
|---|
| Methods in com.zphinx.spine.data.impl with parameters of type DAOInput | |
|---|---|
protected DataAccessObject |
LdapProxy.open(Object obj1,
String s,
DAOInput daoCons)
|
protected DataAccessObject |
EJBProxy.open(Object obj,
String s,
DAOInput daoCons)
|
protected DataAccessObject |
HibernateProxy.open(Object obj,
String className,
DAOInput daoCons)
|
protected DataAccessObject |
FileProxy.open(Object obj1,
String className,
DAOInput daoCons)
Open the datastore and fetch the correct type of persistence. |
protected DataAccessObject |
DataBaseProxy.open(Object obj1,
String className,
DAOInput daoCons)
Initialize a Data Abstract storage object. |
| Uses of DAOInput in com.zphinx.spine.vo |
|---|
| Classes in com.zphinx.spine.vo that implement DAOInput | |
|---|---|
class |
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. |
| Methods in com.zphinx.spine.vo that return DAOInput | |
|---|---|
DAOInput |
CommandComponent.getDaoConstructor()
Gets the DaoConstructor object associated with this object |
DAOInput |
DataTransferAssembler.getDaoConstructor()
Gets the DaoConstructor object associated with this object |
| Methods in com.zphinx.spine.vo with parameters of type DAOInput | |
|---|---|
void |
CommandComponent.setDaoConstructor(DAOInput daoConstructor)
Sets the DaoConstructor object associated with this object |
void |
DataTransferAssembler.setDaoConstructor(DAOInput daoConstructor)
Sets the DaoConstructor object associated with this object |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||