|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDAO
Interface for DAOs.
| Method Summary | |
|---|---|
void |
clear()
Clean the table data. |
int |
count()
Count method. |
IDTO |
createDTO()
Creates a DefaultDTO |
void |
createIndex()
Creates the indices. |
void |
createTable()
Creates the table. |
int |
delete()
Deletes the table data. |
void |
dropIndex()
Removes the indices. |
java.lang.String[] |
getColumnNames()
Returns the column names. |
java.lang.String |
getDBTableName()
Returns the DB table name. |
java.lang.String |
getPDATableName()
Returns the PDA table name. |
java.lang.Object |
load()
Load the table. |
void |
purge()
Purge table data. |
int |
save(IDTO dto)
Saves a new DefaultDTO. |
int |
update(IDTO dto)
Updates a DefaultDTO. |
| Method Detail |
|---|
void clear()
throws java.lang.Exception
java.lang.Exception
void purge()
throws java.lang.Exception
java.lang.Exception
int count()
throws java.lang.Exception
java.lang.Exception
IDTO createDTO()
throws java.lang.Exception
java.lang.Exception
void createIndex()
throws java.lang.Exception
java.lang.Exception
void createTable()
throws java.lang.Exception
java.lang.Exception
int delete()
throws java.lang.Exception
java.lang.Exception
void dropIndex()
throws java.lang.Exception
java.lang.Exceptionjava.lang.String[] getColumnNames()
java.lang.String getDBTableName()
java.lang.String getPDATableName()
java.lang.Object load()
throws java.lang.Exception
java.lang.Exception
int save(IDTO dto)
throws java.lang.Exception
dto -
java.lang.Exception
int update(IDTO dto)
throws java.lang.Exception
dto -
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||