|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LaborCalculatedSalaryFoundationTrackerDao
This is the data access object for calculated salary foundation tracker
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 |
---|
List<LaborCalculatedSalaryFoundationTracker> findCSFTrackers(Map fieldValues, boolean isConsolidated)
fieldValues
- the input fields and valuesisConsolidated
- consolidation option is applied or not
List<AccountStatusBaseFunds> findCSFTrackersAsAccountStatusBaseFunds(Map fieldValues, boolean isConsolidated)
fieldValues
- the input fields and valuesisConsolidated
- consolidation option is applied or not
List<EmployeeFunding> findCSFTrackersAsEmployeeFunding(Map fieldValues, boolean isConsolidated)
fieldValues
- the input fields and valuesisConsolidated
- consolidation option is applied or not
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |