Interface SalaryViewActionService
- All Known Implementing Classes:
SalaryViewActionServiceImpl
public interface SalaryViewActionService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
save
(RebindValue[] rebindValues, String language) rebinds updated wage entityvoid
saveWage
(RebindValue[] rebindValues, String buId) rebinds to a wage entity in the given business unitboolean
statusIsRequested
(String wageKey) checks if the given wage has the status requested
-
Method Details
-
saveWage
rebinds to a wage entity in the given business unit -
save
rebinds updated wage entity -
statusIsRequested
checks if the given wage has the status requested
-