org.kuali.kfs.module.ld.service.impl
Class LaborBaseFundsServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.ld.service.impl.LaborBaseFundsServiceImpl
All Implemented Interfaces:
LaborBaseFundsService

public class LaborBaseFundsServiceImpl
extends Object
implements LaborBaseFundsService

This class provides its clients with access to labor base fund entries in the backend data store.

See Also:
AccountStatusBaseFunds

Constructor Summary
LaborBaseFundsServiceImpl()
           
 
Method Summary
 List<AccountStatusBaseFunds> findAccountStatusBaseFundsWithCSFTracker(Map fieldValues, boolean isConsolidated)
          This method finds the records of base budget for each Labor object according to input fields and values
 List<AccountStatusBaseFunds> findLaborBaseFunds(Map fieldValues, boolean isConsolidated)
          This method finds the records of base budget for each Labor object according to input fields and values
 void setLaborBaseFundsDao(LaborBaseFundsDao laborBaseFundsDao)
          Sets the laborBaseFundsDao attribute value.
 void setLaborCalculatedSalaryFoundationTrackerService(LaborCalculatedSalaryFoundationTrackerService laborCalculatedSalaryFoundationTrackerService)
          Sets the laborCalculatedSalaryFoundationTrackerService attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LaborBaseFundsServiceImpl

public LaborBaseFundsServiceImpl()
Method Detail

findLaborBaseFunds

public List<AccountStatusBaseFunds> findLaborBaseFunds(Map fieldValues,
                                                       boolean isConsolidated)
Description copied from interface: LaborBaseFundsService
This method finds the records of base budget for each Labor object according to input fields and values

Specified by:
findLaborBaseFunds in interface LaborBaseFundsService
Parameters:
fieldValues - the input fields and values
isConsolidated - consolidation option is applied or not
Returns:
a collection of base budgets for Labor objects
See Also:
LaborBaseFundsService.findLaborBaseFunds(java.util.Map, boolean)

findAccountStatusBaseFundsWithCSFTracker

public List<AccountStatusBaseFunds> findAccountStatusBaseFundsWithCSFTracker(Map fieldValues,
                                                                             boolean isConsolidated)
Description copied from interface: LaborBaseFundsService
This method finds the records of base budget for each Labor object according to input fields and values

Specified by:
findAccountStatusBaseFundsWithCSFTracker in interface LaborBaseFundsService
Parameters:
fieldValues - the input fields and values
isConsolidated - consolidation option is applied or not
Returns:
a collection of base budgets for Labor objects
See Also:
org.kuali.kfs.module.ld.service.LaborBaseFundsService#findAccountStatusBaseFundsAndCSFTracker(java.util.Map, boolean)

setLaborBaseFundsDao

public void setLaborBaseFundsDao(LaborBaseFundsDao laborBaseFundsDao)
Sets the laborBaseFundsDao attribute value.

Parameters:
laborBaseFundsDao - The laborBaseFundsDao to set.

setLaborCalculatedSalaryFoundationTrackerService

public void setLaborCalculatedSalaryFoundationTrackerService(LaborCalculatedSalaryFoundationTrackerService laborCalculatedSalaryFoundationTrackerService)
Sets the laborCalculatedSalaryFoundationTrackerService attribute value.

Parameters:
laborCalculatedSalaryFoundationTrackerService - The laborCalculatedSalaryFoundationTrackerService to set.


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