|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataAccessObject
An Interface used to define suitable methods available to an object which is used to access a suitable data store.
Copyright ©Zphinx Software Solutions
| Method Summary | |
|---|---|
boolean |
close()
Call all the actions to be performed before closing the datastore |
Object |
fetchData(DataTransferObject obj)
Open a connection to the data storage system and return a suitable object |
String |
getErrors()
Get the total errors generated by this implementation |
int |
getStoreType()
The type of persistence system in use by this system. |
void |
setErrors(String errors)
Set the errors generated by this implementation |
| Method Detail |
|---|
Object fetchData(DataTransferObject obj)
obj - A DataTransferObject to parse
String getErrors()
void setErrors(String errors)
errors - The error to add to the total errorsint getStoreType()
boolean close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||