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 CopyDataTask
CopyDataTask.CopyLecturerBookingsTask, CopyDataTask.CopyRegistrationsTask -
Constructor Summary
ConstructorsConstructorDescriptionCopyRegistrationsTask(String statusKey, SetDefaultsTask defaultsTask, List<String> relationsToCopy) -
Method Summary
Methods inherited from class CopyDataTask
doRunMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface OptionalTask
runMethods inherited from interface 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:
getSourceEntityNamein classCopyDataTask
-
getStatusEntityName
- Specified by:
getStatusEntityNamein classCopyDataTask
-