Class DefaultCreateMovementTask
java.lang.Object
ch.tocco.nice2.optional.contingentreservation.api.persisttask.DefaultCreateMovementTask
- All Implemented Interfaces:
CreateMovementTask
,OptionalTask<Tuple3<Entity,
,Entity, Optional<Entity>>, Void> PersistTask<Tuple3<Entity,
Entity, Optional<Entity>>, Void>
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultCreateMovementTask
(EntityDefaultValueService entityDefaultValueService) -
Method Summary
Modifier and TypeMethodDescriptionprotected BigDecimal
getLessonPrice
(Entity registrationEntity, Entity contingentEntity) 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.OptionalTask
run
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
-
DefaultCreateMovementTask
-
-
Method Details