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

All Superinterfaces:
DocumentPresentationController, InquiryOrMaintenanceDocumentPresentationController, MaintenanceDocumentPresentationController

Deprecated. Use MaintenanceDocumentPresentationController.

@Deprecated
public interface MaintenanceDocumentPresentationController
extends InquiryOrMaintenanceDocumentPresentationController, MaintenanceDocumentPresentationController


Method Summary
 boolean canCreate(Class boClass)
          Deprecated.  
 Set<String> getConditionallyReadOnlyPropertyNames(MaintenanceDocument document)
          Deprecated.  
 Set<String> getConditionallyReadOnlySectionIds(MaintenanceDocument document)
          Deprecated.  
 Set<String> getConditionallyRequiredPropertyNames(MaintenanceDocument document)
          Deprecated.  
 
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, canComplete, canCopy, canDisapprove, canEdit, canEditDocumentOverview, canFyi, canInitiate, canPerformRouteReport, canRecall, canReload, canRoute, canSave, canSendAdhocRequests, canSendNoteFyi
 

Method Detail

canCreate

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

getConditionallyReadOnlyPropertyNames

Set<String> getConditionallyReadOnlyPropertyNames(MaintenanceDocument document)
Deprecated. 

getConditionallyReadOnlySectionIds

Set<String> getConditionallyReadOnlySectionIds(MaintenanceDocument document)
Deprecated. 

getConditionallyRequiredPropertyNames

Set<String> getConditionallyRequiredPropertyNames(MaintenanceDocument document)
Deprecated. 


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.