Interface CreateClassroomActionService
- All Known Implementing Classes:
CreateClassroomActionServiceImpl
Deprecated.
creates a Classroom entity and uses
ClassroomIntrusionHandler
to create intrusions for different entities-
Method Summary
Modifier and TypeMethodDescriptionvoid
createClassroom
(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 CreateClassroomAction
-
Method Details
-
getClassroomDefaults
Deprecated.collects all default values used in CreateClassroomAction- Parameters:
selection
- for which entity to get the default values- Returns:
- a bean of default values
-
createClassroom
void createClassroom(RebindValue[] rebindValues, EntityExplorerActionSelection selection, @Nullable @Nullable org.joda.time.LocalDate from, @Nullable @Nullable org.joda.time.LocalDate to) throws UnresolvableUriException, RebindException, UriStoreException, InterruptedException, URISyntaxException Deprecated.creates the Classroom entity and calls all handlers- Parameters:
rebindValues
- data from the action formselection
- the selected eventfrom
- when the intrusion startsto
- when the intrusion ends- Throws:
UnresolvableUriException
RebindException
UriStoreException
InterruptedException
URISyntaxException
-