Uses of Class
org.kuali.kfs.module.ld.businessobject.LaborOriginEntry

Packages that use LaborOriginEntry
org.kuali.kfs.module.ld.batch.service   
org.kuali.kfs.module.ld.batch.service.impl   
org.kuali.kfs.module.ld.businessobject   
org.kuali.kfs.module.ld.dataaccess   
org.kuali.kfs.module.ld.dataaccess.impl   
org.kuali.kfs.module.ld.document.service   
org.kuali.kfs.module.ld.document.service.impl   
org.kuali.kfs.module.ld.document.web.struts   
org.kuali.kfs.module.ld.service   
org.kuali.kfs.module.ld.service.impl   
org.kuali.kfs.module.ld.util   
 

Uses of LaborOriginEntry in org.kuali.kfs.module.ld.batch.service
 

Method parameters in org.kuali.kfs.module.ld.batch.service with type arguments of type LaborOriginEntry
 void ReconciliationService.reconcile(Iterator<LaborOriginEntry> entries, ReconciliationBlock reconBlock, List<Message> errorMessages)
          Performs the reconciliation on origin entries using the data from the ReconciliationBlock parameter
 

Uses of LaborOriginEntry in org.kuali.kfs.module.ld.batch.service.impl
 

Methods in org.kuali.kfs.module.ld.batch.service.impl that return LaborOriginEntry
protected  LaborOriginEntry LaborPosterServiceImpl.summarizeLaborGLEntries(LaborOriginEntry laborOriginEntry, LaborLedgerUnitOfWork laborLedgerUnitOfWork, Date runDate, int lineNumber, Map<String,Integer> glEntryReportSummary)
          summary the valid origin entries for the General Ledger
 

Methods in org.kuali.kfs.module.ld.batch.service.impl with parameters of type LaborOriginEntry
protected  void LaborScrubberProcess.buildScrubbedEntry(LaborOriginEntry unscrubbedEntry, LaborOriginEntry scrubbedEntry)
           
protected  Message ScrubberValidatorImpl.checkAccountFringeIndicator(LaborOriginEntry laborOriginEntry, LaborOriginEntry laborWorkingEntry, Account account, UniversityDate universityRunDate, LaborAccountingCycleCachingService laborAccountingCycleCachingService)
          For fringe transaction types checks if the account accepts fringe benefits.
protected  boolean LaborScrubberProcess.checkEntry(LaborOriginEntry validEntry, LaborOriginEntry errorEntry, String documentTypeCode)
           
protected  Message ScrubberValidatorImpl.continuationAccountLogic(Account expiredClosedAccount, LaborOriginEntry laborOriginEntry, LaborOriginEntry laborWorkingEntry, UniversityDate universityRunDate)
          Loops through continuation accounts for 10 tries or until it finds an account that is not expired.
protected  void LaborScrubberProcess.createOutputEntry(LaborOriginEntry entry, PrintStream ps)
           
protected  String LaborScrubberProcess.getTransactionType(LaborOriginEntry transaction)
          Determine the type of the transaction by looking at attributes
protected  Message ScrubberValidatorImpl.handleExpiredClosedAccount(Account account, LaborOriginEntry laborOriginEntry, LaborOriginEntry laborWorkingEntry, UniversityDate universityRunDate)
          Checks the continuation account system indicator.
protected  List<Message> LaborPosterServiceImpl.isPostableForLaborGLEntry(LaborOriginEntry originEntry)
          determine if the given origin entry can be posted back to Labor GL entry
protected  String LaborPosterServiceImpl.postAsLedgerEntry(LaborOriginEntry originEntry, Date postDate)
          post the given entry to the labor entry table
protected  void LaborYearEndBalanceForwardServiceImpl.postAsOriginEntry(LedgerBalanceForYearEndBalanceForward balance, LaborOriginEntry originEntry, PrintStream balanceForwardsPs, Date postingDate)
          post the qualified balance into origin entry table for the further labor ledger processing
protected  boolean LaborPosterServiceImpl.postSingleEntryIntoLaborLedger(LaborOriginEntry originEntry, Map<String,Integer> reportSummary, Date runDate, String line)
          post the given entry into the labor ledger tables if the entry is qualified; otherwise report error
protected  LaborOriginEntry LaborPosterServiceImpl.summarizeLaborGLEntries(LaborOriginEntry laborOriginEntry, LaborLedgerUnitOfWork laborLedgerUnitOfWork, Date runDate, int lineNumber, Map<String,Integer> glEntryReportSummary)
          summary the valid origin entries for the General Ledger
protected  String LaborPosterServiceImpl.updateLedgerBalance(LaborOriginEntry originEntry, Date postDate)
          update the labor ledger balance for the given entry
protected  Message ScrubberValidatorImpl.useSuspenseAccount(LaborOriginEntry workingEntry)
          This method changes account to suspenseAccount
protected  Message ScrubberValidatorImpl.validateAccount(LaborOriginEntry laborOriginEntry, LaborOriginEntry laborWorkingEntry, UniversityDate universityRunDate, LaborAccountingCycleCachingService laborAccountingCycleCachingService)
          Performs Account Validation.
protected  List<Message> LaborPosterServiceImpl.validateEntry(LaborOriginEntry originEntry)
          validate the given entry, and generate an error list if the entry cannot meet the business rules
protected  Message ScrubberValidatorImpl.validatePayrollEndFiscalPeriodCode(LaborOriginEntry laborOriginEntry, LaborOriginEntry laborWorkingEntry, UniversityDate universityRunDate, LaborAccountingCycleCachingService laborAccountingCycleCachingService)
          This method is for validation of PayrollEndFiscalPeriodCode
protected  Message ScrubberValidatorImpl.validatePayrollEndFiscalYear(LaborOriginEntry laborOriginEntry, LaborOriginEntry laborWorkingEntry, UniversityDate universityRunDate, LaborAccountingCycleCachingService laborAccountingCycleCachingService)
          This method is for validation of payrollEndFiscalYear
protected  Message ScrubberValidatorImpl.validateSubAccount(LaborOriginEntry originEntry, LaborOriginEntry workingEntry, LaborAccountingCycleCachingService laborAccountingCycleCachingService)
          Validates the sub account of the origin entry
protected  void LaborPosterServiceImpl.writeLaborGLEntry(LaborOriginEntry laborOriginEntry, LaborLedgerUnitOfWork laborLedgerUnitOfWork, Date runDate, int lineNumber, Map<String,Integer> glEntryReportSummary)
           
 

Method parameters in org.kuali.kfs.module.ld.batch.service.impl with type arguments of type LaborOriginEntry
 void ReconciliationServiceImpl.reconcile(Iterator<LaborOriginEntry> entries, ReconciliationBlock reconBlock, List<Message> errorMessages)
          Performs the reconciliation on origin entries using the data from the ReconciliationBlock parameter
 

Uses of LaborOriginEntry in org.kuali.kfs.module.ld.businessobject
 

Constructors in org.kuali.kfs.module.ld.businessobject with parameters of type LaborOriginEntry
LaborBalanceHistory(LaborOriginEntry laborOriginEntry)
          Constructs a LedgerBalance.java.
LaborEntryHistory(LaborOriginEntry laborOriginEntry)
          Constructs a LedgerBalance.java.
 

Uses of LaborOriginEntry in org.kuali.kfs.module.ld.dataaccess
 

Methods in org.kuali.kfs.module.ld.dataaccess that return types with arguments of type LaborOriginEntry
 Iterator<LaborOriginEntry> LaborOriginEntryDao.getEntriesByGroups(Collection<OriginEntryGroup> groups)
          Get origin entries that belong to the given groups
 Collection<LaborOriginEntry> LaborOriginEntryDao.getEntryCollectionByGroup(OriginEntryGroup group)
          Return a collection to all the entries in the given group
 Iterator<LaborOriginEntry> LaborOriginEntryDao.getLaborEntriesByGroup(OriginEntryGroup oeg, int sort)
          Return an iterator to all the entries in a group
 Collection<LaborOriginEntry> LaborOriginEntryDao.testingLaborGetAllEntries()
          This method should only be used in unit tests.
 

Uses of LaborOriginEntry in org.kuali.kfs.module.ld.dataaccess.impl
 

Methods in org.kuali.kfs.module.ld.dataaccess.impl that return types with arguments of type LaborOriginEntry
 Iterator<LaborOriginEntry> LaborOriginEntryDaoOjb.getEntriesByGroups(Collection<OriginEntryGroup> groups)
           
 Collection<LaborOriginEntry> LaborOriginEntryDaoOjb.getEntryCollectionByGroup(OriginEntryGroup group)
           
 Iterator<LaborOriginEntry> LaborOriginEntryDaoOjb.getLaborEntriesByGroup(OriginEntryGroup oeg, int sort)
           
 Collection<LaborOriginEntry> LaborOriginEntryDaoOjb.testingLaborGetAllEntries()
           
 

Methods in org.kuali.kfs.module.ld.dataaccess.impl with parameters of type LaborOriginEntry
 void LaborOriginEntryDaoOjb.saveOriginEntry(LaborOriginEntry entry)
          Deprecated. 
 

Uses of LaborOriginEntry in org.kuali.kfs.module.ld.document.service
 

Methods in org.kuali.kfs.module.ld.document.service that return types with arguments of type LaborOriginEntry
 List<LaborOriginEntry> LaborCorrectionDocumentService.retrievePersistedInputOriginEntries(LaborCorrectionDocument document, int abortThreshold)
          Retrieves input origin entries that have been persisted for this document
 Iterator<LaborOriginEntry> LaborCorrectionDocumentService.retrievePersistedInputOriginEntriesAsIterator(LaborCorrectionDocument document)
          Retrieves input origin entries that have been persisted for this document in an iterator.
 List<LaborOriginEntry> LaborCorrectionDocumentService.retrievePersistedOutputOriginEntries(LaborCorrectionDocument document, int abortThreshold)
          Retrieves output origin entries that have been persisted for this document
 Iterator<LaborOriginEntry> LaborCorrectionDocumentService.retrievePersistedOutputOriginEntriesAsIterator(LaborCorrectionDocument document)
          Retrieves output origin entries that have been persisted for this document in an iterator.
 

Method parameters in org.kuali.kfs.module.ld.document.service with type arguments of type LaborOriginEntry
 void LaborCorrectionDocumentService.persistInputOriginEntriesForInitiatedOrSavedDocument(LaborCorrectionDocument document, Iterator<LaborOriginEntry> entries)
          This method persists an Iterator of input origin entries for a document that is in the initiated or saved state
 void LaborCorrectionDocumentService.persistOutputLaborOriginEntriesForInitiatedOrSavedDocument(LaborCorrectionDocument document, Iterator<LaborOriginEntry> entries)
          This method persists an Iterator of input origin entries for a document that is in the initiated or saved state
 

Uses of LaborOriginEntry in org.kuali.kfs.module.ld.document.service.impl
 

Methods in org.kuali.kfs.module.ld.document.service.impl that return types with arguments of type LaborOriginEntry
 List<LaborOriginEntry> LaborCorrectionDocumentServiceImpl.retrievePersistedInputOriginEntries(LaborCorrectionDocument document, int abortThreshold)
           
 Iterator<LaborOriginEntry> LaborCorrectionDocumentServiceImpl.retrievePersistedInputOriginEntriesAsIterator(LaborCorrectionDocument document)
           
protected  List<LaborOriginEntry> LaborCorrectionDocumentServiceImpl.retrievePersistedLaborOriginEntries(String fullPathUniqueFileName, int abortThreshold)
           
protected  Iterator<LaborOriginEntry> LaborCorrectionDocumentServiceImpl.retrievePersistedLaborOriginEntriesAsIterator(String fullPathUniqueFileName)
           
 List<LaborOriginEntry> LaborCorrectionDocumentServiceImpl.retrievePersistedOutputOriginEntries(LaborCorrectionDocument document, int abortThreshold)
           
 Iterator<LaborOriginEntry> LaborCorrectionDocumentServiceImpl.retrievePersistedOutputOriginEntriesAsIterator(LaborCorrectionDocument document)
           
 

Method parameters in org.kuali.kfs.module.ld.document.service.impl with type arguments of type LaborOriginEntry
 void LaborCorrectionDocumentServiceImpl.persistInputOriginEntriesForInitiatedOrSavedDocument(LaborCorrectionDocument document, Iterator<LaborOriginEntry> entries)
           
protected  void LaborCorrectionDocumentServiceImpl.persistLaborOriginEntries(String fullPathUniqueFileName, Iterator<LaborOriginEntry> entries)
           
 void LaborCorrectionDocumentServiceImpl.persistOutputLaborOriginEntriesForInitiatedOrSavedDocument(LaborCorrectionDocument document, Iterator<LaborOriginEntry> entries)
           
 

Uses of LaborOriginEntry in org.kuali.kfs.module.ld.document.web.struts
 

Fields in org.kuali.kfs.module.ld.document.web.struts declared as LaborOriginEntry
protected  LaborOriginEntry LaborCorrectionForm.laborEntryForManualEdit
           
 

Methods in org.kuali.kfs.module.ld.document.web.struts that return LaborOriginEntry
 LaborOriginEntry LaborCorrectionForm.getLaborEntryForManualEdit()
          Gets the laborEntryForManualEdit attribute.
 

Methods in org.kuali.kfs.module.ld.document.web.struts with parameters of type LaborOriginEntry
 void LaborCorrectionForm.setLaborEntryForManualEdit(LaborOriginEntry laborEntryForManualEdit)
          Sets the laborEntryForManualEdit attribute value.
 

Uses of LaborOriginEntry in org.kuali.kfs.module.ld.service
 

Method parameters in org.kuali.kfs.module.ld.service with type arguments of type LaborOriginEntry
 Map LaborOriginEntryService.getEntriesByBufferedReader(BufferedReader inputBufferedReader, List<LaborOriginEntry> originEntryList)
           
 Map LaborOriginEntryService.getEntriesByGroupIdWithPath(String fileNameWithPath, List<LaborOriginEntry> originEntryList)
          get all entries with groupId
 

Uses of LaborOriginEntry in org.kuali.kfs.module.ld.service.impl
 

Method parameters in org.kuali.kfs.module.ld.service.impl with type arguments of type LaborOriginEntry
 Map LaborOriginEntryServiceImpl.getEntriesByBufferedReader(BufferedReader inputBufferedReader, List<LaborOriginEntry> originEntryList)
           
 Map LaborOriginEntryServiceImpl.getEntriesByGroupIdWithPath(String fileNameWithPath, List<LaborOriginEntry> originEntryList)
           
 

Uses of LaborOriginEntry in org.kuali.kfs.module.ld.util
 

Fields in org.kuali.kfs.module.ld.util declared as LaborOriginEntry
protected  LaborOriginEntry LaborOriginEntryFileIterator.nextEntry
           
 

Methods in org.kuali.kfs.module.ld.util that return LaborOriginEntry
 LaborOriginEntry LaborLedgerUnitOfWork.getWorkingEntry()
          Gets the workingEntry attribute.
 LaborOriginEntry LaborOriginEntryFileIterator.next()
           
 

Methods in org.kuali.kfs.module.ld.util with parameters of type LaborOriginEntry
 boolean FilteringLaborOriginEntryFileIterator.LaborOriginEntryFilter.accept(LaborOriginEntry originEntry)
           
 boolean LaborLedgerUnitOfWork.addEntryIntoUnit(LaborOriginEntry laborOriginEntry)
          add the given origin entry as a member of the working unit
 boolean LaborLedgerUnitOfWork.canContain(LaborOriginEntry laborOriginEntry)
          Determine if the given origin entry belongs to the current unit of work
 boolean LaborLedgerUnitOfWork.hasSameKey(LaborOriginEntry laborOriginEntry)
          Determine if the given origin entry has the same key as the current unit of work
 void LaborLedgerUnitOfWork.resetLaborLedgerUnitOfWork(LaborOriginEntry laborOriginEntry)
          Intialize the default key fields of the labor ledger unit of work with the given origin entry
 void LaborLedgerUnitOfWork.resetLaborLedgerUnitOfWork(LaborOriginEntry laborOriginEntry, List<String> keyFields)
          Intialize the specified key fields of the labor ledger unit of work with the given origin entry
 void LaborLedgerUnitOfWork.setWorkingEntry(LaborOriginEntry workingEntry)
          Sets the workingEntry attribute value.
 

Constructors in org.kuali.kfs.module.ld.util with parameters of type LaborOriginEntry
LaborLedgerUnitOfWork(LaborOriginEntry laborOriginEntry)
          Constructs a LaborLedgerUnitOfWork.java.
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.