Provide a UI handle to the selected gradebook.
Since all application-specific backing beans (a group that doesn't include
authentication handlers) require a gradebook ID to use with any of the
business or facade services, this bean is also a reasonable place to centralize
configuration of and access to those services.
Parameters: newGradebookUid - The gradebookId to set.Since this is coming from the client, the application should NOTtrust that the current user actually has access to the gradebookwith this UID.
Parameters: gradebookManager - The gradebookManager to set.
setGradebookUid
final public void setGradebookUid(String newGradebookUid)(Code)
Parameters: newGradebookUid - The gradebookId to set.Since this is coming from the client, the application should NOTtrust that the current user actually has access to the gradebookwith this UID. This design assumes that authorization will comeinto play on each request.