org.kuali.kfs.module.ld.batch.service
Interface LaborAccountingCycleCachingService

All Superinterfaces:
AccountingCycleCachingService, WrappingBatchService
All Known Implementing Classes:
LaborAccountingCycleCachingServiceImpl

public interface LaborAccountingCycleCachingService
extends AccountingCycleCachingService


Method Summary
 LaborObject getLaborObject(Integer fiscalYear, String chartCode, String objectCode)
           
 LedgerBalance getLedgerBalance(LedgerBalance ledgerBalance)
           
 int getMaxLaborSequenceNumber(LedgerEntry t)
           
 void insertLedgerBalance(LedgerBalance ledgerBalance)
           
 void insertLedgerEntry(LedgerEntry ledgerEntry)
           
 void updateLedgerBalance(LedgerBalance ledgerBalance)
           
 
Methods inherited from interface org.kuali.kfs.gl.batch.service.AccountingCycleCachingService
getA21SubAccount, getAccount, getAccountBalance, getAccountingPeriod, getBalance, getBalanceType, getChart, getEncumbrance, getExpenditureTransaction, getIndirectCostRecoveryType, getMaxSequenceNumber, getObjectCode, getObjectLevel, getObjectType, getOffsetDefinition, getOrganization, getOriginationCode, getProjectCode, getSubAccount, getSubFundGroup, getSubObjectCode, getSufficientFundBalances, getSystemOptions, getUniversityDate, insertAccountBalance, insertBalance, insertEncumbrance, insertEntry, insertExpenditureTransaction, insertReversal, insertSufficientFundBalances, isCurrentActiveAccountingDocumentType, updateAccountBalance, updateBalance, updateEncumbrance, updateExpenditureTransaction, updateSufficientFundBalances
 
Methods inherited from interface org.kuali.kfs.sys.batch.service.WrappingBatchService
destroy, initialize
 

Method Detail

insertLedgerEntry

void insertLedgerEntry(LedgerEntry ledgerEntry)

getLaborObject

LaborObject getLaborObject(Integer fiscalYear,
                           String chartCode,
                           String objectCode)

getMaxLaborSequenceNumber

int getMaxLaborSequenceNumber(LedgerEntry t)

getLedgerBalance

LedgerBalance getLedgerBalance(LedgerBalance ledgerBalance)

insertLedgerBalance

void insertLedgerBalance(LedgerBalance ledgerBalance)

updateLedgerBalance

void updateLedgerBalance(LedgerBalance ledgerBalance)


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