|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
List<LaborCalculatedSalaryFoundationTracker> findCSFTracker(Map fieldValues, boolean isConsolidated)
fieldValues
- the input fields and valuesisConsolidated
- consolidation option is applied or not
List<LaborCalculatedSalaryFoundationTracker> findCSFTrackerWithJuly1(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 |