Class SetDefaultSalaryTask
java.lang.Object
ch.tocco.nice2.optional.salary.api.tasks.SetDefaultSalaryTask
- All Implemented Interfaces:
PersistTask<Entity,
Void>
-
Constructor Summary
ConstructorDescriptionSetDefaultSalaryTask
(String userRelationName) SetDefaultSalaryTask
(String userRelationName, boolean overwrite) -
Method Summary
Modifier and TypeMethodDescription@Nullable Void
run
(Optional<Entity> a, CommandContext commandContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.persist.core.api.exec.PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, skipErrors, unwrap
-
Constructor Details
-
SetDefaultSalaryTask
public SetDefaultSalaryTask() -
SetDefaultSalaryTask
-
SetDefaultSalaryTask
-
-
Method Details
-
run
- Specified by:
run
in interfacePersistTask<Entity,
Void>
-