Interface MaintenanceDocument

All Superinterfaces:
org.kuali.rice.krad.document.Document, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.krad.maintenance.MaintenanceDocument
All Known Implementing Classes:
MaintenanceDocumentBase

@Deprecated public interface MaintenanceDocument extends org.kuali.rice.krad.maintenance.MaintenanceDocument
Deprecated.
Use MaintenanceDocument.
Common interface for all maintenance documents.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns a reference to the PersistableBusinessObject that this MaintenanceDocument is maintaining.
    Deprecated.
     
    Deprecated.
     
    boolean
    Deprecated.
     

    Methods inherited from interface org.kuali.rice.krad.document.Document

    addNote, addPessimisticLock, afterActionTaken, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, doActionTaken, doRouteLevelChange, doRouteStatusChange, generateSaveEvents, getActionRequests, getAdHocRouteNodeName, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAllowsCopy, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentHeader, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearingMethodNames, getLockClearningMethodNames, getNote, getNotes, getNoteTarget, getNoteType, getPessimisticLocks, getSuperUserAnnotation, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, populateDocumentForRouting, postProcessSave, prepareForSave, prepareForSave, processAfterRetrieve, refreshPessimisticLocks, removeNote, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentHeader, setDocumentNumber, setNotes, setSuperUserAnnotation, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization

    Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique

    getObjectId

    Methods inherited from interface org.kuali.rice.krad.maintenance.MaintenanceDocument

    getDocumentDataObject, getXmlDocumentContents, isDisplayTopicFieldInNotes, isEdit, isFieldsClearedOnCopy, isNew, isNewWithExisting, isOldDataObjectInDocument, populateMaintainablesFromXmlDocumentContents, populateXmlDocumentContentsFromMaintainables, setDisplayTopicFieldInNotes, setFieldsClearedOnCopy, setNewMaintainableObject, setOldMaintainableObject, setXmlDocumentContents
  • Method Details

    • getNewMaintainableObject

      Maintainable getNewMaintainableObject()
      Deprecated.
      Specified by:
      getNewMaintainableObject in interface org.kuali.rice.krad.maintenance.MaintenanceDocument
      Returns:
      Maintainable which holds the new maintenance record
    • getOldMaintainableObject

      Maintainable getOldMaintainableObject()
      Deprecated.
      Specified by:
      getOldMaintainableObject in interface org.kuali.rice.krad.maintenance.MaintenanceDocument
      Returns:
      Maintainable which holds the old maintenance record
    • getDocumentBusinessObject

      Object getDocumentBusinessObject()
      Deprecated.
      Returns a reference to the PersistableBusinessObject that this MaintenanceDocument is maintaining.
    • isOldBusinessObjectInDocument

      boolean isOldBusinessObjectInDocument()
      Deprecated.
      Returns:
      boolean - indicates whether this is an edit or new maintenace document by the existence of an old maintainable