|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EndowmentAccountingLinesDocument
Method Summary | |
---|---|
void |
addSourceAccountingLine(SourceEndowmentAccountingLine line)
Adds a new Source accounting line. |
void |
addTargetAccountingLine(TargetEndowmentAccountingLine line)
Adds a new Target Accounting line. |
EndowmentAccountingLineParser |
getEndowmentAccountingLineParser()
|
Integer |
getNextSourceAccountingLineNumber()
Gets the nextSourceAccountingLineNumber. |
Integer |
getNextTargetAccountingLineNumber()
Gets the nextTargetAccountingLineNumber. |
SourceEndowmentAccountingLine |
getSourceAccountingLine(int index)
This method returns the accounting line at a particular spot in the overall list of accounting lines. |
Class |
getSourceAccountingLineClass()
|
List<SourceEndowmentAccountingLine> |
getSourceAccountingLines()
Gets the sourceAccountingLines. |
TargetEndowmentAccountingLine |
getTargetAccountingLine(int index)
This method retrieves the target accounting line at the specified index. |
Class |
getTargetAccountingLineClass()
|
List<TargetEndowmentAccountingLine> |
getTargetAccountingLines()
Gets the targetAccountingLines. |
void |
setNextSourceAccountingLineNumber(Integer nextSourceAccountingLineNumber)
Sets the nextSourceAccountingLineNumber. |
void |
setNextTargetAccountingLineNumber(Integer nextTargetAccountingLineNumber)
Sets the nextTargetAccountingLineNumber. |
void |
setSourceAccountingLines(List<SourceEndowmentAccountingLine> sourceAccountingLines)
Sets the sourceAccountingLines. |
void |
setTargetAccountingLines(List<TargetEndowmentAccountingLine> targetAccountingLines)
Sets the targetAccountingLines. |
Methods inherited from interface org.kuali.kfs.module.endow.document.EndowmentTransactionalDocument |
---|
getTransactionSourceTypeCode, getTransactionSubTypeCode, isErrorCorrectedDocument, isTransactionPosted, setNoRouteIndicator, setTransactionPosted, setTransactionSourceTypeCode, setTransactionSubTypeCode |
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 |
---|
Integer getNextSourceAccountingLineNumber()
void setNextSourceAccountingLineNumber(Integer nextSourceAccountingLineNumber)
nextSourceAccountingLineNumber
- Integer getNextTargetAccountingLineNumber()
void setNextTargetAccountingLineNumber(Integer nextTargetAccountingLineNumber)
nextTargetAccountingLineNumber
- List<SourceEndowmentAccountingLine> getSourceAccountingLines()
void setSourceAccountingLines(List<SourceEndowmentAccountingLine> sourceAccountingLines)
sourceAccountingLines
- List<TargetEndowmentAccountingLine> getTargetAccountingLines()
void setTargetAccountingLines(List<TargetEndowmentAccountingLine> targetAccountingLines)
targetAccountingLines
- void addSourceAccountingLine(SourceEndowmentAccountingLine line)
line
- void addTargetAccountingLine(TargetEndowmentAccountingLine line)
line
- SourceEndowmentAccountingLine getSourceAccountingLine(int index)
index
-
TargetEndowmentAccountingLine getTargetAccountingLine(int index)
index
-
EndowmentAccountingLineParser getEndowmentAccountingLineParser()
Class getSourceAccountingLineClass()
Class getTargetAccountingLineClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |