Public Member Functions | |
UserBean (User user) throws LaserException | |
void | setIsLogged (boolean flag) |
String | getDisplayName () |
String | getName () |
String[] | getNodeActions () |
String | getNodeDefaultAction () |
java.awt.Image | getNodeIcon () |
cern.gp.beans.PropertyInfo[] | getPropertyInfo () |
String | getShortDescription () |
java.util.Collection | getConfigurations () |
void | setConfigurations (java.util.List conf) |
ConfigurationBean | getDefaultConfiguration () |
Private Attributes | |
User | user = null |
String | name = null |
boolean | isLogged = false |
java.util.Collection | configurations = null |
Static Private Attributes | |
final Logger | logger = LogFactory.getLogger(UserBean.class.getName()) |
|
Creates a new instance of UserBean |
|
This method returns configurations for user |
|
This method returns default configuration for this user
|
|
Returns the internal display name of the associated bean. If null is returned a default name will be used.
Reimplemented from cern::gp::beans::BeanSupport.
|
|
Returns the internal name of the associated bean. If null is returned a default name will be used.
Reimplemented from cern::gp::beans::BeanSupport.
|
|
Returns an array of qualified name of actions for the node representing the associated bean. Null can be used in the array to represent a separator.
Reimplemented from cern::gp::beans::BeanSupport.
|
|
Returns the qualified name of the default action for the node representing the associated bean. The default action is the one triggered when the user double-clic on the node. If null is returned a default default action will be used.
Reimplemented from cern::gp::beans::BeanSupport.
|
|
Returns the icon in 16x16 size used to display the node representing the associated bean. If null is returned a default icon will be used.
Reimplemented from cern::gp::beans::BeanSupport.
|
|
Returns an array of
Each
Reimplemented from cern::gp::beans::BeanSupport.
|
|
Returns a short description of the associated bean (used in tooltip for instance). If null is returned a default description will be used.
Reimplemented from cern::gp::beans::BeanSupport.
|
|
This method sets configuration list for given user
|
|
|
|
Configurations for given alarm user (ConfigurationBean objects) |
|
indicates wheteher this user is logged |
|
logger |
|
alarm user name (login name) |
|
user from business layer |