org.kuali.rice.krad.maintenance
Class MaintenanceDocumentPresentationControllerBase

java.lang.Object
  extended by org.kuali.rice.krad.document.DocumentPresentationControllerBase
      extended by org.kuali.rice.krad.maintenance.MaintenanceDocumentPresentationControllerBase
All Implemented Interfaces:
Serializable, DocumentPresentationController, MaintenanceDocumentPresentationController

public class MaintenanceDocumentPresentationControllerBase
extends DocumentPresentationControllerBase
implements MaintenanceDocumentPresentationController

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
MaintenanceDocumentPresentationControllerBase()
           
 
Method Summary
 boolean canCreate(Class boClass)
           
 boolean canMaintain(Object dataObject)
           
protected  DocumentDictionaryService getDocumentDictionaryService()
           
 void setDocumentDictionaryService(DocumentDictionaryService documentDictionaryService)
           
 
Methods inherited from class org.kuali.rice.krad.document.DocumentPresentationControllerBase
canAcknowledge, canAddAdhocRequests, canAnnotate, canApprove, canBlanketApprove, canCancel, canClose, canCopy, canDisapprove, canEdit, canEditDocumentOverview, canFyi, canInitiate, canPerformRouteReport, 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, canCopy, canDisapprove, canEdit, canEditDocumentOverview, canFyi, canInitiate, canPerformRouteReport, canReload, canRoute, canSave, canSendAdhocRequests, canSendNoteFyi
 

Constructor Detail

MaintenanceDocumentPresentationControllerBase

public MaintenanceDocumentPresentationControllerBase()
Method Detail

canCreate

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

canMaintain

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

getDocumentDictionaryService

protected DocumentDictionaryService getDocumentDictionaryService()

setDocumentDictionaryService

public void setDocumentDictionaryService(DocumentDictionaryService documentDictionaryService)


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