public class AgendaEditorMaintenanceDocumentDummy extends Object implements MaintenanceDocument
| Modifier and Type | Field and Description |
|---|---|
protected Maintainable |
newMaintainableObject |
protected Maintainable |
oldMaintainableObject |
| Constructor and Description |
|---|
AgendaEditorMaintenanceDocumentDummy() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringprotected Maintainable oldMaintainableObject
protected Maintainable newMaintainableObject
public AgendaEditorMaintenanceDocumentDummy()
public String getXmlDocumentContents()
getXmlDocumentContents in interface MaintenanceDocumentpublic Maintainable getNewMaintainableObject()
getNewMaintainableObject in interface MaintenanceDocumentpublic Maintainable getOldMaintainableObject()
getOldMaintainableObject in interface MaintenanceDocumentpublic void setXmlDocumentContents(String documentContents)
setXmlDocumentContents in interface MaintenanceDocumentpublic void setNewMaintainableObject(Maintainable newMaintainableObject)
setNewMaintainableObject in interface MaintenanceDocumentpublic void setOldMaintainableObject(Maintainable oldMaintainableObject)
setOldMaintainableObject in interface MaintenanceDocumentpublic Object getDocumentDataObject()
getDocumentDataObject in interface MaintenanceDocumentpublic void populateXmlDocumentContentsFromMaintainables()
populateXmlDocumentContentsFromMaintainables in interface MaintenanceDocumentpublic void populateMaintainablesFromXmlDocumentContents()
populateMaintainablesFromXmlDocumentContents in interface MaintenanceDocumentpublic boolean isOldDataObjectInDocument()
isOldDataObjectInDocument in interface MaintenanceDocumentpublic boolean isNew()
isNew in interface MaintenanceDocumentpublic boolean isEdit()
isEdit in interface MaintenanceDocumentpublic boolean isNewWithExisting()
isNewWithExisting in interface MaintenanceDocumentpublic boolean isFieldsClearedOnCopy()
isFieldsClearedOnCopy in interface MaintenanceDocumentpublic void setFieldsClearedOnCopy(boolean keysClearedOnCopy)
setFieldsClearedOnCopy in interface MaintenanceDocumentpublic boolean isDisplayTopicFieldInNotes()
isDisplayTopicFieldInNotes in interface MaintenanceDocumentpublic void setDisplayTopicFieldInNotes(boolean displayTopicFieldInNotes)
setDisplayTopicFieldInNotes in interface MaintenanceDocumentpublic DocumentHeader getDocumentHeader()
getDocumentHeader in interface Documentpublic void setDocumentHeader(DocumentHeader documentHeader)
setDocumentHeader in interface Documentpublic String getDocumentNumber()
getDocumentNumber in interface Documentpublic void setDocumentNumber(String documentHeaderId)
setDocumentNumber in interface Documentpublic void populateDocumentForRouting()
populateDocumentForRouting in interface Documentpublic String serializeDocumentToXml()
serializeDocumentToXml in interface Documentpublic String getXmlForRouteReport()
getXmlForRouteReport in interface Documentpublic void doRouteLevelChange(DocumentRouteLevelChange levelChangeEvent)
doRouteLevelChange in interface Documentpublic void doActionTaken(ActionTakenEvent event)
doActionTaken in interface Documentpublic void afterActionTaken(ActionType performed, ActionTakenEvent event)
afterActionTaken in interface Documentpublic void afterWorkflowEngineProcess(boolean successfullyProcessed)
afterWorkflowEngineProcess in interface Documentpublic void beforeWorkflowEngineProcess()
beforeWorkflowEngineProcess in interface Documentpublic List<String> getWorkflowEngineDocumentIdsToLock()
getWorkflowEngineDocumentIdsToLock in interface Documentpublic String getDocumentTitle()
getDocumentTitle in interface Documentpublic List<AdHocRoutePerson> getAdHocRoutePersons()
getAdHocRoutePersons in interface Documentpublic List<AdHocRouteWorkgroup> getAdHocRouteWorkgroups()
getAdHocRouteWorkgroups in interface Documentpublic void setAdHocRoutePersons(List<AdHocRoutePerson> adHocRoutePersons)
setAdHocRoutePersons in interface Documentpublic void setAdHocRouteWorkgroups(List<AdHocRouteWorkgroup> adHocRouteWorkgroups)
setAdHocRouteWorkgroups in interface Documentpublic void prepareForSave()
prepareForSave in interface Documentpublic void validateBusinessRules(KualiDocumentEvent event)
validateBusinessRules in interface Documentpublic void prepareForSave(KualiDocumentEvent event)
prepareForSave in interface Documentpublic void postProcessSave(KualiDocumentEvent event)
postProcessSave in interface Documentpublic void processAfterRetrieve()
processAfterRetrieve in interface Documentpublic boolean getAllowsCopy()
getAllowsCopy in interface Documentpublic List<KualiDocumentEvent> generateSaveEvents()
generateSaveEvents in interface Documentpublic void doRouteStatusChange(DocumentRouteStatusChange statusChangeEvent)
doRouteStatusChange in interface Documentpublic NoteType getNoteType()
getNoteType in interface Documentpublic PersistableBusinessObject getNoteTarget()
getNoteTarget in interface Documentpublic boolean removeNote(Note note)
removeNote in interface Documentpublic List<PessimisticLock> getPessimisticLocks()
getPessimisticLocks in interface Documentpublic void refreshPessimisticLocks()
refreshPessimisticLocks in interface Documentpublic void addPessimisticLock(PessimisticLock lock)
addPessimisticLock in interface Documentpublic List<String> getLockClearningMethodNames()
getLockClearningMethodNames in interface Documentpublic String getBasePathToDocumentDuringSerialization()
getBasePathToDocumentDuringSerialization in interface Documentpublic PropertySerializabilityEvaluator getDocumentPropertySerizabilityEvaluator()
getDocumentPropertySerizabilityEvaluator in interface Documentpublic Object wrapDocumentWithMetadataForXmlSerialization()
wrapDocumentWithMetadataForXmlSerialization in interface Documentpublic boolean useCustomLockDescriptors()
useCustomLockDescriptors in interface Documentpublic String getCustomLockDescriptor(Person user)
getCustomLockDescriptor in interface Documentpublic void setVersionNumber(Long versionNumber)
setVersionNumber in interface PersistableBusinessObjectpublic void setObjectId(String objectId)
setObjectId in interface PersistableBusinessObjectpublic PersistableBusinessObjectExtension getExtension()
getExtension in interface PersistableBusinessObjectpublic void setExtension(PersistableBusinessObjectExtension extension)
setExtension in interface PersistableBusinessObjectpublic void refreshNonUpdateableReferences()
refreshNonUpdateableReferences in interface PersistableBusinessObjectpublic void refreshReferenceObject(String referenceObjectName)
refreshReferenceObject in interface PersistableBusinessObjectpublic List<Collection<PersistableBusinessObject>> buildListOfDeletionAwareLists()
buildListOfDeletionAwareLists in interface PersistableBusinessObjectpublic boolean isNewCollectionRecord()
isNewCollectionRecord in interface PersistableBusinessObjectpublic void setNewCollectionRecord(boolean isNewCollectionRecord)
setNewCollectionRecord in interface PersistableBusinessObjectpublic void linkEditableUserFields()
linkEditableUserFields in interface PersistableBusinessObjectpublic void refresh()
refresh in interface BusinessObjectpublic String getObjectId()
getObjectId in interface GloballyUniquepublic Long getVersionNumber()
getVersionNumber in interface VersionedCopyright © 2005–2016 The Kuali Foundation. All rights reserved.