| |
|
| com.jcorporate.expresso.services.dbobj.SecurityDBObject com.jcorporate.expresso.services.dbobj.UserPreference
UserPreference | public class UserPreference extends SecurityDBObject implements UserListener(Code) | | A User Preference is a stored value or attribute that is related
to a particular user. This value set a preference or customizes the
behaviour of a particular application when used by this user.
author: Michael Nash |
UserPreference | public UserPreference(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 - of the user context throws: DBException - if there's an initialization problem |
UserPreference | public UserPreference(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. |
checkAllRefs | protected void checkAllRefs() throws DBException(Code) | | Extends the checkAllRefs method to check for valid UserGroup
throws: DBException - If a referential integrity violation is found |
|
|
|