Uses of Interface
org.kuali.kfs.integration.ld.LaborLedgerObject

Packages that use LaborLedgerObject
org.kuali.kfs.integration.ld   
org.kuali.kfs.module.bc.businessobject   
org.kuali.kfs.module.ld.businessobject   
org.kuali.kfs.module.ld.service   
org.kuali.kfs.module.ld.service.impl   
 

Uses of LaborLedgerObject in org.kuali.kfs.integration.ld
 

Methods in org.kuali.kfs.integration.ld that return LaborLedgerObject
 LaborLedgerObject LaborLedgerExpenseTransferAccountingLine.getLaborLedgerObject()
          Gets the laborObject
 LaborLedgerObject LaborLedgerEntry.getLaborLedgerObject()
          Gets the laborObject
 LaborLedgerObject LaborLedgerBalance.getLaborLedgerObject()
          Gets the laborLedgerObject attribute.
 LaborLedgerObject LaborModuleService.retrieveLaborLedgerObject(Integer fiscalYear, String chartOfAccountsCode, String objectCode)
          retrieves a specific LaborLedgerObject from the database using primary key
 LaborLedgerObject LaborModuleServiceNoOp.retrieveLaborLedgerObject(Integer fiscalYear, String chartOfAccountsCode, String objectCode)
           
 LaborLedgerObject LaborModuleService.retrieveLaborLedgerObject(ObjectCode financialObject)
          retrieves a specific LaborLedgerObject based on the information of the given financial object
 LaborLedgerObject LaborModuleServiceNoOp.retrieveLaborLedgerObject(ObjectCode financialObject)
           
 

Methods in org.kuali.kfs.integration.ld with parameters of type LaborLedgerObject
 org.kuali.rice.kns.util.KualiDecimal LaborModuleService.calculateFringeBenefitFromLaborObject(LaborLedgerObject laborLedgerObject, org.kuali.rice.kns.util.KualiDecimal salaryAmount)
          calculate the fringe benefit amount for the given labor object and salary amount
 org.kuali.rice.kns.util.KualiDecimal LaborModuleServiceNoOp.calculateFringeBenefitFromLaborObject(LaborLedgerObject laborLedgerObject, org.kuali.rice.kns.util.KualiDecimal salaryAmount)
           
 void LaborLedgerExpenseTransferAccountingLine.setLaborLedgerObject(LaborLedgerObject laborLedgerObject)
          Sets the laborLedgerObject
 void LaborLedgerEntry.setLaborLedgerObject(LaborLedgerObject laborLedgerObject)
          Sets the laborLedgerObject
 void LaborLedgerBalance.setLaborLedgerObject(LaborLedgerObject laborLedgerObject)
          Sets the laborLedgerObject attribute value.
 

Uses of LaborLedgerObject in org.kuali.kfs.module.bc.businessobject
 

Methods in org.kuali.kfs.module.bc.businessobject that return LaborLedgerObject
 LaborLedgerObject PendingBudgetConstructionGeneralLedger.getLaborObject()
          Gets the laborObject attribute.
 

Methods in org.kuali.kfs.module.bc.businessobject with parameters of type LaborLedgerObject
 void PendingBudgetConstructionGeneralLedger.setLaborObject(LaborLedgerObject laborObject)
          Sets the laborObject attribute value.
 

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

Classes in org.kuali.kfs.module.ld.businessobject that implement LaborLedgerObject
 class LaborObject
          Labor business object for LaborObject.
 

Methods in org.kuali.kfs.module.ld.businessobject that return LaborLedgerObject
 LaborLedgerObject ExpenseTransferTargetAccountingLine.getLaborLedgerObject()
           
 LaborLedgerObject LedgerBalance.getLaborLedgerObject()
           
 LaborLedgerObject ExpenseTransferSourceAccountingLine.getLaborLedgerObject()
           
 LaborLedgerObject LedgerEntry.getLaborLedgerObject()
           
 

Methods in org.kuali.kfs.module.ld.businessobject with parameters of type LaborLedgerObject
 void ExpenseTransferTargetAccountingLine.setLaborLedgerObject(LaborLedgerObject laborLedgerObject)
          Deprecated. 
 void LedgerBalance.setLaborLedgerObject(LaborLedgerObject laborLedgerObject)
          Deprecated. 
 void ExpenseTransferSourceAccountingLine.setLaborLedgerObject(LaborLedgerObject laborLedgerObject)
          Deprecated. 
 void LedgerEntry.setLaborLedgerObject(LaborLedgerObject laborLedgerObject)
          Deprecated. 
 

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

Methods in org.kuali.kfs.module.ld.service with parameters of type LaborLedgerObject
 org.kuali.rice.kns.util.KualiDecimal LaborBenefitsCalculationService.calculateFringeBenefit(LaborLedgerObject laborLedgerObject, org.kuali.rice.kns.util.KualiDecimal salaryAmount)
          calculate the fringe benefit amount for the given labor object and salary amount
 

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

Methods in org.kuali.kfs.module.ld.service.impl that return LaborLedgerObject
 LaborLedgerObject LaborModuleServiceImpl.retrieveLaborLedgerObject(Integer fiscalYear, String chartOfAccountsCode, String objectCode)
           
 LaborLedgerObject LaborModuleServiceImpl.retrieveLaborLedgerObject(ObjectCode financialObject)
           
 

Methods in org.kuali.kfs.module.ld.service.impl with parameters of type LaborLedgerObject
 org.kuali.rice.kns.util.KualiDecimal LaborBenefitsCalculationServiceImpl.calculateFringeBenefit(LaborLedgerObject laborLedgerObject, org.kuali.rice.kns.util.KualiDecimal salaryAmount)
           
 org.kuali.rice.kns.util.KualiDecimal LaborModuleServiceImpl.calculateFringeBenefitFromLaborObject(LaborLedgerObject laborLedgerObject, org.kuali.rice.kns.util.KualiDecimal salaryAmount)
           
 



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