

Public Member Functions | |
| ActionType | actionType () const |
| DataType | dataType () const |
| QString | description () const |
| QString | name () const |
Private Member Functions | |
| void | execute () |
| bool | userIsValid () const |
Definition at line 14 of file resourcereservationmaker.h.
| ControllerInterface::ActionType ResourceReservationMaker::actionType | ( | ) | const [virtual] |
Returns the action type of the controller
Implements control::ControllerInterface.
Definition at line 18 of file resourcereservationmaker.cpp.
| ControllerInterface::DataType ResourceReservationMaker::dataType | ( | ) | const [virtual] |
Returns the data type on which the controller acts
Implements control::ControllerInterface.
Definition at line 23 of file resourcereservationmaker.cpp.
| QString ResourceReservationMaker::description | ( | ) | const [virtual] |
Returns the description of the controller
Implements control::ControllerInterface.
Definition at line 28 of file resourcereservationmaker.cpp.
| void ResourceReservationMaker::execute | ( | ) | [private, virtual] |
Executes a whole use case
Implements control::ControllerInterface.
Definition at line 43 of file resourcereservationmaker.cpp.

| QString ResourceReservationMaker::name | ( | ) | const [virtual] |
Returns the name of the controller
Implements control::ControllerInterface.
Definition at line 33 of file resourcereservationmaker.cpp.
1.6.3