Public Member Functions | |
UserImpl (String newUserName) throws LaserConsoleException | |
String | getName () throws LaserConsoleException |
void | setName (String newName) throws LaserConsoleException |
String | getPassword () throws LaserConsoleException |
void | setPassword (String newPassword) throws LaserConsoleException |
String | getDefaultPrinter () throws LaserConsoleException |
void | setDefaultPrinter (String newDefaultPrinter) throws LaserConsoleException |
Collection | getConfigurations () throws LaserConsoleException, LaserConnectionException |
Configuration | getConfiguration (String name) throws LaserConsoleException, LaserConnectionException |
Configuration | createConfiguration (String name) throws LaserConsoleException |
Configuration | createConfiguration (Configuration configuration) throws LaserConsoleException |
void | removeConfiguration (String name) throws LaserConsoleException |
Configuration | getDefaultConfiguration () throws LaserConsoleException, LaserConnectionException |
void | setDefaultConfiguration (String name) throws LaserConsoleException |
boolean | isDefaultConfiguration (String name) throws LaserConsoleException |
String | toString () |
Private Member Functions | |
Object | getConsoleConfigurationEntityEJBHome () throws LaserConnectionException |
Object | getConsoleUserEntityEJB () throws LaserConnectionException, LaserUserNotFoundException |
Private Attributes | |
AlarmService | laser |
ArrayList | configurations = new ArrayList() |
LocalConsoleUser | user |
|
|
|
Create a new alarm console configuration for the user using a given configuration.
Implements cern::laser::console::User.
|
|
Create a new alarm console configuration for the user.
Implements cern::laser::console::User.
|
|
Accessor method.
Implements cern::laser::console::User.
|
|
Accessor method.
Implements cern::laser::console::User.
|
|
|
|
|
|
Get the user's default configuration.
Implements cern::laser::console::User.
|
|
Implements cern::laser::console::User.
|
|
Accessor method.
Implements cern::laser::console::User.
|
|
Accessor method.
Implements cern::laser::console::User.
|
|
Check the user default configuration.
Implements cern::laser::console::User.
|
|
Remove a configuration for the user.
Implements cern::laser::console::User.
|
|
Set the user's default configuration.
Implements cern::laser::console::User.
|
|
Implements cern::laser::console::User.
|
|
|
|
Accessor method.
Implements cern::laser::console::User.
|
|
|
|
|
|
|
|
|