Class MaintenanceDocumentPresentationControllerBase
java.lang.Object
org.kuali.rice.krad.document.DocumentPresentationControllerBase
org.kuali.rice.kns.document.authorization.DocumentPresentationControllerBase
org.kuali.rice.kns.document.authorization.MaintenanceDocumentPresentationControllerBase
- All Implemented Interfaces:
Serializable,InquiryOrMaintenanceDocumentPresentationController,DocumentPresentationController,MaintenanceDocumentPresentationController,org.kuali.rice.krad.document.DocumentPresentationController,org.kuali.rice.krad.maintenance.MaintenanceDocumentPresentationController
@Deprecated
public class MaintenanceDocumentPresentationControllerBase
extends DocumentPresentationControllerBase
implements MaintenanceDocumentPresentationController
Deprecated.
Base class for all MaintenanceDocumentPresentationControllers.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.booleancanMaintain(Object dataObject) Deprecated.getConditionallyHiddenPropertyNames(Object businessObject) Deprecated.getConditionallyHiddenSectionIds(Object businessObject) Deprecated.Deprecated.Deprecated.Deprecated.Methods inherited from class org.kuali.rice.kns.document.authorization.DocumentPresentationControllerBase
canClose, getDocumentActionsMethods inherited from class org.kuali.rice.krad.document.DocumentPresentationControllerBase
canAcknowledge, canAddAdhocRequests, canAnnotate, canApprove, canApproveOrDisapprove, canBlanketApprove, canCancel, canComplete, canCopy, canDisapprove, canEdit, canEditDocumentOverview, canFyi, canInitiate, canPerformRouteReport, canRecall, canReload, canRoute, canSave, canSendAdhocRequests, canSendNoteFyi, canSuperUserApprove, canSuperUserDisapprove, canSuperUserTakeAction, canTakeAction, getDocumentRequestAuthorizationCache, getParameterService, hasActionRequests, isStateInitiatedFinalCancelled, isStateProcessedOrDisapproved, isStateSaved, setDocumentRequestAuthorizationCacheMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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, canSuperUserApprove, canSuperUserDisapprove, canSuperUserTakeAction, setDocumentRequestAuthorizationCache
-
Constructor Details
-
MaintenanceDocumentPresentationControllerBase
public MaintenanceDocumentPresentationControllerBase()Deprecated.
-
-
Method Details
-
canCreate
Deprecated.- Specified by:
canCreatein interfaceMaintenanceDocumentPresentationController- Specified by:
canCreatein interfaceorg.kuali.rice.krad.maintenance.MaintenanceDocumentPresentationController
-
canMaintain
Deprecated.- Specified by:
canMaintainin interfaceorg.kuali.rice.krad.maintenance.MaintenanceDocumentPresentationController
-
getConditionallyHiddenPropertyNames
Deprecated.- Specified by:
getConditionallyHiddenPropertyNamesin interfaceInquiryOrMaintenanceDocumentPresentationController
-
getConditionallyHiddenSectionIds
Deprecated.- Specified by:
getConditionallyHiddenSectionIdsin interfaceInquiryOrMaintenanceDocumentPresentationController
-
getConditionallyReadOnlyPropertyNames
Deprecated.- Specified by:
getConditionallyReadOnlyPropertyNamesin interfaceMaintenanceDocumentPresentationController
-
getConditionallyReadOnlySectionIds
Deprecated.- Specified by:
getConditionallyReadOnlySectionIdsin interfaceMaintenanceDocumentPresentationController
-
getConditionallyRequiredPropertyNames
Deprecated.- Specified by:
getConditionallyRequiredPropertyNamesin interfaceMaintenanceDocumentPresentationController
-
MaintenanceDocumentPresentationControllerBase.