public class CloseDocument extends FinancialSystemTransactionalDocumentBase
CloseBatchStep should be executed.| Modifier and Type | Field and Description |
|---|---|
protected Date |
closeOnOrBeforeDate |
protected Date |
userInitiatedCloseDate |
UPDATE_TOTAL_AMOUNT_IN_POST_PROCESSING_PARAMETER_NAME| Constructor and Description |
|---|
CloseDocument() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCloseOnOrBeforeDate()
Gets the date on which this instance should trigger the CloseBatchStep to close out {Proposal}s and {@link Award}s.
|
Date |
getUserInitiatedCloseDate()
The
CloseBatchStep will close out Proposals and Awards not yet closed and created before the date
returned from this method. |
void |
setCloseOnOrBeforeDate(Date closeOnOrBeforeDate)
Sets the date on which this instance should trigger the CloseBatchStep to close out {Proposal}s and {@link Award}s.
|
void |
setUserInitiatedCloseDate(Date userInitiatedCloseDate)
The
CloseBatchStep will close out Proposals and Awards not yet closed and created before the date
passed into this method. |
answerSplitNodeQuestion, doRouteLevelChange, doRouteStatusChange, getApplicationDocumentStatus, getBusinessObjectService, getFinancialSystemDocumentHeader, getFinancialSystemDocumentService, getParameterService, prepareForSave, processAfterRetrieve, setApplicationDocumentStatus, setDocumentHeader, toCopy, toErrorCorrection, updateAndSaveAppDocStatusgetAllowsCopy, isSessionDocumentaddCopyErrorDocumentNote, addNote, addPessimisticLock, afterActionTaken, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, createPropertySerializabilityEvaluator, doActionTaken, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAttachmentService, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentHeader, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getNonLockingActionTakenCodes, getNote, getNotes, getNoteService, getNoteTarget, getNoteType, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, logErrors, populateDocumentForRouting, postLoad, postProcessSave, prepareForSave, refresh, refreshIfEmpty, refreshPessimisticLocks, refreshReferenceObject, removeNote, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentNumber, setNewDocumentHeader, setNotes, setPessimisticLocks, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerializationafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refreshNonUpdateableReferences, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddNote, addPessimisticLock, afterActionTaken, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, doActionTaken, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAllowsCopy, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentHeader, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getNote, getNotes, getNoteTarget, getNoteType, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, populateDocumentForRouting, postProcessSave, prepareForSave, refreshPessimisticLocks, removeNote, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentNumber, setNotes, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerializationprotected Date userInitiatedCloseDate
protected Date closeOnOrBeforeDate
public CloseDocument()
public Date getUserInitiatedCloseDate()
CloseBatchStep will close out Proposals and Awards not yet closed and created before the date
returned from this method.public void setUserInitiatedCloseDate(Date userInitiatedCloseDate)
CloseBatchStep will close out Proposals and Awards not yet closed and created before the date
passed into this method.closeOnOrBeforeDate - the date to use for comparison. See method description.public Date getCloseOnOrBeforeDate()
public void setCloseOnOrBeforeDate(Date closeOnOrBeforeDate)
userInitiatedCloseDate - the date on which this instance should trigger the CloseBatchStep to close out
{Proposal}s and {@link Award}s.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.