org.sakaiproject.tool.gradebook.facades.sakai2impl |
|
Java Source File Name | Type | Comment |
AuthnSakai2Impl.java | Class | Sakai2 implementation of the gradebook's Authn facade. |
AuthzSakai2Impl.java | Class | An implementation of Gradebook-specific authorization needs based
on a combination of fine-grained site-scoped Sakai permissions and the
shared Section Awareness API. |
BaseEntityProducer.java | Class | Utility class that provides safe defaults for all EntityProducer methods.
By subclassing, developers can focus only on the methods they
actually need to customize. |
ContextManagementSakai2Impl.java | Class | Gets the current context for a gradebook inside sakai2. |
EventTrackingServiceSakai2Impl.java | Class | |
GradebookConfigurationSakai.java | Class | Sakai-specific add-on to the vanilla configuration bean.
The main addition is to handle automatic database upgrades which lie outside
the scope of Hibernate's normal SchemaUpdate. |
GradebookEntityProducer.java | Class | Implements the Sakai EntityProducer approach to integration of tool-specific
storage with site management. |
UserDirectoryServiceSakai2Impl.java | Class | Sakai2 implementation of the gradebook UserDirectoryService API. |
XmlImportable.java | Class | A simple generic wrapper to add new types of importable objects without needing
to subclass each of them.
THIS IS CURRENTLY UNUSED. |