| |
|
| com.jcorporate.expresso.services.dbobj.SecurityDBObject com.jcorporate.expresso.services.dbobj.UserPreferenceDef
UserPreferenceDef | public class UserPreferenceDef extends SecurityDBObject (Code) | | This object defines the available user preference definitions.
The populateDefaultValues methods of various db objects can populate
this table to "register" the fact that they are providing preference
values that the user can set. The actual preferences are set in UserPreference
and the valid values (if any are defined) are specified in UserPreferenceVal
author: Michael Nash |
ANY_CLASS | final public static String ANY_CLASS(Code) | | constant for indicating that any class can use this preference; it is shared
|
PRIMARY_GROUP_PREF | final public static String PRIMARY_GROUP_PREF(Code) | | |
UserPreferenceDef | public UserPreferenceDef(int uid) throws DBException(Code) | | Use over (String) constructor. Initializes the object in the context
of the user who's uid belongs to the parameter.
Parameters: uid - the Uid of the user context throws: DBException - if there's an initialization problem |
UserPreferenceDef | public UserPreferenceDef(ControllerRequest request) throws DBException(Code) | | For using DBObjects within Controllers. Initializes based upon the current
user and the requested db. [Of course this can be modified later]
Parameters: request - - The controller request handed to you by the framework. throws: DBException - if there's an initialization problem |
|
|
|