Uses of Interface
org.kuali.kfs.module.ld.businessobject.LaborTransaction

Packages that use LaborTransaction
org.kuali.kfs.module.ld.businessobject   
org.kuali.kfs.module.ld.document.validation.impl   
org.kuali.kfs.module.ld.service   
org.kuali.kfs.module.ld.service.impl   
 

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

Classes in org.kuali.kfs.module.ld.businessobject that implement LaborTransaction
 class LaborLedgerPendingEntry
          Labor business object for LaborLedgerPendingEntry.
 class LaborOriginEntry
          Labor business object for LaborOriginEntry.
 

Constructors in org.kuali.kfs.module.ld.businessobject with parameters of type LaborTransaction
LaborOriginEntry(LaborTransaction t)
          Constructor with laborTransaction
LedgerBalance(LaborTransaction transaction)
          Constructs a LedgerBalance.java.
LedgerEntry(LaborTransaction transaction)
          Constructs a LedgerEntry.java.
 

Uses of LaborTransaction in org.kuali.kfs.module.ld.document.validation.impl
 

Methods in org.kuali.kfs.module.ld.document.validation.impl with parameters of type LaborTransaction
static Message TransactionFieldValidator.checkAccountNumber(LaborTransaction transaction)
          Checks if the given transaction contains valid account number
static Message TransactionFieldValidator.checkChartOfAccountsCode(LaborTransaction transaction)
          Checks if the given transaction contains valid char of accounts code
static Message TransactionFieldValidator.checkEmplid(LaborTransaction transaction)
          Checks if the given transaction contains the valid employee id
static Message TransactionFieldValidator.checkEncumbranceUpdateCode(LaborTransaction transaction)
          When in Rome...
static Message TransactionFieldValidator.checkFinancialBalanceTypeCode(LaborTransaction transaction)
          Checks if the given transaction contains valid balance type code
static Message TransactionFieldValidator.checkFinancialDocumentNumber(LaborTransaction transaction)
          Checks if the given transaction contains document number
static Message TransactionFieldValidator.checkFinancialDocumentTypeCode(LaborTransaction transaction)
          Checks if the given transaction contains document type code
static Message TransactionFieldValidator.checkFinancialObjectCode(LaborTransaction transaction)
          Checks if the given transaction contains valid account number
static Message TransactionFieldValidator.checkFinancialObjectTypeCode(LaborTransaction transaction)
          Checks if the given transaction contains valid object type code
static Message TransactionFieldValidator.checkFinancialSubObjectCode(LaborTransaction transaction)
          Checks if the given transaction contains valid sub object code
static Message TransactionFieldValidator.checkFinancialSystemOriginationCode(LaborTransaction transaction)
          Checks if the given transaction contains system origination code
static Message TransactionFieldValidator.checkPostableBalanceTypeCode(LaborTransaction transaction, List<String> unpostableBalanceTypeCodes)
          Checks if the given transaction contains the posteable balance type code
static Message TransactionFieldValidator.checkPostablePeridCode(LaborTransaction transaction, List<String> unpostableperidCodes)
          Checks if the given transaction contains the posteable period code
static Message TransactionFieldValidator.checkSubAccountNumber(LaborTransaction transaction)
          Checks if the given transaction contains valid sub account number
static Message TransactionFieldValidator.checkSubAccountNumber(LaborTransaction transaction, String exclusiveDocumentTypeCode)
          Checks if the given transaction contains valid sub account number
static Message TransactionFieldValidator.checkTransactionDebitCreditCode(LaborTransaction transaction)
          Checks if the given transaction contains debit credit code
static Message TransactionFieldValidator.checkUniversityFiscalPeriodCode(LaborTransaction transaction)
          Checks if the given transaction contains university fiscal period code
static Message TransactionFieldValidator.checkUniversityFiscalYear(LaborTransaction transaction)
          Checks if the given transaction contains valid university fiscal year
static Message TransactionFieldValidator.checkZeroTotalAmount(LaborTransaction transaction)
          Checks if the transaction amount of the given transaction is ZERO
 

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

Methods in org.kuali.kfs.module.ld.service with parameters of type LaborTransaction
 LedgerBalance LaborLedgerBalanceService.addLedgerBalance(Collection<LedgerBalance> ledgerBalanceCollection, LaborTransaction transaction)
          convert the given transaction information into a ledger balance and add it into the given ledger balance collection with
<T extends LedgerBalance>
T
LaborLedgerBalanceService.findLedgerBalance(Collection<T> ledgerBalanceCollection, LaborTransaction transaction)
          find a ledger balance from the given ledger balance collection with the given transaction information
<T extends LedgerBalance>
T
LaborLedgerBalanceService.findLedgerBalance(Collection<T> ledgerBalanceCollection, LaborTransaction transaction, List<String> keyList)
          find a ledger balance from the given ledger balance collection with the given transaction information
<T extends LedgerBalance>
void
LaborLedgerBalanceService.updateLedgerBalance(T ledgerBalance, LaborTransaction transaction)
          update the given ledger balance with the given transaction information
 

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

Methods in org.kuali.kfs.module.ld.service.impl with parameters of type LaborTransaction
 LedgerBalance LaborLedgerBalanceServiceImpl.addLedgerBalance(Collection<LedgerBalance> ledgerBalanceCollection, LaborTransaction transaction)
           
<T extends LedgerBalance>
T
LaborLedgerBalanceServiceImpl.findLedgerBalance(Collection<T> ledgerBalanceCollection, LaborTransaction transaction)
           
<T extends LedgerBalance>
T
LaborLedgerBalanceServiceImpl.findLedgerBalance(Collection<T> ledgerBalanceCollection, LaborTransaction transaction, List<String> keyList)
           
<T extends LedgerBalance>
void
LaborLedgerBalanceServiceImpl.updateLedgerBalance(T ledgerBalance, LaborTransaction transaction)
           
 



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