| org.kuali.module.labor.service.LaborCalculatedSalaryFoundationTrackerService
All known Subclasses: org.kuali.module.labor.service.impl.LaborCalculatedSalaryFoundationTrackerServiceImpl,
LaborCalculatedSalaryFoundationTrackerService | public interface LaborCalculatedSalaryFoundationTrackerService (Code) | | This interface provides its clients with access to CSF tracker entries in the backend data store.
|
findCSFTracker | List<LaborCalculatedSalaryFoundationTracker> findCSFTracker(Map fieldValues, boolean isConsolidated)(Code) | | This method finds the CSF trackers according to input fields and values
Parameters: fieldValues - the input fields and values Parameters: isConsolidated - consolidation option is applied or not a collection of CSF trackers |
findCSFTrackerWithJuly1 | List<LaborCalculatedSalaryFoundationTracker> findCSFTrackerWithJuly1(Map fieldValues, boolean isConsolidated)(Code) | | This method finds the CSF trackers combined with the July1 attributes according to input fields and values
Parameters: fieldValues - the input fields and values Parameters: isConsolidated - consolidation option is applied or not a collection of CSF trackers |
findCSFTrackersAsAccountStatusBaseFunds | List<AccountStatusBaseFunds> findCSFTrackersAsAccountStatusBaseFunds(Map fieldValues, boolean isConsolidated)(Code) | | 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 Parameters: isConsolidated - consolidation option is applied or not a collection of base budgets for Labor objects |
findCSFTrackersAsEmployeeFunding | List<EmployeeFunding> findCSFTrackersAsEmployeeFunding(Map fieldValues, boolean isConsolidated)(Code) | | 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 Parameters: isConsolidated - consolidation option is applied or not a collection of base budgets for Labor objects |
|
|