Uses of Interface
org.kuali.kfs.module.ld.document.LaborLedgerPostingDocument

Packages that use LaborLedgerPostingDocument
org.kuali.kfs.module.ld.document   
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 LaborLedgerPostingDocument in org.kuali.kfs.module.ld.document
 

Subinterfaces of LaborLedgerPostingDocument in org.kuali.kfs.module.ld.document
 interface LaborExpenseTransferDocument
          Labor Interface for Expense Transfer Documents
 

Classes in org.kuali.kfs.module.ld.document that implement LaborLedgerPostingDocument
 class BenefitExpenseTransferDocument
          Labor Document class for the Benefit Expense Transfer Document and a base class for the year end benefit expense transfer document
 class LaborExpenseTransferDocumentBase
          Labor Base class for Expense Transfer Documents
 class LaborJournalVoucherDocument
          Labor Document class for the Labor Ledger Journal Voucher.
 class LaborLedgerPostingDocumentBase
          Labor Document base class implementation for all labor eDocs that are transactional, meaning implementing TransactionalDocumentBase.
 class LaborYearEndBenefitTransferDocument
          Labor Document LaborYearEndBenefitTransferDocument
 class SalaryExpenseTransferDocument
          Labor Document Class for the Salary Expense Transfer Document.
 class YearEndBenefitExpenseTransferDocument
          Labor Document class for the Year End Benefit Expense TransferDocument.
 class YearEndSalaryExpenseTransferDocument
          Labor Document Class for the Year End Salary Expense Transfer Document.
 

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

Methods in org.kuali.kfs.module.ld.document.service with parameters of type LaborLedgerPostingDocument
 LaborLedgerPendingEntry LaborPendingEntryConverterService.getBenefitA21PendingEntry(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper, org.kuali.rice.kns.util.KualiDecimal benefitAmount, String fringeBenefitObjectCode)
          convert the given document and accounting line into the benefit pending entry for effort reporting
 LaborLedgerPendingEntry LaborPendingEntryConverterService.getBenefitA21ReversalPendingEntry(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper, org.kuali.rice.kns.util.KualiDecimal benefitAmount, String fringeBenefitObjectCode)
          convert the given document and accounting line into the benefit reversal pending entries for effort reporting
 LaborLedgerPendingEntry LaborPendingEntryConverterService.getBenefitClearingPendingEntry(LaborLedgerPostingDocument document, GeneralLedgerPendingEntrySequenceHelper sequenceHelper, String accountNumber, String chartOfAccountsCode, String benefitTypeCode, org.kuali.rice.kns.util.KualiDecimal clearingAmount)
          convert the given document into benefit clearing pending entries with the given account, chart, amount and benefit type
 LaborLedgerPendingEntry LaborPendingEntryConverterService.getBenefitPendingEntry(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper, org.kuali.rice.kns.util.KualiDecimal benefitAmount, String fringeBenefitObjectCode)
          convert the given document and accounting line into the benefit pending entries
 LaborLedgerPendingEntry LaborPendingEntryConverterService.getDefaultPendingEntry(LaborLedgerPostingDocument document)
          construct a LaborLedgerPendingEntry object based on the information in the given document.
 LaborLedgerPendingEntry LaborPendingEntryConverterService.getDefaultPendingEntry(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine)
          construct a LaborLedgerPendingEntry object based on the information in the given document and accounting line.
 LaborLedgerPendingEntry LaborPendingEntryConverterService.getExpenseA21PendingEntry(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
          convert the given document and accounting line into the expense pending entries for effort reporting
 LaborLedgerPendingEntry LaborPendingEntryConverterService.getExpenseA21ReversalPendingEntry(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
          convert the given document and accounting line into the expense reversal pending entries for effort reporting
 LaborLedgerPendingEntry LaborPendingEntryConverterService.getExpensePendingEntry(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
          convert the given document and accounting line into the expense pending entries
 

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

Methods in org.kuali.kfs.module.ld.document.service.impl with parameters of type LaborLedgerPostingDocument
 LaborLedgerPendingEntry LaborPendingEntryConverterServiceImpl.getBenefitA21PendingEntry(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper, org.kuali.rice.kns.util.KualiDecimal benefitAmount, String fringeBenefitObjectCode)
           
 LaborLedgerPendingEntry LaborPendingEntryConverterServiceImpl.getBenefitA21ReversalPendingEntry(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper, org.kuali.rice.kns.util.KualiDecimal benefitAmount, String fringeBenefitObjectCode)
           
 LaborLedgerPendingEntry LaborPendingEntryConverterServiceImpl.getBenefitClearingPendingEntry(LaborLedgerPostingDocument document, GeneralLedgerPendingEntrySequenceHelper sequenceHelper, String accountNumber, String chartOfAccountsCode, String benefitTypeCode, org.kuali.rice.kns.util.KualiDecimal clearingAmount)
           
 LaborLedgerPendingEntry LaborPendingEntryConverterServiceImpl.getBenefitPendingEntry(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper, org.kuali.rice.kns.util.KualiDecimal benefitAmount, String fringeBenefitObjectCode)
           
 LaborLedgerPendingEntry LaborPendingEntryConverterServiceImpl.getDefaultPendingEntry(LaborLedgerPostingDocument document)
           
 LaborLedgerPendingEntry LaborPendingEntryConverterServiceImpl.getDefaultPendingEntry(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine)
           
 LaborLedgerPendingEntry LaborPendingEntryConverterServiceImpl.getExpenseA21PendingEntry(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
           
 LaborLedgerPendingEntry LaborPendingEntryConverterServiceImpl.getExpenseA21ReversalPendingEntry(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
           
 LaborLedgerPendingEntry LaborPendingEntryConverterServiceImpl.getExpensePendingEntry(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
           
protected  void LaborPendingEntryConverterServiceImpl.overrideEntryForYearEndIfNecessary(LaborLedgerPostingDocument document, LaborLedgerPendingEntry pendingEntry)
          Updates the given LLPE for year end documents
 

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

Methods in org.kuali.kfs.module.ld.document.web.struts that return LaborLedgerPostingDocument
 LaborLedgerPostingDocument LaborDocumentFormBase.getLaborDocument()
           
 

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

Methods in org.kuali.kfs.module.ld.service with parameters of type LaborLedgerPostingDocument
 boolean LaborLedgerPendingEntryService.generateLaborLedgerPendingEntries(LaborLedgerPostingDocument document)
          This method generates labor ledger pending entries.
 

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

Methods in org.kuali.kfs.module.ld.service.impl with parameters of type LaborLedgerPostingDocument
 boolean LaborLedgerPendingEntryServiceImpl.generateLaborLedgerPendingEntries(LaborLedgerPostingDocument document)
          Invokes generateEntries method on the salary expense transfer document.
 

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

Methods in org.kuali.kfs.module.ld.util with parameters of type LaborLedgerPostingDocument
static List<LaborLedgerPendingEntry> LaborPendingEntryGenerator.generateBenefitClearingPendingEntries(LaborLedgerPostingDocument document, GeneralLedgerPendingEntrySequenceHelper sequenceHelper, String accountNumber, String chartOfAccountsCode)
          generate the benefit clearing pending entries with the given benefit amount and fringe benefit object code based on the given document and accouting line
static List<LaborLedgerPendingEntry> LaborPendingEntryGenerator.generateBenefitPendingEntries(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
          generate the benefit pending entries based on the given document and accounting line
static List<LaborLedgerPendingEntry> LaborPendingEntryGenerator.generateBenefitPendingEntries(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper, org.kuali.rice.kns.util.KualiDecimal benefitAmount, String fringeBenefitObjectCode)
          generate the benefit pending entries with the given benefit amount and finge benefit object code based on the given document and accouting line
static List<LaborLedgerPendingEntry> LaborPendingEntryGenerator.generateExpensePendingEntries(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
          generate the expense pending entries based on the given document and accouting line
protected static boolean LaborPendingEntryGenerator.isAccountingLinePayFYPeriodMatchesUniversityPayFYPeriod(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine)
          determine if the pay fiscal year and period from the accounting line match with its university fiscal year and period.
 



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