Interface | Description |
---|---|
BulkUpdateMaintainable |
Provides contract for implementing a bulk update withing the bulk update framework.
|
BulkUpdateMaintenanceDataObject |
Provides contract for the data object of the bulk update maintenance document.
|
Maintainable |
Provides contract for implementing a maintenance object within the maintenance framework
|
MaintenanceDocument |
Common interface for all maintenance documents.
|
MaintenanceDocumentAuthorizer |
Authorizer class for
MaintenanceDocument instances |
MaintenanceDocumentControllerService |
Controller service that extends
DocumentControllerService and adds
methods specific to maintenance documents. |
MaintenanceDocumentPresentationController |
Class | Description |
---|---|
BulkUpdateMaintainableImpl |
Default implementation of
BulkUpdateMaintainable . |
BulkUpdateMaintenanceDataObjectBase |
Default implementation of
BulkUpdateMaintenanceDataObject . |
MaintainableImpl |
Default implementation of the
Maintainable interface. |
MaintenanceDocumentAuthorizerBase |
Default implementation for
MaintenanceDocumentAuthorizer that perform KIM permission checks to authorize
the actions |
MaintenanceDocumentBase |
Document class for all maintenance documents which wraps the maintenance object in
a
Maintainable that is also used for various callbacks |
MaintenanceDocumentController |
Controller that handles requests for a
MaintenanceDocumentView . |
MaintenanceDocumentControllerServiceImpl |
Default implementation of the maintenance document controller service.
|
MaintenanceDocumentPresentationControllerBase | |
MaintenanceLock |
List of business objects that this maintenance document is locking (prevents two documents from being routed trying to update the same object)
Most maintenance documents have only one lock, but globals have many
|
MaintenanceUtils |
Provides static utility methods for use within the maintenance framework
|
MaintenanceViewAuthorizerBase |
Implementation of
ViewAuthorizer for
MaintenanceDocumentView instances |
MaintenanceViewPresentationControllerBase |
Implementation of
ViewPresentationController for
MaintenanceDocumentView instances |
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.