Class MinimalPresenceCreateEntityListener.ReservationRegistrationCreatePersistTask
java.lang.Object
ch.tocco.nice2.optional.reservation.impl.entitylistener.MinimalPresenceCreateEntityListener.ReservationRegistrationCreatePersistTask
- All Implemented Interfaces:
PersistTask
- Enclosing class:
MinimalPresenceCreateEntityListener
public static final class MinimalPresenceCreateEntityListener.ReservationRegistrationCreatePersistTask
extends Object
implements PersistTask
-
Constructor Summary
ConstructorDescriptionReservationRegistrationCreatePersistTask
(org.slf4j.Logger log, QueryBuilderFactory queryBuilderFactory, Context context, Iterable<Entity> createdEntities) -
Method Summary
Modifier and TypeMethodDescription@Nullable Object
run
(Optional 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
-
ReservationRegistrationCreatePersistTask
public ReservationRegistrationCreatePersistTask(org.slf4j.Logger log, QueryBuilderFactory queryBuilderFactory, Context context, Iterable<Entity> createdEntities)
-
-
Method Details
-
run
- Specified by:
run
in interfacePersistTask
-