ORCentral
Public Member Functions

eu.coform.command.location.LocationbyNameQueryCommand Class Reference

Command to query a location by name. More...

Inheritance diagram for eu.coform.command.location.LocationbyNameQueryCommand:
Inheritance graph
[legend]
Collaboration diagram for eu.coform.command.location.LocationbyNameQueryCommand:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Location execute () throws ORException
 Executes the command.
void setLocationName (String location_name)

Detailed Description

Command to query a location by name.

Definition at line 10 of file LocationbyNameQueryCommand.java.


Member Function Documentation

Location eu.coform.command.location.LocationbyNameQueryCommand.execute ( ) throws ORException

Executes the command.

Tries to find location with given name in database.

Returns:
Location with name.
Exceptions:
ORExceptionif location could not be found.

Implements eu.coform.command.proto.Abstract.

Definition at line 23 of file LocationbyNameQueryCommand.java.

Here is the call graph for this function:

Here is the caller graph for this function:

void eu.coform.command.location.LocationbyNameQueryCommand.setLocationName ( String  location_name)

Definition at line 41 of file LocationbyNameQueryCommand.java.

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations