Class SetDefaultSalaryTask
java.lang.Object
ch.tocco.nice2.optional.salary.api.tasks.SetDefaultSalaryTask
- All Implemented Interfaces:
PersistTask<Entity,Void>
-
Constructor Summary
ConstructorsConstructorDescriptionSetDefaultSalaryTask(String userRelationName) SetDefaultSalaryTask(String userRelationName, boolean overwrite) -
Method Summary
Modifier and TypeMethodDescription@Nullable Voidrun(Optional<Entity> a, CommandContext commandContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
runin interfacePersistTask<Entity,Void>
-