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

java.lang.Object
  extended by org.kuali.rice.kns.uif.authorization.PresentationControllerBase
      extended by org.kuali.rice.kns.uif.authorization.DocumentPresentationControllerBase
          extended by org.kuali.rice.kns.uif.authorization.MaintenanceDocumentPresentationControllerBase
All Implemented Interfaces:
PresentationController

public class MaintenanceDocumentPresentationControllerBase
extends DocumentPresentationControllerBase

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
protected static MaintenanceDocumentDictionaryService maintenanceDocumentDictionaryService
           
 
Constructor Summary
MaintenanceDocumentPresentationControllerBase()
           
 
Method Summary
protected  boolean canBlanketApprove(Document document)
          This method ...
 boolean canCreate(Class<?> dataObjectClass)
           
protected  boolean canSave(Document document)
           
protected  MaintenanceDocumentDictionaryService getMaintenanceDocumentDictionaryService()
           
 
Methods inherited from class org.kuali.rice.kns.uif.authorization.DocumentPresentationControllerBase
canAcknowledge, canAddAdhocRequests, canAnnotate, canApprove, canCancel, canClose, canCopy, canDisapprove, canEdit, canEditDocumentOverview, canFyi, canInitiate, canPerformRouteReport, canReload, canRoute, canSendAdhocRequests, canSendNoteFyi, getActionFlags, getParameterService
 
Methods inherited from class org.kuali.rice.kns.uif.authorization.PresentationControllerBase
getConditionallyHiddenGroupIds, getConditionallyHiddenPropertyNames, getConditionallyReadOnlyGroupIds, getConditionallyReadOnlyPropertyNames, getConditionallyRequiredPropertyNames, getEditModes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maintenanceDocumentDictionaryService

protected static MaintenanceDocumentDictionaryService maintenanceDocumentDictionaryService
Constructor Detail

MaintenanceDocumentPresentationControllerBase

public MaintenanceDocumentPresentationControllerBase()
Method Detail

canCreate

public boolean canCreate(Class<?> dataObjectClass)

canSave

protected boolean canSave(Document document)
Overrides:
canSave in class DocumentPresentationControllerBase
Returns:
boolean (true if can save the document)

canBlanketApprove

protected boolean canBlanketApprove(Document document)
Description copied from class: DocumentPresentationControllerBase
This method ...

Overrides:
canBlanketApprove in class DocumentPresentationControllerBase
Returns:
boolean (true if can blanket approve the document)

getMaintenanceDocumentDictionaryService

protected MaintenanceDocumentDictionaryService getMaintenanceDocumentDictionaryService()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.