public class AgendaEditorMaintenanceDocumentDummy extends Object implements MaintenanceDocument
| Modifier and Type | Field and Description | 
|---|---|
| protected Maintainable | newMaintainableObject | 
| protected Maintainable | oldMaintainableObject | 
| Constructor and Description | 
|---|
| AgendaEditorMaintenanceDocumentDummy() | 
protected 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(DocumentEvent event)
validateBusinessRules in interface Documentpublic void prepareForSave(DocumentEvent event)
prepareForSave in interface Documentpublic void postProcessSave(DocumentEvent event)
postProcessSave in interface Documentpublic void processAfterRetrieve()
processAfterRetrieve in interface Documentpublic boolean getAllowsCopy()
getAllowsCopy in interface Documentpublic List<DocumentEvent> 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<ActionRequest> getActionRequests()
getActionRequests in interface Documentpublic String getSuperUserAnnotation()
getSuperUserAnnotation in interface Documentpublic void setSuperUserAnnotation(String superUserAnnotation)
setSuperUserAnnotation 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> getLockClearingMethodNames()
getLockClearingMethodNames 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)
public void setObjectId(String objectId)
public PersistableBusinessObjectExtension getExtension()
public void setExtension(PersistableBusinessObjectExtension extension)
public void refreshNonUpdateableReferences()
public void refreshReferenceObject(String referenceObjectName)
public List<Collection<PersistableBusinessObject>> buildListOfDeletionAwareLists()
public boolean isNewCollectionRecord()
public void setNewCollectionRecord(boolean isNewCollectionRecord)
public void linkEditableUserFields()
public void refresh()
public String getObjectId()
getObjectId in interface GloballyUniquepublic Long getVersionNumber()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.