|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObservingSiteDaoOrbProcess
ORB process on observing sites.
Method Summary | |
---|---|
long |
add(String name,
int latitudeDeg,
int latitudeMin,
double latitudeSec,
int longitudeDeg,
int longitudeMin,
double longitudeSec,
short elevation)
|
List<Entity> |
find()
Finds and returns all observing sites as entity list. |
ObservingSite |
find(long id)
Finds and returns an observing site by its identifier. |
long[] |
getIds()
Returns the identifiers of all observing site. |
void |
persist(ObservingSite observingSite)
Persists a new observing site. |
void |
remove(ObservingSite observingSite)
Removes an observing site. |
void |
update(ObservingSite observingSite)
Updates an observing site. |
Method Detail |
---|
long[] getIds() throws RemoteException
RemoteException
- Exception if an error occurred.long add(String name, int latitudeDeg, int latitudeMin, double latitudeSec, int longitudeDeg, int longitudeMin, double longitudeSec, short elevation) throws RemoteException
RemoteException
List<Entity> find() throws RemoteException
RemoteException
- Exception if an error occurred.ObservingSite find(long id) throws RemoteException
id
- Observing site identifier.
RemoteException
- Exception if an error occurred.void persist(ObservingSite observingSite) throws RemoteException
observingSite
- Observing site to persist.
RemoteException
- Exception if an error occurred.void update(ObservingSite observingSite) throws RemoteException
observingSite
- Observing site to update.
RemoteException
- Exception if an error occurred.void remove(ObservingSite observingSite) throws RemoteException
observingSite
- Observing site to remove.
RemoteException
- Exception if an error occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |