|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EndowmentTransactionalDocument
This defines methods common for all endowment transactional documents.
| Method Summary | |
|---|---|
String |
getTransactionSourceTypeCode()
Gets the transaction source type code |
String |
getTransactionSubTypeCode()
Gets the transaction sub-type code |
boolean |
isErrorCorrectedDocument()
This method return true if the document is error corrected. |
boolean |
isTransactionPosted()
Gets the transaction posted flag. |
void |
setNoRouteIndicator(boolean noRouteIndicator)
This is a hook into those batch processes that will generate eDocs should call this method to set the value of noRouteIndicator based on the value of NO_ROUTE_IND System parameter. |
void |
setTransactionPosted(boolean transactionPosted)
Sets the transaction posted flag. |
void |
setTransactionSourceTypeCode(String transactionSourceTypeCode)
Sets the transaction source type code |
void |
setTransactionSubTypeCode(String transactionSubTypeCode)
Sets the transaction sub-type code |
| Methods inherited from interface org.kuali.kfs.sys.document.FinancialSystemTransactionalDocument |
|---|
answerSplitNodeQuestion, getDocumentHeader |
| Methods inherited from interface org.kuali.rice.kns.document.Document |
|---|
addPessimisticLock, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, doActionTaken, doRouteLevelChange, doRouteStatusChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAllowsCopy, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentBusinessObject, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, populateDocumentForRouting, postProcessSave, prepareForSave, prepareForSave, processAfterRetrieve, refreshPessimisticLocks, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentHeader, setDocumentNumber, useCustomLockDescriptors, validateBusinessRules, 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 |
|---|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate |
| Method Detail |
|---|
String getTransactionSubTypeCode()
void setTransactionSubTypeCode(String transactionSubTypeCode)
transactionSubTypeCode - String getTransactionSourceTypeCode()
void setTransactionSourceTypeCode(String transactionSourceTypeCode)
transactionSourceTypeCode - boolean isTransactionPosted()
void setTransactionPosted(boolean transactionPosted)
transactionPosted - the value to be setboolean isErrorCorrectedDocument()
void setNoRouteIndicator(boolean noRouteIndicator)
noRouteIndicator - the value to be set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||