public class MaintenanceDocumentPresentationControllerBase extends DocumentPresentationControllerBase implements MaintenanceDocumentPresentationController
Constructor and Description |
---|
MaintenanceDocumentPresentationControllerBase() |
Modifier and Type | Method and Description |
---|---|
boolean |
canCreate(Class boClass) |
boolean |
canMaintain(Object dataObject) |
Set<String> |
getConditionallyHiddenPropertyNames(BusinessObject businessObject) |
Set<String> |
getConditionallyHiddenSectionIds(BusinessObject businessObject) |
Set<String> |
getConditionallyReadOnlyPropertyNames(MaintenanceDocument document) |
Set<String> |
getConditionallyReadOnlySectionIds(MaintenanceDocument document) |
Set<String> |
getConditionallyRequiredPropertyNames(MaintenanceDocument document) |
getDocumentActions
canAcknowledge, canAddAdhocRequests, canAnnotate, canApprove, canBlanketApprove, canCancel, canClose, canComplete, canCopy, canDisapprove, canEdit, canEditDocumentOverview, canFyi, canInitiate, canPerformRouteReport, canRecall, canReload, canRoute, canSave, canSendAdhocRequests, canSendNoteFyi, getParameterService
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canAcknowledge, canAddAdhocRequests, canAnnotate, canApprove, canBlanketApprove, canCancel, canClose, canComplete, canCopy, canDisapprove, canEdit, canEditDocumentOverview, canFyi, canInitiate, canPerformRouteReport, canRecall, canReload, canRoute, canSave, canSendAdhocRequests, canSendNoteFyi
public MaintenanceDocumentPresentationControllerBase()
public boolean canCreate(Class boClass)
canCreate
in interface MaintenanceDocumentPresentationController
public boolean canMaintain(Object dataObject)
canMaintain
in interface MaintenanceDocumentPresentationController
public Set<String> getConditionallyHiddenPropertyNames(BusinessObject businessObject)
getConditionallyHiddenPropertyNames
in interface InquiryOrMaintenanceDocumentPresentationController
public Set<String> getConditionallyHiddenSectionIds(BusinessObject businessObject)
getConditionallyHiddenSectionIds
in interface InquiryOrMaintenanceDocumentPresentationController
public Set<String> getConditionallyReadOnlyPropertyNames(MaintenanceDocument document)
public Set<String> getConditionallyReadOnlySectionIds(MaintenanceDocument document)
public Set<String> getConditionallyRequiredPropertyNames(MaintenanceDocument document)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.