org.kuali.rice.krms.impl.rule
Class AgendaEditorMaintenanceDocumentDummy
java.lang.Object
   org.kuali.rice.krms.impl.rule.AgendaEditorMaintenanceDocumentDummy
org.kuali.rice.krms.impl.rule.AgendaEditorMaintenanceDocumentDummy
- All Implemented Interfaces: 
- Serializable, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject, Document, MaintenanceDocument
- public class AgendaEditorMaintenanceDocumentDummy 
- extends Object- implements MaintenanceDocument
- See Also:
- Serialized Form
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
oldMaintainableObject
protected Maintainable oldMaintainableObject
newMaintainableObject
protected Maintainable newMaintainableObject
AgendaEditorMaintenanceDocumentDummy
public AgendaEditorMaintenanceDocumentDummy()
getXmlDocumentContents
public String getXmlDocumentContents()
- 
- Specified by:
- getXmlDocumentContentsin interface- MaintenanceDocument
 
- 
 
getNewMaintainableObject
public Maintainable getNewMaintainableObject()
- 
- Specified by:
- getNewMaintainableObjectin interface- MaintenanceDocument
 
- 
 
getOldMaintainableObject
public Maintainable getOldMaintainableObject()
- 
- Specified by:
- getOldMaintainableObjectin interface- MaintenanceDocument
 
- 
 
setXmlDocumentContents
public void setXmlDocumentContents(String documentContents)
- 
- Specified by:
- setXmlDocumentContentsin interface- MaintenanceDocument
 
- 
 
setNewMaintainableObject
public void setNewMaintainableObject(Maintainable newMaintainableObject)
- 
- Specified by:
- setNewMaintainableObjectin interface- MaintenanceDocument
 
- 
 
setOldMaintainableObject
public void setOldMaintainableObject(Maintainable oldMaintainableObject)
- 
- Specified by:
- setOldMaintainableObjectin interface- MaintenanceDocument
 
- 
 
getDocumentDataObject
public Object getDocumentDataObject()
- 
- Specified by:
- getDocumentDataObjectin interface- MaintenanceDocument
 
- 
 
populateXmlDocumentContentsFromMaintainables
public void populateXmlDocumentContentsFromMaintainables()
- 
- Specified by:
- populateXmlDocumentContentsFromMaintainablesin interface- MaintenanceDocument
 
- 
 
populateMaintainablesFromXmlDocumentContents
public void populateMaintainablesFromXmlDocumentContents()
- 
- Specified by:
- populateMaintainablesFromXmlDocumentContentsin interface- MaintenanceDocument
 
- 
 
isOldDataObjectInDocument
public boolean isOldDataObjectInDocument()
- 
- Specified by:
- isOldDataObjectInDocumentin interface- MaintenanceDocument
 
- 
 
isNew
public boolean isNew()
- 
- Specified by:
- isNewin interface- MaintenanceDocument
 
- 
 
isEdit
public boolean isEdit()
- 
- Specified by:
- isEditin interface- MaintenanceDocument
 
- 
 
isNewWithExisting
public boolean isNewWithExisting()
- 
- Specified by:
- isNewWithExistingin interface- MaintenanceDocument
 
- 
 
isFieldsClearedOnCopy
public boolean isFieldsClearedOnCopy()
- 
- Specified by:
- isFieldsClearedOnCopyin interface- MaintenanceDocument
 
- 
 
setFieldsClearedOnCopy
public void setFieldsClearedOnCopy(boolean keysClearedOnCopy)
- 
- Specified by:
- setFieldsClearedOnCopyin interface- MaintenanceDocument
 
- 
 
isDisplayTopicFieldInNotes
public boolean isDisplayTopicFieldInNotes()
- 
- Specified by:
- isDisplayTopicFieldInNotesin interface- MaintenanceDocument
 
- 
 
setDisplayTopicFieldInNotes
public void setDisplayTopicFieldInNotes(boolean displayTopicFieldInNotes)
- 
- Specified by:
- setDisplayTopicFieldInNotesin interface- MaintenanceDocument
 
- 
 
getDocumentHeader
public DocumentHeader getDocumentHeader()
- 
- Specified by:
- getDocumentHeaderin interface- Document
 
- 
 
setDocumentHeader
public void setDocumentHeader(DocumentHeader documentHeader)
- 
- Specified by:
- setDocumentHeaderin interface- Document
 
- 
 
getDocumentNumber
public String getDocumentNumber()
- 
- Specified by:
- getDocumentNumberin interface- Document
 
- 
 
setDocumentNumber
public void setDocumentNumber(String documentHeaderId)
- 
- Specified by:
- setDocumentNumberin interface- Document
 
- 
 
populateDocumentForRouting
public void populateDocumentForRouting()
- 
- Specified by:
- populateDocumentForRoutingin interface- Document
 
- 
 
serializeDocumentToXml
public String serializeDocumentToXml()
- 
- Specified by:
- serializeDocumentToXmlin interface- Document
 
- 
 
getXmlForRouteReport
public String getXmlForRouteReport()
- 
- Specified by:
- getXmlForRouteReportin interface- Document
 
- 
 
doRouteLevelChange
public void doRouteLevelChange(DocumentRouteLevelChange levelChangeEvent)
- 
- Specified by:
- doRouteLevelChangein interface- Document
 
- 
 
doActionTaken
public void doActionTaken(ActionTakenEvent event)
- 
- Specified by:
- doActionTakenin interface- Document
 
- 
 
afterActionTaken
public void afterActionTaken(ActionType performed,
                             ActionTakenEvent event)
- 
- Specified by:
- afterActionTakenin interface- Document
 
- 
 
afterWorkflowEngineProcess
public void afterWorkflowEngineProcess(boolean successfullyProcessed)
- 
- Specified by:
- afterWorkflowEngineProcessin interface- Document
 
- 
 
beforeWorkflowEngineProcess
public void beforeWorkflowEngineProcess()
- 
- Specified by:
- beforeWorkflowEngineProcessin interface- Document
 
- 
 
getWorkflowEngineDocumentIdsToLock
public List<String> getWorkflowEngineDocumentIdsToLock()
- 
- Specified by:
- getWorkflowEngineDocumentIdsToLockin interface- Document
 
- 
 
getDocumentTitle
public String getDocumentTitle()
- 
- Specified by:
- getDocumentTitlein interface- Document
 
- 
 
getAdHocRoutePersons
public List<AdHocRoutePerson> getAdHocRoutePersons()
- 
- Specified by:
- getAdHocRoutePersonsin interface- Document
 
- 
 
getAdHocRouteWorkgroups
public List<AdHocRouteWorkgroup> getAdHocRouteWorkgroups()
- 
- Specified by:
- getAdHocRouteWorkgroupsin interface- Document
 
- 
 
setAdHocRoutePersons
public void setAdHocRoutePersons(List<AdHocRoutePerson> adHocRoutePersons)
- 
- Specified by:
- setAdHocRoutePersonsin interface- Document
 
- 
 
setAdHocRouteWorkgroups
public void setAdHocRouteWorkgroups(List<AdHocRouteWorkgroup> adHocRouteWorkgroups)
- 
- Specified by:
- setAdHocRouteWorkgroupsin interface- Document
 
- 
 
prepareForSave
public void prepareForSave()
- 
- Specified by:
- prepareForSavein interface- Document
 
- 
 
validateBusinessRules
public void validateBusinessRules(KualiDocumentEvent event)
- 
- Specified by:
- validateBusinessRulesin interface- Document
 
- 
 
prepareForSave
public void prepareForSave(KualiDocumentEvent event)
- 
- Specified by:
- prepareForSavein interface- Document
 
- 
 
postProcessSave
public void postProcessSave(KualiDocumentEvent event)
- 
- Specified by:
- postProcessSavein interface- Document
 
- 
 
processAfterRetrieve
public void processAfterRetrieve()
- 
- Specified by:
- processAfterRetrievein interface- Document
 
- 
 
getAllowsCopy
public boolean getAllowsCopy()
- 
- Specified by:
- getAllowsCopyin interface- Document
 
- 
 
generateSaveEvents
public List<KualiDocumentEvent> generateSaveEvents()
- 
- Specified by:
- generateSaveEventsin interface- Document
 
- 
 
doRouteStatusChange
public void doRouteStatusChange(DocumentRouteStatusChange statusChangeEvent)
- 
- Specified by:
- doRouteStatusChangein interface- Document
 
- 
 
getNoteType
public NoteType getNoteType()
- 
- Specified by:
- getNoteTypein interface- Document
 
- 
 
getNoteTarget
public PersistableBusinessObject getNoteTarget()
- 
- Specified by:
- getNoteTargetin interface- Document
 
- 
 
addNote
public void addNote(Note note)
- 
- Specified by:
- addNotein interface- Document
 
- 
 
getNotes
public List<Note> getNotes()
- 
- Specified by:
- getNotesin interface- Document
 
- 
 
setNotes
public void setNotes(List<Note> notes)
- 
- Specified by:
- setNotesin interface- Document
 
- 
 
getNote
public Note getNote(int index)
- 
- Specified by:
- getNotein interface- Document
 
- 
 
removeNote
public boolean removeNote(Note note)
- 
- Specified by:
- removeNotein interface- Document
 
- 
 
getPessimisticLocks
public List<PessimisticLock> getPessimisticLocks()
- 
- Specified by:
- getPessimisticLocksin interface- Document
 
- 
 
refreshPessimisticLocks
public void refreshPessimisticLocks()
- 
- Specified by:
- refreshPessimisticLocksin interface- Document
 
- 
 
addPessimisticLock
public void addPessimisticLock(PessimisticLock lock)
- 
- Specified by:
- addPessimisticLockin interface- Document
 
- 
 
getLockClearningMethodNames
public List<String> getLockClearningMethodNames()
- 
- Specified by:
- getLockClearningMethodNamesin interface- Document
 
- 
 
getBasePathToDocumentDuringSerialization
public String getBasePathToDocumentDuringSerialization()
- 
- Specified by:
- getBasePathToDocumentDuringSerializationin interface- Document
 
- 
 
getDocumentPropertySerizabilityEvaluator
public PropertySerializabilityEvaluator getDocumentPropertySerizabilityEvaluator()
- 
- Specified by:
- getDocumentPropertySerizabilityEvaluatorin interface- Document
 
- 
 
wrapDocumentWithMetadataForXmlSerialization
public Object wrapDocumentWithMetadataForXmlSerialization()
- 
- Specified by:
- wrapDocumentWithMetadataForXmlSerializationin interface- Document
 
- 
 
useCustomLockDescriptors
public boolean useCustomLockDescriptors()
- 
- Specified by:
- useCustomLockDescriptorsin interface- Document
 
- 
 
getCustomLockDescriptor
public String getCustomLockDescriptor(Person user)
- 
- Specified by:
- getCustomLockDescriptorin interface- Document
 
- 
 
setVersionNumber
public void setVersionNumber(Long versionNumber)
- 
- Specified by:
- setVersionNumberin interface- PersistableBusinessObject
 
- 
 
setObjectId
public void setObjectId(String objectId)
- 
- Specified by:
- setObjectIdin interface- PersistableBusinessObject
 
- 
 
getExtension
public PersistableBusinessObjectExtension getExtension()
- 
- Specified by:
- getExtensionin interface- PersistableBusinessObject
 
- 
 
setExtension
public void setExtension(PersistableBusinessObjectExtension extension)
- 
- Specified by:
- setExtensionin interface- PersistableBusinessObject
 
- 
 
refreshNonUpdateableReferences
public void refreshNonUpdateableReferences()
- 
- Specified by:
- refreshNonUpdateableReferencesin interface- PersistableBusinessObject
 
- 
 
refreshReferenceObject
public void refreshReferenceObject(String referenceObjectName)
- 
- Specified by:
- refreshReferenceObjectin interface- PersistableBusinessObject
 
- 
 
buildListOfDeletionAwareLists
public List<Collection<PersistableBusinessObject>> buildListOfDeletionAwareLists()
- 
- Specified by:
- buildListOfDeletionAwareListsin interface- PersistableBusinessObject
 
- 
 
isNewCollectionRecord
public boolean isNewCollectionRecord()
- 
- Specified by:
- isNewCollectionRecordin interface- PersistableBusinessObject
 
- 
 
setNewCollectionRecord
public void setNewCollectionRecord(boolean isNewCollectionRecord)
- 
- Specified by:
- setNewCollectionRecordin interface- PersistableBusinessObject
 
- 
 
linkEditableUserFields
public void linkEditableUserFields()
- 
- Specified by:
- linkEditableUserFieldsin interface- PersistableBusinessObject
 
- 
 
refresh
public void refresh()
- 
- Specified by:
- refreshin interface- BusinessObject
 
- 
 
getObjectId
public String getObjectId()
- 
- Specified by:
- getObjectIdin interface- GloballyUnique
 
- 
 
getVersionNumber
public Long getVersionNumber()
- 
- Specified by:
- getVersionNumberin interface- Versioned
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.