Class SalaryViewActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.salary.impl.action.SalaryViewActionServiceImpl
- All Implemented Interfaces:
SalaryViewActionService
-
Constructor Summary
ConstructorDescriptionSalaryViewActionServiceImpl
(RebindService rebindService, CommandExecutor commandExecutor) -
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
-
Constructor Details
-
SalaryViewActionServiceImpl
-
-
Method Details
-
saveWage
Description copied from interface:SalaryViewActionService
rebinds to a wage entity in the given business unit- Specified by:
saveWage
in interfaceSalaryViewActionService
-
save
Description copied from interface:SalaryViewActionService
rebinds updated wage entity- Specified by:
save
in interfaceSalaryViewActionService
-
statusIsRequested
Description copied from interface:SalaryViewActionService
checks if the given wage has the status requested- Specified by:
statusIsRequested
in interfaceSalaryViewActionService
-