|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataAccessObject
This is highest level of abstraction for all Data Access Objects with an associated response object.
Every data access object must register with a service before it can be used.
Service
Method Summary | |
---|---|
ServiceResponse |
getResponse()
Returns the response object associated with this service. |
Service |
getService()
Registers this data access object with a service. |
void |
setService(Service service)
|
Method Detail |
---|
ServiceResponse getResponse()
Service getService()
service
- the service with which to register thisvoid setService(Service service)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |