org.kuali.rice.kns.document.authorization
Class MaintenanceDocumentPresentationControllerBase

java.lang.Object
  extended by org.kuali.rice.krad.document.DocumentPresentationControllerBase
      extended by org.kuali.rice.kns.document.authorization.DocumentPresentationControllerBase
          extended by org.kuali.rice.kns.document.authorization.MaintenanceDocumentPresentationControllerBase
All Implemented Interfaces:
Serializable, InquiryOrMaintenanceDocumentPresentationController, DocumentPresentationController, MaintenanceDocumentPresentationController
Direct Known Subclasses:
GenericPermissionMaintenanceDocumentPresentationController, ReviewResponsibilityMaintenanceDocumentPresentationController

Deprecated. Use MaintenanceDocumentPresentationControllerBase.

@Deprecated
public class MaintenanceDocumentPresentationControllerBase
extends DocumentPresentationControllerBase
implements MaintenanceDocumentPresentationController

Base class for all MaintenanceDocumentPresentationControllers.

See Also:
Serialized Form

Constructor Summary
MaintenanceDocumentPresentationControllerBase()
          Deprecated.  
 
Method Summary
 boolean canCreate(Class boClass)
          Deprecated.  
 boolean canMaintain(Object dataObject)
          Deprecated.  
 Set<String> getConditionallyHiddenPropertyNames(BusinessObject businessObject)
          Deprecated.  
 Set<String> getConditionallyHiddenSectionIds(BusinessObject businessObject)
          Deprecated.  
 Set<String> getConditionallyReadOnlyPropertyNames(MaintenanceDocument document)
          Deprecated.  
 Set<String> getConditionallyReadOnlySectionIds(MaintenanceDocument document)
          Deprecated.  
 Set<String> getConditionallyRequiredPropertyNames(MaintenanceDocument document)
          Deprecated.  
 
Methods inherited from class org.kuali.rice.kns.document.authorization.DocumentPresentationControllerBase
getDocumentActions
 
Methods inherited from class org.kuali.rice.krad.document.DocumentPresentationControllerBase
canAcknowledge, canAddAdhocRequests, canAnnotate, canApprove, canBlanketApprove, canCancel, canClose, canComplete, canCopy, canDisapprove, canEdit, canEditDocumentOverview, canFyi, canInitiate, canPerformRouteReport, canRecall, canReload, canRoute, canSave, canSendAdhocRequests, canSendNoteFyi, getParameterService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

MaintenanceDocumentPresentationControllerBase

public MaintenanceDocumentPresentationControllerBase()
Deprecated. 
Method Detail

canCreate

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

canMaintain

public boolean canMaintain(Object dataObject)
Deprecated. 
Specified by:
canMaintain in interface MaintenanceDocumentPresentationController

getConditionallyHiddenPropertyNames

public Set<String> getConditionallyHiddenPropertyNames(BusinessObject businessObject)
Deprecated. 
Specified by:
getConditionallyHiddenPropertyNames in interface InquiryOrMaintenanceDocumentPresentationController

getConditionallyHiddenSectionIds

public Set<String> getConditionallyHiddenSectionIds(BusinessObject businessObject)
Deprecated. 
Specified by:
getConditionallyHiddenSectionIds in interface InquiryOrMaintenanceDocumentPresentationController

getConditionallyReadOnlyPropertyNames

public Set<String> getConditionallyReadOnlyPropertyNames(MaintenanceDocument document)
Deprecated. 

getConditionallyReadOnlySectionIds

public Set<String> getConditionallyReadOnlySectionIds(MaintenanceDocument document)
Deprecated. 

getConditionallyRequiredPropertyNames

public Set<String> getConditionallyRequiredPropertyNames(MaintenanceDocument document)
Deprecated. 


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