Class CopyDataTask.CopyRegistrationsTask
java.lang.Object
ch.tocco.nice2.optional.event.impl.tasks.parallelevent.CopyDataTask
ch.tocco.nice2.optional.event.impl.tasks.parallelevent.CopyDataTask.CopyRegistrationsTask
- All Implemented Interfaces:
OptionalTask<Entity,
,Entity> PersistTask<Entity,
Entity>
- Enclosing class:
CopyDataTask
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.tocco.nice2.optional.event.impl.tasks.parallelevent.CopyDataTask
CopyDataTask.CopyLecturerBookingsTask, CopyDataTask.CopyRegistrationsTask
-
Constructor Summary
ConstructorDescriptionCopyRegistrationsTask
(String statusKey, SetDefaultsTask defaultsTask, List<String> relationsToCopy) -
Method Summary
Methods inherited from class ch.tocco.nice2.optional.event.impl.tasks.parallelevent.CopyDataTask
doRun
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
-
CopyRegistrationsTask
public CopyRegistrationsTask(String statusKey, SetDefaultsTask defaultsTask, List<String> relationsToCopy)
-
-
Method Details
-
getSourceEntityName
- Specified by:
getSourceEntityName
in classCopyDataTask
-
getStatusEntityName
- Specified by:
getStatusEntityName
in classCopyDataTask
-