org.kuali.rice.krad.document.authorization
Class MaintenanceDocumentPresentationControllerBase
java.lang.Object
org.kuali.rice.krad.document.authorization.DocumentPresentationControllerBase
org.kuali.rice.krad.document.authorization.MaintenanceDocumentPresentationControllerBase
- All Implemented Interfaces:
- InquiryOrMaintenanceDocumentPresentationController, DocumentPresentationController, MaintenanceDocumentPresentationController
- Direct Known Subclasses:
- GenericPermissionMaintenanceDocumentPresentationController, ReviewResponsibilityMaintenanceDocumentPresentationController
public class MaintenanceDocumentPresentationControllerBase
- extends DocumentPresentationControllerBase
- implements MaintenanceDocumentPresentationController
Base class for all MaintenanceDocumentPresentationControllers.
Methods inherited from class org.kuali.rice.krad.document.authorization.DocumentPresentationControllerBase |
canAcknowledge, canAddAdhocRequests, canAnnotate, canApprove, canBlanketApprove, canCancel, canClose, canCopy, canDisapprove, canEdit, canEditDocumentOverview, canFyi, canInitiate, canPerformRouteReport, canReload, canRoute, canSave, canSendAdhocRequests, canSendNoteFyi, getDocumentActions, getParameterService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MaintenanceDocumentPresentationControllerBase
public MaintenanceDocumentPresentationControllerBase()
canCreate
public boolean canCreate(Class boClass)
- Specified by:
canCreate
in interface MaintenanceDocumentPresentationController
getConditionallyHiddenPropertyNames
public Set<String> getConditionallyHiddenPropertyNames(BusinessObject businessObject)
- Specified by:
getConditionallyHiddenPropertyNames
in interface InquiryOrMaintenanceDocumentPresentationController
getConditionallyHiddenSectionIds
public Set<String> getConditionallyHiddenSectionIds(BusinessObject businessObject)
- Specified by:
getConditionallyHiddenSectionIds
in interface InquiryOrMaintenanceDocumentPresentationController
getConditionallyReadOnlyPropertyNames
public Set<String> getConditionallyReadOnlyPropertyNames(MaintenanceDocument document)
- Specified by:
getConditionallyReadOnlyPropertyNames
in interface MaintenanceDocumentPresentationController
getConditionallyReadOnlySectionIds
public Set<String> getConditionallyReadOnlySectionIds(MaintenanceDocument document)
- Specified by:
getConditionallyReadOnlySectionIds
in interface MaintenanceDocumentPresentationController
getConditionallyRequiredPropertyNames
public Set<String> getConditionallyRequiredPropertyNames(MaintenanceDocument document)
- Specified by:
getConditionallyRequiredPropertyNames
in interface MaintenanceDocumentPresentationController
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.