|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OriginEntryFull in org.kuali.kfs.gl.batch |
---|
Methods in org.kuali.kfs.gl.batch that return OriginEntryFull | |
---|---|
protected OriginEntryFull |
CollectorFlatFileInputType.createOriginEntry(String fileLine,
Date curDate,
UniversityDate universityDate,
int lineNumber,
org.kuali.rice.kns.util.MessageMap messageMap)
|
OriginEntryFull |
NominalActivityClosingHelper.generateActivityEntry(Balance balance,
Integer sequenceNumber)
Generates an origin entry that will summarize close out of nominal items (income and expense) |
OriginEntryFull |
BalanceForwardRuleHelper.generateCumulativeForwardOriginEntry(Balance balance)
This method generates an origin entry for a given cumulative balance forward balance |
OriginEntryFull |
BalanceForwardRuleHelper.generateGeneralForwardOriginEntry(Balance balance)
Creates an origin entry that will forward this "general" balance |
OriginEntryFull |
NominalActivityClosingHelper.generateOffset(Balance balance,
Integer sequenceNumber)
Genereates an origin entry to update a fund balance as a result of closing income and expense |
Methods in org.kuali.kfs.gl.batch that return types with arguments of type OriginEntryFull | |
---|---|
List<OriginEntryFull> |
CollectorBatch.getOriginEntries()
Gets the originEntries attribute. |
Methods in org.kuali.kfs.gl.batch with parameters of type OriginEntryFull | |
---|---|
void |
CollectorBatch.addOriginEntry(OriginEntryFull orginEntry)
Adds a processed origin entry to the list. |
Method parameters in org.kuali.kfs.gl.batch with type arguments of type OriginEntryFull | |
---|---|
void |
CollectorBatch.setOriginEntries(List<OriginEntryFull> batchOriginEntry)
Sets the originEntries attribute value. |
Uses of OriginEntryFull in org.kuali.kfs.gl.batch.dataaccess |
---|
Method parameters in org.kuali.kfs.gl.batch.dataaccess with type arguments of type OriginEntryFull | |
---|---|
List<String> |
ReconciliationDao.convertDBColumnNamesToJavaName(Class<? extends OriginEntryFull> clazz,
String[] columnNames,
boolean caseInsensitive)
Converts a list of DB column names to a list of java attribute names. |
Uses of OriginEntryFull in org.kuali.kfs.gl.batch.dataaccess.impl |
---|
Methods in org.kuali.kfs.gl.batch.dataaccess.impl with type parameters of type OriginEntryFull | ||
---|---|---|
protected
|
ReconciliationDaoOjb.getClassDescriptor(Class<E> persistableClass)
Returns the OJB class descriptor |
Method parameters in org.kuali.kfs.gl.batch.dataaccess.impl with type arguments of type OriginEntryFull | |
---|---|
List<String> |
ReconciliationDaoOjb.convertDBColumnNamesToJavaName(Class<? extends OriginEntryFull> clazz,
String[] columnNames,
boolean caseInsensitive)
Converts a list of DB column names to a list of java attribute names. |
Uses of OriginEntryFull in org.kuali.kfs.gl.batch.service |
---|
Methods in org.kuali.kfs.gl.batch.service that return types with arguments of type OriginEntryFull | |
---|---|
List<OriginEntryFull> |
OrganizationReversionProcess.generateOutputOriginEntries()
This method determines which origin entries (reversion, cash reversion, or carry forward) need to be generated for the current unit of work, and then delegates to the origin entry generation methods to create those entries |
List<OriginEntryFull> |
OrganizationReversionProcess.getGeneratedOriginEntries()
Gets the generatedOriginEntries attribute. |
Methods in org.kuali.kfs.gl.batch.service with parameters of type OriginEntryFull | |
---|---|
void |
ScrubberProcess.setCostShareObjectCode(OriginEntryFull costShareEntry,
OriginEntryInformation originEntry)
Sets the proper cost share object code in an entry and its offset |
boolean |
EncumbranceClosingOriginEntryGenerationService.shouldForwardCostShareForEncumbrance(OriginEntryFull entry,
OriginEntryFull offset,
Encumbrance encumbrance,
String objectTypeCode)
Do some validation and make sure that the encumbrance A21SubAccount is a cost share sub-account. |
Method parameters in org.kuali.kfs.gl.batch.service with type arguments of type OriginEntryFull | |
---|---|
void |
OrganizationReversionProcess.generateCarryForwards(List<OriginEntryFull> originEntriesToWrite)
If carry forwards need to be generated for this unit of work, this method will generate the origin entries to accomplish those object codes. |
void |
OrganizationReversionProcess.generateCashReversions(List<OriginEntryFull> originEntriesToWrite)
This method generates cash reversion origin entries for the current organization reversion, and adds them to the given list |
void |
OrganizationReversionProcess.generateMany(List<OriginEntryFull> originEntriesToWrite)
Generates carry forward origin entries on a category by category basis (if the organization reversion record asks for that), assuming carry forwards are required for the current unit of work |
void |
OrganizationReversionProcess.generateReversions(List<OriginEntryFull> originEntriesToWrite)
If reversions are necessary, this will generate the origin entries for those reversions |
void |
ReconciliationService.reconcile(Iterator<OriginEntryFull> entries,
ReconciliationBlock reconBlock,
List<Message> errorMessages)
Performs the reconciliation on origin entries using the data from the ReconciliationBlock parameter |
Uses of OriginEntryFull in org.kuali.kfs.gl.batch.service.impl |
---|
Fields in org.kuali.kfs.gl.batch.service.impl declared as OriginEntryFull | |
---|---|
protected OriginEntryFull |
OriginEntryFileIterator.nextEntry
|
Methods in org.kuali.kfs.gl.batch.service.impl that return OriginEntryFull | |
---|---|
OriginEntryFull |
OriginEntryOffsetPair.getEntry()
|
protected OriginEntryFull |
OrganizationReversionProcessImpl.getEntry()
This method starts the creation of an origin entry, by setting fields that are the same in every Org Rev origin entries |
OriginEntryFull |
OriginEntryOffsetPair.getOffset()
|
OriginEntryFull |
OriginEntryFileIterator.next()
|
OriginEntryFull |
DocumentGroupData.populateDocumentGroupDataFieldsInOriginEntry()
This returns an origin entry with document number, document type code, origination code set from this DocumentGroupData's document number, document type code, and origination code |
Methods in org.kuali.kfs.gl.batch.service.impl that return types with arguments of type OriginEntryFull | |
---|---|
List<OriginEntryFull> |
OrganizationReversionProcessImpl.generateOutputOriginEntries()
This method determines which origin entries (reversion, cash reversion, or carry forward) need to be generated for the current unit of work, and then delegates to the origin entry generation methods to create those entries |
List<OriginEntryFull> |
OrganizationReversionProcessImpl.getGeneratedOriginEntries()
Gets the generatedOriginEntries attribute. |
protected Class<? extends OriginEntryFull> |
ReconciliationServiceImpl.getOriginEntryClass()
Gets the originEntryClass attribute. |
Methods in org.kuali.kfs.gl.batch.service.impl with parameters of type OriginEntryFull | |
---|---|
boolean |
FilteringOriginEntryFileIterator.OriginEntryFilter.accept(OriginEntryFull originEntry)
|
void |
OriginEntryTotals.addToTotals(OriginEntryFull originEntry)
This method adds amount from origin entry and increments number totals for the appropriate type (i.e. |
protected String |
CollectorHelperServiceImpl.generateOriginEntryMatchingKey(OriginEntryFull entry,
String delimiter)
Generates a String representation of the OriginEntryFull's primary key |
protected void |
ScrubberProcessImpl.plantFundAccountLookup(OriginEntryInformation scrubbedEntry,
OriginEntryFull liabilityEntry)
Updates the entries with the proper chart and account for the plant fund |
void |
ScrubberProcessImpl.setCostShareObjectCode(OriginEntryFull costShareEntry,
OriginEntryInformation originEntry)
Sets the proper cost share object code in an entry and its offset |
void |
OriginEntryOffsetPair.setEntry(OriginEntryFull entry)
|
void |
OriginEntryOffsetPair.setOffset(OriginEntryFull offset)
|
boolean |
EncumbranceClosingOriginEntryGenerationServiceImpl.shouldForwardCostShareForEncumbrance(OriginEntryFull entry,
OriginEntryFull offset,
Encumbrance encumbrance,
String objectTypeCode)
Do some validation and make sure that the encumbrance A21SubAccount is a cost share sub-account. |
Method parameters in org.kuali.kfs.gl.batch.service.impl with type arguments of type OriginEntryFull | |
---|---|
void |
OriginEntryTotals.addToTotals(Iterator<OriginEntryFull> entries)
This method adds amount from origin entries and increments number totals for the appropriate type (i.e. |
void |
OrganizationReversionProcessImpl.generateCarryForwards(List<OriginEntryFull> originEntriesToWrite)
If carry forwards need to be generated for this unit of work, this method will generate the origin entries to accomplish those object codes. |
void |
OrganizationReversionProcessImpl.generateCashReversions(List<OriginEntryFull> originEntriesToWrite)
This method generates cash reversion origin entries for the current organization reversion, and adds them to the given list |
void |
OrganizationReversionProcessImpl.generateMany(List<OriginEntryFull> originEntriesToWrite)
Generates carry forward origin entries on a category by category basis (if the organization reversion record asks for that), assuming carry forwards are required for the current unit of work |
void |
OrganizationReversionProcessImpl.generateReversions(List<OriginEntryFull> originEntriesToWrite)
If reversions are necessary, this will generate the origin entries for those reversions |
void |
ReconciliationServiceImpl.reconcile(Iterator<OriginEntryFull> entries,
ReconciliationBlock reconBlock,
List<Message> errorMessages)
Performs the reconciliation on origin entries using the data from the ReconciliationBlock parameter |
void |
ReconciliationServiceImpl.setOriginEntryClass(Class<? extends OriginEntryFull> originEntryClass)
Sets the originEntryClass attribute value. |
protected void |
OrganizationReversionProcessImpl.summarizeOriginEntries(List<OriginEntryFull> originEntries)
Summarizes the given origin entries to the ledger report |
protected int |
OrganizationReversionProcessImpl.writeOriginEntries(List<OriginEntryFull> originEntriesToWrite)
This method writes a list of OriginEntryFulls to a given origin entry group |
Uses of OriginEntryFull in org.kuali.kfs.gl.businessobject |
---|
Methods in org.kuali.kfs.gl.businessobject that return OriginEntryFull | |
---|---|
static OriginEntryFull |
OriginEntryFull.copyFromOriginEntryable(OriginEntryInformation oe)
|
Methods in org.kuali.kfs.gl.businessobject with parameters of type OriginEntryFull | |
---|---|
boolean |
AccountBalanceHistory.addAmount(OriginEntryFull originEntryFull)
Updates amount if the object already existed |
Uses of OriginEntryFull in org.kuali.kfs.gl.dataaccess |
---|
Methods in org.kuali.kfs.gl.dataaccess that return OriginEntryFull | |
---|---|
OriginEntryFull |
OriginEntryDao.getExactMatchingEntry(Integer entryId)
Finds an entry for the given entryId, or returns a newly created on |
Methods in org.kuali.kfs.gl.dataaccess that return types with arguments of type OriginEntryFull | |
---|---|
Iterator<OriginEntryFull> |
OriginEntryDao.getBadBalanceEntries(Collection groups)
Get bad balance entries; bad because a) they have invalid balance types, and b) because they revert the balances back to their stone age selves |
Collection<OriginEntryFull> |
OriginEntryDao.getMatchingEntriesByCollection(Map searchCriteria)
Collection of entries that match criteria |
Uses of OriginEntryFull in org.kuali.kfs.gl.dataaccess.impl |
---|
Methods in org.kuali.kfs.gl.dataaccess.impl that return OriginEntryFull | |
---|---|
OriginEntryFull |
OriginEntryDaoOjb.getExactMatchingEntry(Integer entryId)
Fetches an entry for the given entryId, or returns a newly created on |
Methods in org.kuali.kfs.gl.dataaccess.impl that return types with arguments of type OriginEntryFull | |
---|---|
Iterator<OriginEntryFull> |
OriginEntryDaoOjb.getBadBalanceEntries(Collection groups)
Get bad balance entries |
Iterator<OriginEntryFull> |
OriginEntryDaoOjb.getMatchingEntries(Map searchCriteria)
Iterator of entries that match criteria |
Collection<OriginEntryFull> |
OriginEntryDaoOjb.getMatchingEntriesByCollection(Map searchCriteria)
Collection of entries that match criteria |
Collection<OriginEntryFull> |
OriginEntryDaoOjb.testingGetAllEntries()
This method should only be used in unit tests. |
Uses of OriginEntryFull in org.kuali.kfs.gl.document |
---|
Methods in org.kuali.kfs.gl.document that return OriginEntryFull | |
---|---|
static OriginEntryFull |
CorrectionDocumentUtils.applyCriteriaToEntry(OriginEntryFull entry,
boolean matchCriteriaOnly,
List<CorrectionChangeGroup> changeCriteriaGroups)
Applies a list of change criteria groups to an origin entry. |
Methods in org.kuali.kfs.gl.document with parameters of type OriginEntryFull | |
---|---|
static OriginEntryFull |
CorrectionDocumentUtils.applyCriteriaToEntry(OriginEntryFull entry,
boolean matchCriteriaOnly,
List<CorrectionChangeGroup> changeCriteriaGroups)
Applies a list of change criteria groups to an origin entry. |
static boolean |
CorrectionDocumentUtils.doesEntryMatchAnyCriteriaGroups(OriginEntryFull entry,
Collection<CorrectionChangeGroup> groups)
Returns whether the entry matches any of the criteria groups |
static boolean |
CorrectionDocumentUtils.entryMatchesCriteria(CorrectionCriteria cc,
OriginEntryFull oe)
Returns whether an origin entry matches the passed in criteria. |
static boolean |
CorrectionDocumentUtils.isBudget(OriginEntryFull oe)
Returns whether the origin entry represents a budget |
static boolean |
CorrectionDocumentUtils.isCredit(OriginEntryFull oe)
Returns whether the origin entry represents a credit |
static boolean |
CorrectionDocumentUtils.isDebit(OriginEntryFull oe)
Returns whether the origin entry represents a debit |
static void |
CorrectionDocumentUtils.updateStatisticsWithEntry(OriginEntryFull entry,
OriginEntryStatistics statistics)
Given an instance of statistics, it adds information from the passed in entry to the statistics |
Method parameters in org.kuali.kfs.gl.document with type arguments of type OriginEntryFull | |
---|---|
static OriginEntryStatistics |
CorrectionDocumentUtils.getStatistics(Collection<OriginEntryFull> entries)
Computes the statistics (credit amount, debit amount, row count) of a collection of origin entries. |
static void |
CorrectionDocumentUtils.setAllEntryIdsToNull(Collection<OriginEntryFull> originEntries)
Sets all origin entries' entry IDs to null within the collection. |
static void |
CorrectionDocumentUtils.setSequentialEntryIds(Collection<OriginEntryFull> originEntries)
Sets all origin entries' entry IDs to be sequential starting from 0 in the collection |
Uses of OriginEntryFull in org.kuali.kfs.gl.document.service |
---|
Methods in org.kuali.kfs.gl.document.service that return types with arguments of type OriginEntryFull | |
---|---|
List<OriginEntryFull> |
CorrectionDocumentService.retrievePersistedInputOriginEntries(GeneralLedgerCorrectionProcessDocument document,
int abortThreshold)
Retrieves input origin entries that have been persisted for this document |
Iterator<OriginEntryFull> |
CorrectionDocumentService.retrievePersistedInputOriginEntriesAsIterator(GeneralLedgerCorrectionProcessDocument document)
Retrieves input origin entries that have been persisted for this document in an iterator. |
List<OriginEntryFull> |
CorrectionDocumentService.retrievePersistedOutputOriginEntries(GeneralLedgerCorrectionProcessDocument document,
int abortThreshold)
Retrieves output origin entries that have been persisted for this document |
Iterator<OriginEntryFull> |
CorrectionDocumentService.retrievePersistedOutputOriginEntriesAsIterator(GeneralLedgerCorrectionProcessDocument document)
Retrieves output origin entries that have been persisted for this document in an iterator. |
Method parameters in org.kuali.kfs.gl.document.service with type arguments of type OriginEntryFull | |
---|---|
void |
CorrectionDocumentService.persistInputOriginEntriesForInitiatedOrSavedDocument(GeneralLedgerCorrectionProcessDocument document,
Iterator<OriginEntryFull> entries)
This method persists an Iterator of input origin entries for a document that is in the initiated or saved state |
void |
CorrectionDocumentService.persistOutputOriginEntriesForInitiatedOrSavedDocument(GeneralLedgerCorrectionProcessDocument document,
Iterator<OriginEntryFull> entries)
This method persists an Iterator of input origin entries for a document that is in the initiated or saved state |
Uses of OriginEntryFull in org.kuali.kfs.gl.document.service.impl |
---|
Methods in org.kuali.kfs.gl.document.service.impl that return types with arguments of type OriginEntryFull | |
---|---|
List<OriginEntryFull> |
CorrectionDocumentServiceImpl.retrievePersistedInputOriginEntries(GeneralLedgerCorrectionProcessDocument document,
int abortThreshold)
retrieves input origin entries that have been persisted for this document |
Iterator<OriginEntryFull> |
CorrectionDocumentServiceImpl.retrievePersistedInputOriginEntriesAsIterator(GeneralLedgerCorrectionProcessDocument document)
Retrieves input origin entries that have been persisted for this document in an iterator. |
protected List<OriginEntryFull> |
CorrectionDocumentServiceImpl.retrievePersistedOriginEntries(String fullPathUniqueFileName,
int abortThreshold)
Reads a file of origin entries and returns a List of those entry records |
protected Iterator<OriginEntryFull> |
CorrectionDocumentServiceImpl.retrievePersistedOriginEntriesAsIterator(String fullPathUniqueFileName)
Reads origin entries from a file to an iterator |
List<OriginEntryFull> |
CorrectionDocumentServiceImpl.retrievePersistedOutputOriginEntries(GeneralLedgerCorrectionProcessDocument document,
int abortThreshold)
retrieves output origin entries that have been persisted for this document |
Iterator<OriginEntryFull> |
CorrectionDocumentServiceImpl.retrievePersistedOutputOriginEntriesAsIterator(GeneralLedgerCorrectionProcessDocument document)
Retrieves output origin entries that have been persisted for this document in an iterator. |
Method parameters in org.kuali.kfs.gl.document.service.impl with type arguments of type OriginEntryFull | |
---|---|
void |
CorrectionDocumentServiceImpl.persistInputOriginEntriesForInitiatedOrSavedDocument(GeneralLedgerCorrectionProcessDocument document,
Iterator<OriginEntryFull> entries)
This method persists an Iterator of input origin entries for a document that is in the initiated or saved state |
protected void |
CorrectionDocumentServiceImpl.persistOriginEntries(String fullPathUniqueFileName,
Iterator<OriginEntryFull> entries)
Saves an interator of Origin Entry records to the given file name |
void |
CorrectionDocumentServiceImpl.persistOutputOriginEntriesForInitiatedOrSavedDocument(GeneralLedgerCorrectionProcessDocument document,
Iterator<OriginEntryFull> entries)
This method persists an Iterator of output origin entries for a document that is in the initiated or saved state |
Uses of OriginEntryFull in org.kuali.kfs.gl.document.web |
---|
Methods in org.kuali.kfs.gl.document.web that return types with arguments of type OriginEntryFull | |
---|---|
List<OriginEntryFull> |
CorrectionDocumentEntryMetadata.getAllEntries()
|
Uses of OriginEntryFull in org.kuali.kfs.gl.document.web.struts |
---|
Fields in org.kuali.kfs.gl.document.web.struts declared as OriginEntryFull | |
---|---|
protected OriginEntryFull |
CorrectionForm.entryForManualEdit
|
Fields in org.kuali.kfs.gl.document.web.struts with type parameters of type OriginEntryFull | |
---|---|
protected List<OriginEntryFull> |
CorrectionForm.allEntries
|
protected List<OriginEntryFull> |
CorrectionForm.displayEntries
|
Methods in org.kuali.kfs.gl.document.web.struts that return OriginEntryFull | |
---|---|
OriginEntryFull |
CorrectionForm.getEntryForManualEdit()
|
Methods in org.kuali.kfs.gl.document.web.struts that return types with arguments of type OriginEntryFull | |
---|---|
List<OriginEntryFull> |
CorrectionForm.getAllEntries()
|
List<OriginEntryFull> |
CorrectionForm.getDisplayEntries()
|
Methods in org.kuali.kfs.gl.document.web.struts with parameters of type OriginEntryFull | |
---|---|
void |
CorrectionForm.setEntryForManualEdit(OriginEntryFull entryForManualEdit)
|
Method parameters in org.kuali.kfs.gl.document.web.struts with type arguments of type OriginEntryFull | |
---|---|
protected void |
CorrectionAction.applyCriteriaOnEntries(Collection<OriginEntryFull> entries,
boolean matchCriteriaOnly,
List<CorrectionChangeGroup> changeCriteriaGroups)
For criteria based edits, this method will generate the output group |
protected int |
CorrectionAction.getMaxEntryId(List<OriginEntryFull> entryList)
|
protected void |
CorrectionAction.loadAllEntries(List<OriginEntryFull> searchResults,
CorrectionForm correctionForm)
|
protected void |
CorrectionAction.removeNonMatchingEntries(Collection<OriginEntryFull> entries,
Collection<CorrectionChangeGroup> groups)
|
void |
CorrectionForm.setAllEntries(List<OriginEntryFull> allEntriesForManualEdit)
|
void |
CorrectionForm.setDisplayEntries(List<OriginEntryFull> displayEntries)
|
protected void |
CorrectionAction.sortList(List<OriginEntryFull> list,
String propertyToSortName,
Comparator valueComparator,
boolean sortDescending)
|
protected void |
CorrectionAction.updateDocumentSummary(GeneralLedgerCorrectionProcessDocument document,
List<OriginEntryFull> entries,
boolean clearOutSummary)
This method updates the summary information contained within each document depending on the document status, editing method, whether only the rows matching criteria are shown, and whether the output is being shown If the form is in restricted functionality mode (and the override param is not set to true), then the summaries will be cleared out |
Uses of OriginEntryFull in org.kuali.kfs.gl.service |
---|
Methods in org.kuali.kfs.gl.service that return types with arguments of type OriginEntryFull | |
---|---|
List<OriginEntryFull> |
GlCorrectionProcessOriginEntryService.retrieveAllEntries(String glcpSearchResuiltsSequenceNumber)
Retrieves the origin entries stored under the given sequence number |
Methods in org.kuali.kfs.gl.service with parameters of type OriginEntryFull | |
---|---|
void |
OriginEntryService.createEntry(OriginEntryFull originEntry,
PrintStream ps)
|
Method parameters in org.kuali.kfs.gl.service with type arguments of type OriginEntryFull | |
---|---|
void |
OriginEntryService.flatFile(Iterator<OriginEntryFull> entries,
BufferedOutputStream bw)
writes out a list of origin entries to an output stream. |
Map |
OriginEntryService.getEntriesByBufferedReader(BufferedReader inputBufferedReader,
List<OriginEntryFull> originEntryList)
|
Map |
OriginEntryService.getEntriesByGroupIdWithPath(String fileNameWithPath,
List<OriginEntryFull> originEntryList)
|
void |
GlCorrectionProcessOriginEntryService.persistAllEntries(String glcpSearchResuiltsSequenceNumber,
List<OriginEntryFull> allEntries)
Persists the origin entries under a given sequence number. |
Uses of OriginEntryFull in org.kuali.kfs.gl.service.impl |
---|
Methods in org.kuali.kfs.gl.service.impl that return types with arguments of type OriginEntryFull | |
---|---|
List<OriginEntryFull> |
GlCorrectionProcessOriginEntryServiceImpl.retrieveAllEntries(String glcpSearchResuiltsSequenceNumber)
Retrieves the origin entries stored under the given sequence number |
Methods in org.kuali.kfs.gl.service.impl with parameters of type OriginEntryFull | |
---|---|
static OriginEntryKey |
OriginEntryKey.buildFromOriginEntry(OriginEntryFull entry)
|
void |
OriginEntryServiceImpl.createEntry(OriginEntryFull originEntry,
PrintStream ps)
|
void |
OriginEntryKey.setIntoOriginEntry(OriginEntryFull entry)
|
Method parameters in org.kuali.kfs.gl.service.impl with type arguments of type OriginEntryFull | |
---|---|
void |
OriginEntryServiceImpl.flatFile(Iterator<OriginEntryFull> entries,
BufferedOutputStream bw)
This method writes origin entries into a file format. |
Map |
OriginEntryServiceImpl.getEntriesByBufferedReader(BufferedReader inputBufferedReader,
List<OriginEntryFull> originEntryList)
|
Map |
OriginEntryServiceImpl.getEntriesByGroupIdWithPath(String fileNameWithPath,
List<OriginEntryFull> originEntryList)
|
void |
GlCorrectionProcessOriginEntryServiceImpl.persistAllEntries(String glcpSearchResuiltsSequenceNumber,
List<OriginEntryFull> allEntries)
Persists the origin entries under a given sequence number. |
Uses of OriginEntryFull in org.kuali.kfs.module.endow.batch.service.impl |
---|
Methods in org.kuali.kfs.module.endow.batch.service.impl that return OriginEntryFull | |
---|---|
protected OriginEntryFull |
GeneralLedgerInterfaceBatchProcessServiceImpl.createOriginEntryFull(GlInterfaceBatchProcessKemLine transactionArchive,
Date postedDate,
GLInterfaceBatchStatisticsReportDetailTableRow statisticsDataRow)
method to create origin entry and populate the fields |
Methods in org.kuali.kfs.module.endow.batch.service.impl with parameters of type OriginEntryFull | |
---|---|
protected boolean |
GeneralLedgerInterfaceBatchProcessServiceImpl.createGainLossEntry(OriginEntryFull oef,
GlInterfaceBatchProcessKemLine transactionArchive,
PrintStream OUTPUT_KEM_TO_GL_DATA_FILE_ps,
GLInterfaceBatchStatisticsReportDetailTableRow statisticsDataRow)
method to create a gain/loss record when document type = EAD... |
protected boolean |
GeneralLedgerInterfaceBatchProcessServiceImpl.createOffsetEntry(OriginEntryFull oef,
GlInterfaceBatchProcessKemLine transactionArchive,
PrintStream OUTPUT_KEM_TO_GL_DATA_FILE_ps,
GLInterfaceBatchStatisticsReportDetailTableRow statisticsDataRow)
method to create an offset record when document type is NON-CASH |
Uses of OriginEntryFull in org.kuali.kfs.module.ld.batch.service.impl |
---|
Methods in org.kuali.kfs.module.ld.batch.service.impl that return types with arguments of type OriginEntryFull | |
---|---|
protected Class<? extends OriginEntryFull> |
ReconciliationServiceImpl.getOriginEntryClass()
Gets the originEntryClass attribute. |
Methods in org.kuali.kfs.module.ld.batch.service.impl with parameters of type OriginEntryFull | |
---|---|
protected void |
ScrubberValidatorImpl.refreshOriginEntryReferences(OriginEntryFull originEntry)
This method is for refreshing References of Origin Entry |
Method parameters in org.kuali.kfs.module.ld.batch.service.impl with type arguments of type OriginEntryFull | |
---|---|
void |
ReconciliationServiceImpl.setOriginEntryClass(Class<? extends OriginEntryFull> originEntryClass)
Sets the originEntryClass attribute value. |
Uses of OriginEntryFull in org.kuali.kfs.module.ld.businessobject |
---|
Subclasses of OriginEntryFull in org.kuali.kfs.module.ld.businessobject | |
---|---|
class |
LaborGeneralLedgerEntry
Labor business object for Labor General ledger Entry |
class |
LaborOriginEntry
Labor business object for LaborOriginEntry. |
Uses of OriginEntryFull in org.kuali.kfs.module.ld.document.web.struts |
---|
Method parameters in org.kuali.kfs.module.ld.document.web.struts with type arguments of type OriginEntryFull | |
---|---|
protected void |
LaborCorrectionAction.removeNonMatchingEntries(Collection<OriginEntryFull> entries,
Collection<CorrectionChangeGroup> groups)
|
Uses of OriginEntryFull in org.kuali.kfs.module.ld.util |
---|
Methods in org.kuali.kfs.module.ld.util with parameters of type OriginEntryFull | |
---|---|
static boolean |
CorrectionDocumentUtils.doesLaborEntryMatchAnyCriteriaGroups(OriginEntryFull entry,
Collection<CorrectionChangeGroup> groups)
Returns whether the labor entry matches any of the criteria groups |
static boolean |
CorrectionDocumentUtils.laborEntryMatchesCriteria(CorrectionCriteria cc,
OriginEntryFull oe)
Returns whether an origin entry matches the passed in criteria. |
Uses of OriginEntryFull in org.kuali.kfs.pdp.businessobject |
---|
Methods in org.kuali.kfs.pdp.businessobject that return OriginEntryFull | |
---|---|
OriginEntryFull |
GlPendingTransaction.getOriginEntry()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |