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

All Known Implementing Classes:
LaborCalculatedSalaryFoundationTrackerServiceImpl

public interface LaborCalculatedSalaryFoundationTrackerService

This interface provides its clients with access to CSF tracker entries in the backend data store.


Method Summary
 List<LaborCalculatedSalaryFoundationTracker> findCSFTracker(Map fieldValues, boolean isConsolidated)
          This method finds the CSF trackers according to input fields and values
 List<AccountStatusBaseFunds> findCSFTrackersAsAccountStatusBaseFunds(Map fieldValues, boolean isConsolidated)
          This method finds the CSF trackers according to input fields and values and converts the trackers into AccountStatusBaseFunds
 List<EmployeeFunding> findCSFTrackersAsEmployeeFunding(Map fieldValues, boolean isConsolidated)
          This method finds the CSF trackers according to input fields and values and converts the trackers into AccountStatusBaseFunds
 List<LaborCalculatedSalaryFoundationTracker> findCSFTrackerWithJuly1(Map fieldValues, boolean isConsolidated)
          This method finds the CSF trackers combined with the July1 attributes according to input fields and values
 

Method Detail

findCSFTracker

List<LaborCalculatedSalaryFoundationTracker> findCSFTracker(Map fieldValues,
                                                            boolean isConsolidated)
This method finds the CSF trackers according to input fields and values

Parameters:
fieldValues - the input fields and values
isConsolidated - consolidation option is applied or not
Returns:
a collection of CSF trackers

findCSFTrackerWithJuly1

List<LaborCalculatedSalaryFoundationTracker> findCSFTrackerWithJuly1(Map fieldValues,
                                                                     boolean isConsolidated)
This method finds the CSF trackers combined with the July1 attributes according to input fields and values

Parameters:
fieldValues - the input fields and values
isConsolidated - consolidation option is applied or not
Returns:
a collection of CSF trackers

findCSFTrackersAsAccountStatusBaseFunds

List<AccountStatusBaseFunds> findCSFTrackersAsAccountStatusBaseFunds(Map fieldValues,
                                                                     boolean isConsolidated)
This method finds the CSF trackers according to input fields and values and converts the trackers into AccountStatusBaseFunds

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

findCSFTrackersAsEmployeeFunding

List<EmployeeFunding> findCSFTrackersAsEmployeeFunding(Map fieldValues,
                                                       boolean isConsolidated)
This method finds the CSF trackers according to input fields and values and converts the trackers into AccountStatusBaseFunds

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.