Interface SalaryViewActionService
- All Known Implementing Classes:
SalaryViewActionServiceImpl
public interface SalaryViewActionService
-
Method Summary
Modifier and TypeMethodDescriptionvoidsave(RebindValue[] rebindValues, String language) rebinds updated wage entityvoidsaveWage(RebindValue[] rebindValues, String buId) rebinds to a wage entity in the given business unitbooleanstatusIsRequested(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
-