Class CreateClassroomActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.classroom.impl.actions.CreateClassroomActionServiceImpl
- All Implemented Interfaces:
CreateClassroomActionService
@Deprecated
public class CreateClassroomActionServiceImpl
extends Object
implements CreateClassroomActionService
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionCreateClassroomActionServiceImpl(ClassroomIntrusionHandlerTaskFactory taskFactory, CommandExecutor executor, EntityExplorerActionSelectionService selectionService, OverrideContributionService overrideContributionService, QueryBuilderFactory queryBuilderFactory, RebindService rebindService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateClassroom(RebindValue[] rebindValues, EntityExplorerActionSelection selection, @Nullable org.joda.time.LocalDate from, @Nullable org.joda.time.LocalDate to) Deprecated.creates the Classroom entity and calls all handlersDeprecated.collects all default values used in CreateClassroomActionvoidsetCreateClassroomDefaultsOverride(List<CreateClassroomDefaultsOverride> defaultsOverride) Deprecated.voidsetCustomClassroomCreationModifiers(List<CustomClassroomCreationModifier> creationModifiers) Deprecated.
-
Constructor Details
-
CreateClassroomActionServiceImpl
public CreateClassroomActionServiceImpl(ClassroomIntrusionHandlerTaskFactory taskFactory, CommandExecutor executor, EntityExplorerActionSelectionService selectionService, OverrideContributionService overrideContributionService, QueryBuilderFactory queryBuilderFactory, RebindService rebindService) Deprecated.
-
-
Method Details
-
getClassroomDefaults
Deprecated.Description copied from interface:CreateClassroomActionServicecollects all default values used in CreateClassroomAction- Specified by:
getClassroomDefaultsin interfaceCreateClassroomActionService- Parameters:
selection- for which entity to get the default values- Returns:
- a bean of default values
-
createClassroom
public void createClassroom(RebindValue[] rebindValues, EntityExplorerActionSelection selection, @Nullable @Nullable org.joda.time.LocalDate from, @Nullable @Nullable org.joda.time.LocalDate to) Deprecated.Description copied from interface:CreateClassroomActionServicecreates the Classroom entity and calls all handlers- Specified by:
createClassroomin interfaceCreateClassroomActionService- Parameters:
rebindValues- data from the action formselection- the selected eventfrom- when the intrusion startsto- when the intrusion ends
-
setCustomClassroomCreationModifiers
@Autowired(required=false) public void setCustomClassroomCreationModifiers(List<CustomClassroomCreationModifier> creationModifiers) Deprecated. -
setCreateClassroomDefaultsOverride
@Autowired(required=false) public void setCreateClassroomDefaultsOverride(List<CreateClassroomDefaultsOverride> defaultsOverride) Deprecated.
-