| com.jcorporate.expresso.core.controller.DBController com.jcorporate.expresso.services.controller.EditUserPreference
EditUserPreference | public class EditUserPreference extends DBController (Code) | | Allow a user to edit his/her user preferences, optionally restricting to a single
set of preferences. Objects that have user preferences defined can call this
controller, passing their classname, to allow editing of preferences
specific to that object. Calling without specifying a classname allows
editing of all of the user's own preferences.
author: Michael Nash |
EditUserPreference | public EditUserPreference()(Code) | | Our constructor "declares" what states we handle
|
getTitle | public String getTitle()(Code) | | Return the title of this Controller
java.lang.String The Title of the controller |
|
|