|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DimensionenDao
Interface f�r lesen und schreiben Dimensionen
Method Summary | |
---|---|
int |
create(int[] values)
Speichert neu Dimensionen |
void |
delete(int id)
L�scht bestimte Dimensionen. |
java.util.Vector<Dimensionen> |
read()
Liest Dimensionen |
void |
update(int id,
int[] values)
Speichert neu Werte f�r bestimte Dimensionen |
Method Detail |
---|
int create(int[] values) throws AquaDaoException
values
-
AquaDaoException
java.util.Vector<Dimensionen> read() throws AquaDaoException
AquaDaoException
void update(int id, int[] values) throws AquaDaoException
id
- values
-
AquaDaoException
void delete(int id) throws AquaDaoException
id
-
AquaDaoException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |