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