| org.kuali.module.labor.service.LaborBaseFundsService
All known Subclasses: org.kuali.module.labor.service.impl.LaborBaseFundsServiceImpl,
LaborBaseFundsService | public interface LaborBaseFundsService (Code) | | This interface provides its clients with access to labor base fund entries in the backend data store.
|
findAccountStatusBaseFundsWithCSFTracker | List<AccountStatusBaseFunds> findAccountStatusBaseFundsWithCSFTracker(Map fieldValues, boolean isConsolidated)(Code) | | This method finds the records of base budget for each Labor object according to input fields and values
Parameters: fieldValues - the input fields and values Parameters: isConsolidated - consolidation option is applied or not a collection of base budgets for Labor objects |
findLaborBaseFunds | List<AccountStatusBaseFunds> findLaborBaseFunds(Map fieldValues, boolean isConsolidated)(Code) | | This method finds the records of base budget for each Labor object according to input fields and values
Parameters: fieldValues - the input fields and values Parameters: isConsolidated - consolidation option is applied or not a collection of base budgets for Labor objects |
|
|