Method Summary |
|
public List | findMatchingEnrollments(String searchString, String optionalSectionUid) |
public Authn | getAuthnService() |
public String | getAuthzLevel() |
public List | getAvailableEnrollments() |
public List | getAvailableSections() |
public String | getDownloadFileName(String prefix) Generates a default filename (minus the extension) for a download from this Gradebook. |
Gradebook | getGradebook() Convenience method to load the current gradebook object. |
public GradebookBean | getGradebookBean() Get the gradebook context. |
Long | getGradebookId() Convenience method, for use in calling locally implemented services
that assume the gradebook ID is an integer. |
public GradebookManager | getGradebookManager() |
String | getGradebookUid() |
public String | getLocalizedString(String key) Gets a localized message string based on the locale determined by the
FacesContext. |
public String | getLocalizedString(String key, String[] params) Gets a localized message string based on the locale determined by the
FacesContext. |
public String | getPageName() Set up close relations with page and action names for easier control
of menus. |
public PreferencesBean | getPreferencesBean() |
public SectionAwareness | getSectionAwareness() |
public List | getSectionEnrollments(String sectionUid) |
public UserDirectoryService | getUserDirectoryService() |
public String | getUserUid() Convenience method to hide the Authn context object. |
public boolean | isUserAbleToEditAssessments() |
public boolean | isUserAbleToGradeAll() |
public boolean | isUserAbleToGradeSection(String sectionUid) |
public void | setGradebookBean(GradebookBean gradebookBean) Set the gradebook context. |
public void | setPageName(String pageName) |
public void | setPreferencesBean(PreferencesBean preferencesBean) |