|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.kns.document.DocumentBase
org.kuali.rice.kns.document.MaintenanceDocumentBase
org.kuali.kfs.sys.document.FinancialSystemMaintenanceDocument
public class FinancialSystemMaintenanceDocument
This class is used by the system to use financial specific objects and data for maintenance documents
Field Summary | |
---|---|
protected FinancialSystemDocumentHeader |
documentHeader
|
protected static org.apache.log4j.Logger |
LOG
|
Fields inherited from class org.kuali.rice.kns.document.MaintenanceDocumentBase |
---|
attachment, attachmentPropertyName, displayTopicFieldInNotes, fieldsClearedOnCopy, fileAttachment, MAINTAINABLE_IMPL_CLASS, MAINTENANCE_ACTION_TAG_NAME, NEW_MAINTAINABLE_TAG_NAME, newMaintainableObject, OLD_MAINTAINABLE_TAG_NAME, oldMaintainableObject, xmlDocumentContents |
Fields inherited from class org.kuali.rice.kns.document.DocumentBase |
---|
documentBusinessObject, documentNumber |
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
FinancialSystemMaintenanceDocument()
Constructs a FinancialSystemMaintenanceDocument.java. |
|
FinancialSystemMaintenanceDocument(String documentTypeName)
Constructs a FinancialSystemMaintenanceDocument.java. |
Method Summary | |
---|---|
boolean |
answerSplitNodeQuestion(String nodeName)
|
void |
doRouteStatusChange(org.kuali.rice.kew.dto.DocumentRouteStatusChangeDTO statusChangeEvent)
This is the default implementation which checks for a different workflow statuses, and updates the Kuali status accordingly. |
FinancialSystemDocumentHeader |
getDocumentHeader()
|
String |
getInitiatorChartOfAccountsCode()
This method is used for routing and simply returns the initiator's Chart code. |
String |
getInitiatorOrganizationCode()
This method is used for routing and simply returns the initiator's Organization code. |
protected String[] |
getInitiatorPrimaryDepartmentCode()
This method is a utility method that returns a String array containing the document initiator's ChartCode in the first index and the OrganizationCode in the second. |
void |
processAfterRetrieve()
This is the default implementation which ensures that document note attachment references are loaded. |
void |
setDocumentHeader(org.kuali.rice.kns.bo.DocumentHeader documentHeader)
|
Methods inherited from class org.kuali.rice.kns.document.MaintenanceDocumentBase |
---|
afterDelete, afterLookup, beforeInsert, beforeUpdate, checkAllowsRecordDeletion, checkDeletePermission, checkForLockingDocument, checkMaintenanceAction, deleteDocumentAttachment, getAllowsCopy, getAttachment, getAttachmentPropertyName, getBusinessObjectFromXML, getCustomLockDescriptor, getDisplayTopicFieldInNotes, getDocumentBusinessObject, getDocumentHeaderService, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getFileAttachment, getMaintenanceAction, getMaintenanceDocumentDictionaryService, getMaintenanceDocumentService, getNewMaintainableObject, getOldMaintainableObject, getWorkflowEngineDocumentIdsToLock, getXmlDocumentContents, isEdit, isFieldsClearedOnCopy, isNew, isNewWithExisting, isOldBusinessObjectInDocument, isOldMaintainableInDocument, isSessionDocument, populateAttachmentForBO, populateDocumentAttachment, populateMaintainablesFromXmlDocumentContents, populateXmlDocumentContentsFromMaintainables, postProcessSave, prepareForSave, prepareForSave, refreshAttachment, serializeDocumentToXml, setAttachment, setAttachmentPropertyName, setDisplayTopicFieldInNotes, setDocumentNumber, setFieldsClearedOnCopy, setFileAttachment, setNewMaintainableObject, setOldMaintainableObject, setXmlDocumentContents, toStringMapper, useCustomLockDescriptors, validateBusinessRules |
Methods inherited from class org.kuali.rice.kns.document.DocumentBase |
---|
addCopyErrorDocumentNote, addPessimisticLock, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, createPropertySerializabilityEvaluator, doActionTaken, doRouteLevelChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getBasePathToDocumentDuringSerialization, getDocumentNumber, getLockClearningMethodNames, getNonLockingActionTakenCodes, getPessimisticLocks, getXmlForRouteReport, logErrors, populateDocumentForRouting, refresh, refreshIfEmpty, refreshPessimisticLocks, refreshReferenceObject, setAdHocRoutePersons, setAdHocRouteWorkgroups, setNewDocumentHeader, setPessimisticLocks, toCopy, toString, toStringBuilder, wrapDocumentWithMetadataForXmlSerialization |
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterInsert, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.document.Document |
---|
addPessimisticLock, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, doActionTaken, doRouteLevelChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getBasePathToDocumentDuringSerialization, getDocumentNumber, getLockClearningMethodNames, getPessimisticLocks, getXmlForRouteReport, populateDocumentForRouting, refreshPessimisticLocks, setAdHocRoutePersons, setAdHocRouteWorkgroups, wrapDocumentWithMetadataForXmlSerialization |
Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject |
---|
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow, refresh |
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware |
---|
afterInsert, afterUpdate, beforeDelete |
Field Detail |
---|
protected static final org.apache.log4j.Logger LOG
protected FinancialSystemDocumentHeader documentHeader
Constructor Detail |
---|
public FinancialSystemMaintenanceDocument()
public FinancialSystemMaintenanceDocument(String documentTypeName)
documentTypeName
- Method Detail |
---|
public FinancialSystemDocumentHeader getDocumentHeader()
getDocumentHeader
in interface org.kuali.rice.kns.document.Document
getDocumentHeader
in class org.kuali.rice.kns.document.DocumentBase
DocumentBase.getDocumentHeader()
public void setDocumentHeader(org.kuali.rice.kns.bo.DocumentHeader documentHeader)
setDocumentHeader
in interface org.kuali.rice.kns.document.Document
setDocumentHeader
in class org.kuali.rice.kns.document.DocumentBase
DocumentBase.setDocumentHeader(org.kuali.rice.kns.bo.DocumentHeader)
public void processAfterRetrieve()
processAfterRetrieve
in interface org.kuali.rice.kns.document.Document
processAfterRetrieve
in class org.kuali.rice.kns.document.MaintenanceDocumentBase
Document.processAfterRetrieve()
public void doRouteStatusChange(org.kuali.rice.kew.dto.DocumentRouteStatusChangeDTO statusChangeEvent)
doRouteStatusChange
in interface org.kuali.rice.kns.document.Document
doRouteStatusChange
in class org.kuali.rice.kns.document.MaintenanceDocumentBase
org.kuali.rice.kns.document.Document#doRouteStatusChange()
public boolean answerSplitNodeQuestion(String nodeName)
public String getInitiatorChartOfAccountsCode()
public String getInitiatorOrganizationCode()
protected String[] getInitiatorPrimaryDepartmentCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |