org.kuali.kfs.module.ld.dataaccess
Interface LaborCalculatedSalaryFoundationTrackerDao

All Known Implementing Classes:
LaborCalculatedSalaryFoundationTrackerDaoOjb

public interface LaborCalculatedSalaryFoundationTrackerDao

This is the data access object for calculated salary foundation tracker

See Also:
org.kuali.kfs.module.ld.businessobject.CalculatedSalaryFoundationTracker

Method Summary
 List<LaborCalculatedSalaryFoundationTracker> findCSFTrackers(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 EmployeeFunding
 

Method Detail

findCSFTrackers

List<LaborCalculatedSalaryFoundationTracker> findCSFTrackers(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

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 EmployeeFunding

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


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