ORCentral
|
Command to query a location by name. More...
Public Member Functions | |
Location | execute () throws ORException |
Executes the command. | |
void | setLocationName (String location_name) |
Command to query a location by name.
Definition at line 10 of file LocationbyNameQueryCommand.java.
Location eu.coform.command.location.LocationbyNameQueryCommand.execute | ( | ) | throws ORException |
Executes the command.
Tries to find location with given name in database.
ORException | if location could not be found. |
Implements eu.coform.command.proto.Abstract.
Definition at line 23 of file LocationbyNameQueryCommand.java.
void eu.coform.command.location.LocationbyNameQueryCommand.setLocationName | ( | String | location_name | ) |
Definition at line 41 of file LocationbyNameQueryCommand.java.