public interface LaborPendingEntryConverterService
| Modifier and Type | Method and Description |
|---|---|
LaborLedgerPendingEntry |
getBenefitA21PendingEntry(LaborLedgerPostingDocument document,
ExpenseTransferAccountingLine accountingLine,
GeneralLedgerPendingEntrySequenceHelper sequenceHelper,
org.kuali.rice.core.api.util.type.KualiDecimal benefitAmount,
String fringeBenefitObjectCode)
convert the given document and accounting line into the benefit pending entry for effort reporting
|
LaborLedgerPendingEntry |
getBenefitA21ReversalPendingEntry(LaborLedgerPostingDocument document,
ExpenseTransferAccountingLine accountingLine,
GeneralLedgerPendingEntrySequenceHelper sequenceHelper,
org.kuali.rice.core.api.util.type.KualiDecimal benefitAmount,
String fringeBenefitObjectCode)
convert the given document and accounting line into the benefit reversal pending entries for effort reporting
|
LaborLedgerPendingEntry |
getBenefitClearingPendingEntry(LaborLedgerPostingDocument document,
GeneralLedgerPendingEntrySequenceHelper sequenceHelper,
String accountNumber,
String chartOfAccountsCode,
String benefitTypeCode,
org.kuali.rice.core.api.util.type.KualiDecimal clearingAmount)
convert the given document into benefit clearing pending entries with the given account, chart, amount and benefit type
|
LaborLedgerPendingEntry |
getBenefitPendingEntry(LaborLedgerPostingDocument document,
ExpenseTransferAccountingLine accountingLine,
GeneralLedgerPendingEntrySequenceHelper sequenceHelper,
org.kuali.rice.core.api.util.type.KualiDecimal benefitAmount,
String fringeBenefitObjectCode)
convert the given document and accounting line into the benefit pending entries
|
LaborLedgerPendingEntry |
getDefaultPendingEntry(LaborLedgerPostingDocument document)
construct a LaborLedgerPendingEntry object based on the information in the given document.
|
LaborLedgerPendingEntry |
getDefaultPendingEntry(LaborLedgerPostingDocument document,
ExpenseTransferAccountingLine accountingLine)
construct a LaborLedgerPendingEntry object based on the information in the given document and accounting line.
|
LaborLedgerPendingEntry |
getExpenseA21PendingEntry(LaborLedgerPostingDocument document,
ExpenseTransferAccountingLine accountingLine,
GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
convert the given document and accounting line into the expense pending entries for effort reporting
|
LaborLedgerPendingEntry |
getExpenseA21ReversalPendingEntry(LaborLedgerPostingDocument document,
ExpenseTransferAccountingLine accountingLine,
GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
convert the given document and accounting line into the expense reversal pending entries for effort reporting
|
LaborLedgerPendingEntry |
getExpensePendingEntry(LaborLedgerPostingDocument document,
ExpenseTransferAccountingLine accountingLine,
GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
convert the given document and accounting line into the expense pending entries
|
LaborLedgerPendingEntry |
getSimpleDefaultPendingEntry()
construct a LaborLedgerPendingEntry object based on the information in the given document and accounting line.
|
LaborLedgerPendingEntry getExpensePendingEntry(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
document - the given accounting documentaccountingLine - the given accounting linesequenceHelper - the given sequence helperLaborLedgerPendingEntry getExpenseA21PendingEntry(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
document - the given accounting documentaccountingLine - the given accounting linesequenceHelper - the given sequence helperLaborLedgerPendingEntry getExpenseA21ReversalPendingEntry(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
document - the given accounting documentaccountingLine - the given accounting linesequenceHelper - the given sequence helperLaborLedgerPendingEntry getBenefitPendingEntry(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper, org.kuali.rice.core.api.util.type.KualiDecimal benefitAmount, String fringeBenefitObjectCode)
document - the given accounting documentaccountingLine - the given accounting linesequenceHelper - the given sequence helperbenefitAmount - the given benefit amountfringeBenefitObjectCode - the given fringe benefit object codeLaborLedgerPendingEntry getBenefitA21PendingEntry(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper, org.kuali.rice.core.api.util.type.KualiDecimal benefitAmount, String fringeBenefitObjectCode)
document - the given accounting documentaccountingLine - the given accounting linesequenceHelper - the given sequence helperbenefitAmount - the given benefit amountfringeBenefitObjectCode - the given fringe benefit object codeLaborLedgerPendingEntry getBenefitA21ReversalPendingEntry(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine, GeneralLedgerPendingEntrySequenceHelper sequenceHelper, org.kuali.rice.core.api.util.type.KualiDecimal benefitAmount, String fringeBenefitObjectCode)
document - the given accounting documentaccountingLine - the given accounting linesequenceHelper - the given sequence helperbenefitAmount - the given benefit amountfringeBenefitObjectCode - the given fringe benefit object codeLaborLedgerPendingEntry getBenefitClearingPendingEntry(LaborLedgerPostingDocument document, GeneralLedgerPendingEntrySequenceHelper sequenceHelper, String accountNumber, String chartOfAccountsCode, String benefitTypeCode, org.kuali.rice.core.api.util.type.KualiDecimal clearingAmount)
document - the given accounting documentsequenceHelper - the given sequence helperaccountNumber - the given account number that the benefit clearing amount can be chargedchartOfAccountsCode - the given chart of accounts code that the benefit clearing amount can be chargedbenefitTypeCode - the given benefit type codeclearingAmount - the benefit clearing amountLaborLedgerPendingEntry getDefaultPendingEntry(LaborLedgerPostingDocument document, ExpenseTransferAccountingLine accountingLine)
document - the given documentaccountingLine - the given accounting lineLaborLedgerPendingEntry getDefaultPendingEntry(LaborLedgerPostingDocument document)
document - the given documentLaborLedgerPendingEntry getSimpleDefaultPendingEntry()
document - the given documentaccountingLine - the given accounting lineCopyright © 2004–2015 The Kuali Foundation. All rights reserved.