org.kuali.kfs.module.ld.service
Interface LaborBaseFundsService

All Known Implementing Classes:
LaborBaseFundsServiceImpl

public interface LaborBaseFundsService

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


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
 

Method Detail

findLaborBaseFunds

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

Parameters:
fieldValues - the input fields and values
isConsolidated - consolidation option is applied or not
Returns:
a collection of base budgets for Labor objects

findAccountStatusBaseFundsWithCSFTracker

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

Parameters:
fieldValues - the input fields and values
isConsolidated - consolidation option is applied or not
Returns:
a collection of base budgets for Labor objects


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