org.kuali.rice.kns.document.authorization
Interface MaintenanceDocumentPresentationController

All Superinterfaces:
DocumentPresentationController, InquiryOrMaintenanceDocumentPresentationController, MaintenanceDocumentPresentationController

public interface MaintenanceDocumentPresentationController
extends InquiryOrMaintenanceDocumentPresentationController, MaintenanceDocumentPresentationController


Method Summary
 boolean canCreate(Class boClass)
           
 Set<String> getConditionallyReadOnlyPropertyNames(MaintenanceDocument document)
           
 Set<String> getConditionallyReadOnlySectionIds(MaintenanceDocument document)
           
 Set<String> getConditionallyRequiredPropertyNames(MaintenanceDocument document)
           
 
Methods inherited from interface org.kuali.rice.kns.bo.authorization.InquiryOrMaintenanceDocumentPresentationController
getConditionallyHiddenPropertyNames, getConditionallyHiddenSectionIds
 
Methods inherited from interface org.kuali.rice.krad.maintenance.MaintenanceDocumentPresentationController
canMaintain
 
Methods inherited from interface org.kuali.rice.krad.document.DocumentPresentationController
canAcknowledge, canAddAdhocRequests, canAnnotate, canApprove, canBlanketApprove, canCancel, canClose, canCopy, canDisapprove, canEdit, canEditDocumentOverview, canFyi, canInitiate, canPerformRouteReport, canRecall, canReload, canRoute, canSave, canSendAdhocRequests, canSendNoteFyi
 

Method Detail

canCreate

boolean canCreate(Class boClass)
Specified by:
canCreate in interface MaintenanceDocumentPresentationController

getConditionallyReadOnlyPropertyNames

Set<String> getConditionallyReadOnlyPropertyNames(MaintenanceDocument document)

getConditionallyReadOnlySectionIds

Set<String> getConditionallyReadOnlySectionIds(MaintenanceDocument document)

getConditionallyRequiredPropertyNames

Set<String> getConditionallyRequiredPropertyNames(MaintenanceDocument document)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.