@Deprecated public class MaintenanceDocumentBase extends MaintenanceDocumentBase implements MaintenanceDocument
Modifier and Type | Field and Description |
---|---|
protected org.apache.struts.upload.FormFile |
fileAttachment
Deprecated.
|
attachment, attachmentCollectionName, attachmentListPropertyName, attachmentPropertyName, attachments, displayTopicFieldInNotes, fieldsClearedOnCopy, MAINTAINABLE_IMPL_CLASS, MAINTENANCE_ACTION_TAG_NAME, NEW_MAINTAINABLE_TAG_NAME, newMaintainableObject, NOTES_TAG_NAME, OLD_MAINTAINABLE_TAG_NAME, oldMaintainableObject, SUB_OBJECT_MATERIALIZATION_DEPTH, xmlDocumentContents
adHocRoutePersons, adHocRouteWorkgroups, documentHeader, documentNumber, notes, pessimisticLocks
extension, newCollectionRecord
objectId, versionNumber
Constructor and Description |
---|
MaintenanceDocumentBase()
Deprecated.
|
MaintenanceDocumentBase(String documentTypeName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected BusinessObjectSerializerService |
getBusinessObjectSerializerService()
Deprecated.
|
Object |
getDocumentBusinessObject()
Deprecated.
Returns a reference to the PersistableBusinessObject that this MaintenanceDocument is maintaining.
|
org.apache.struts.upload.FormFile |
getFileAttachment()
Deprecated.
|
Maintainable |
getNewMaintainableObject()
Deprecated.
Get the new maintainable object
|
Maintainable |
getOldMaintainableObject()
Deprecated.
Get the old maintainable object
|
boolean |
isOldBusinessObjectInDocument()
Deprecated.
Checks old maintainable bo has key values
|
void |
populateAttachmentBeforeSave()
Deprecated.
|
void |
populateAttachmentForBO()
Deprecated.
|
void |
populateAttachmentListForBO()
Deprecated.
|
void |
populateBoAttachmentListBeforeSave()
Deprecated.
|
void |
populateDocumentAttachment()
Deprecated.
|
void |
populateDocumentAttachmentList()
Deprecated.
|
void |
postProcessSave(DocumentEvent event)
Deprecated.
this needs to happen after the document itself is saved, to preserve consistency of the ver_nbr and in the case
of initial save, because this can't be saved until the document is saved initially
|
protected void |
refreshAttachment()
Deprecated.
The attachment BO is proxied in OJB.
|
protected void |
refreshAttachmentList()
Deprecated.
|
void |
setFileAttachment(org.apache.struts.upload.FormFile fileAttachment)
Deprecated.
|
checkAllowsRecordDeletion, checkDeletePermission, checkForLockingDocument, checkMaintenanceAction, deleteDocumentAttachment, deleteDocumentAttachmentList, doRouteStatusChange, getAllowsCopy, getAttachment, getAttachmentCollectionName, getAttachmentListPropertyName, getAttachmentPropertyName, getAttachments, getCustomLockDescriptor, getDataObjectFromXML, getDocumentDataObject, getDocumentDictionaryService, getDocumentPropertySerizabilityEvaluator, getDocumentService, getDocumentTitle, getMaintenanceAction, getMaintenanceDocumentService, getNoteTarget, getNoteType, getWorkflowEngineDocumentIdsToLock, getXmlDocumentContents, isDisplayTopicFieldInNotes, isEdit, isFieldsClearedOnCopy, isNew, isNewWithExisting, isOldDataObjectInDocument, isOldMaintainableInDocument, isSessionDocument, populateMaintainablesFromXmlDocumentContents, populateXmlDocumentContentsFromMaintainables, prepareForSave, prepareForSave, processAfterRetrieve, serializeDocumentToXml, setAttachment, setAttachmentCollectionName, setAttachmentListPropertyName, setAttachmentPropertyName, setAttachments, setDisplayTopicFieldInNotes, setDocumentNumber, setFieldsClearedOnCopy, setNewMaintainableObject, setOldMaintainableObject, setXmlDocumentContents, useCustomLockDescriptors, validateBusinessRules
addCopyErrorDocumentNote, addNote, addPessimisticLock, afterActionTaken, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, createPropertySerializabilityEvaluator, doActionTaken, doRouteLevelChange, generateSaveEvents, getActionRequests, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAttachmentService, getBasePathToDocumentDuringSerialization, getDocumentHeader, getDocumentNumber, getLockClearingMethodNames, getLockClearningMethodNames, getNonLockingActionTakenCodes, getNote, getNotes, getNoteService, getPessimisticLocks, getSuperUserAnnotation, getXmlForRouteReport, logErrors, populateDocumentForRouting, postLoad, postRemove, prePersist, refreshPessimisticLocks, refreshReferenceObject, removeNote, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentHeader, setNewDocumentHeader, setNotes, setPessimisticLocks, setSuperUserAnnotation, toCopy, wrapDocumentWithMetadataForXmlSerialization
buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, setExtension, setNewCollectionRecord
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDocumentDataObject, getXmlDocumentContents, isDisplayTopicFieldInNotes, isEdit, isFieldsClearedOnCopy, isNew, isNewWithExisting, isOldDataObjectInDocument, populateMaintainablesFromXmlDocumentContents, populateXmlDocumentContentsFromMaintainables, setDisplayTopicFieldInNotes, setFieldsClearedOnCopy, setNewMaintainableObject, setOldMaintainableObject, setXmlDocumentContents
addNote, addPessimisticLock, afterActionTaken, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, doActionTaken, doRouteLevelChange, doRouteStatusChange, generateSaveEvents, getActionRequests, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAllowsCopy, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentHeader, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearingMethodNames, getLockClearningMethodNames, getNote, getNotes, getNoteTarget, getNoteType, getPessimisticLocks, getSuperUserAnnotation, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, populateDocumentForRouting, prepareForSave, prepareForSave, processAfterRetrieve, refreshPessimisticLocks, removeNote, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentHeader, setDocumentNumber, setNotes, setSuperUserAnnotation, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization
getObjectId
protected transient org.apache.struts.upload.FormFile fileAttachment
public MaintenanceDocumentBase()
public MaintenanceDocumentBase(String documentTypeName)
public Object getDocumentBusinessObject()
MaintenanceDocument
public boolean isOldBusinessObjectInDocument()
public Maintainable getNewMaintainableObject()
MaintenanceDocument
getNewMaintainableObject
in interface MaintenanceDocument
getNewMaintainableObject
in class MaintenanceDocumentBase
MaintenanceDocument.getNewMaintainableObject()
public Maintainable getOldMaintainableObject()
MaintenanceDocument
getOldMaintainableObject
in interface MaintenanceDocument
getOldMaintainableObject
in class MaintenanceDocumentBase
MaintenanceDocument.getOldMaintainableObject()
public org.apache.struts.upload.FormFile getFileAttachment()
public void setFileAttachment(org.apache.struts.upload.FormFile fileAttachment)
protected void refreshAttachment()
refreshAttachment
in class MaintenanceDocumentBase
protected void refreshAttachmentList()
refreshAttachmentList
in class MaintenanceDocumentBase
public void populateDocumentAttachment()
populateDocumentAttachment
in class MaintenanceDocumentBase
public void populateAttachmentForBO()
populateAttachmentForBO
in class MaintenanceDocumentBase
public void populateAttachmentBeforeSave()
populateAttachmentBeforeSave
in class MaintenanceDocumentBase
public void populateBoAttachmentListBeforeSave()
populateBoAttachmentListBeforeSave
in class MaintenanceDocumentBase
public void populateAttachmentListForBO()
populateAttachmentListForBO
in class MaintenanceDocumentBase
public void populateDocumentAttachmentList()
populateDocumentAttachmentList
in class MaintenanceDocumentBase
protected BusinessObjectSerializerService getBusinessObjectSerializerService()
getBusinessObjectSerializerService
in class MaintenanceDocumentBase
public void postProcessSave(DocumentEvent event)
postProcessSave
in interface Document
postProcessSave
in class MaintenanceDocumentBase
event
- - indicates which document event was requestedDocumentBase.postProcessSave(org.kuali.rice.krad.rules.rule.event.DocumentEvent)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.