|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SzenarienDao
Interface f�r lesen und schreiben Szenarien
Method Summary | |
---|---|
int |
create(java.lang.String name,
java.lang.String shortname,
double tempMin,
double tempMax,
double phMin,
double phMax,
java.util.Date lichtEin,
java.util.Date lichtAus,
int dim_ID)
Speichert neu Szenario |
void |
delete(int id)
L�scht bestimte Szenario |
java.util.Vector<Szenario> |
read()
Liest Szenarien. |
void |
update(int id,
java.lang.String name,
java.lang.String shortname,
double tempMin,
double tempMax,
double phMin,
double phMax,
java.util.Date lichtEin,
java.util.Date lichtAus,
int dim_ID)
Speichert neu Werte f�r bestimte Szenario |
Method Detail |
---|
int create(java.lang.String name, java.lang.String shortname, double tempMin, double tempMax, double phMin, double phMax, java.util.Date lichtEin, java.util.Date lichtAus, int dim_ID) throws AquaDaoException
name
- shortname
- tempMin
- tempMax
- phMin
- phMax
- lichtEin
- lichtAus
- dim_ID
-
AquaDaoException
java.util.Vector<Szenario> read() throws AquaDaoException
AquaDaoException
void update(int id, java.lang.String name, java.lang.String shortname, double tempMin, double tempMax, double phMin, double phMax, java.util.Date lichtEin, java.util.Date lichtAus, int dim_ID) throws AquaDaoException
id
- name
- shortname
- tempMin
- tempMax
- phMin
- phMax
- lichtEin
- lichtAus
- dim_ID
-
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 |