Class SeminarActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.seminar.impl.actions.SeminarActionServiceImpl
- All Implemented Interfaces:
SeminarActionService
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.optional.seminar.impl.actions.SeminarActionService
SeminarActionService.SeminarActionInformationException, SeminarActionService.SeminarCondition
-
Constructor Summary
ConstructorDescriptionSeminarActionServiceImpl
(EntityExplorerActionSelectionService selectionService, Context context, org.slf4j.Logger log, TextResources textResources, SecurityManager securityManager, LogicCopyService logicCopyService, QueryBuilderFactory queryBuilderFactory, RebindService rebindService, DefaultDisplayService defaultDisplayService, GroovyEventCodeService groovyEventCodeService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncheckCondition
(EntityExplorerActionSelection selection) Deprecated.void
raiseSeminar
(EntityExplorerActionSelection selection, String configuration, String takeRegistrationToAllModules, @Nullable String eventFieldsToOverwriteOnRaise) Deprecated.void
setConfigurations
(List<SeminarActionConfiguration> configurations) Deprecated.void
setEventRelationsToCopy
(List<String> eventRelationsToCopy) Deprecated.void
setExcludedEventFields
(List<String> excludedEventFields) Deprecated.void
setExcludedRegistrationFields
(List<String> excludedRegistrationFields) Deprecated.void
setExtensions
(List<EventCopyExtensionFactory> extensions) Deprecated.void
startSeminar
(EntityExplorerActionSelection selection, RebindValue[] rebindValues, String configuration) Deprecated.
-
Constructor Details
-
SeminarActionServiceImpl
public SeminarActionServiceImpl(EntityExplorerActionSelectionService selectionService, Context context, org.slf4j.Logger log, TextResources textResources, SecurityManager securityManager, LogicCopyService logicCopyService, QueryBuilderFactory queryBuilderFactory, RebindService rebindService, DefaultDisplayService defaultDisplayService, GroovyEventCodeService groovyEventCodeService) Deprecated.
-
-
Method Details
-
checkCondition
public SeminarActionService.SeminarCondition checkCondition(EntityExplorerActionSelection selection) Deprecated.- Specified by:
checkCondition
in interfaceSeminarActionService
-
raiseSeminar
public void raiseSeminar(EntityExplorerActionSelection selection, String configuration, String takeRegistrationToAllModules, @Nullable @Nullable String eventFieldsToOverwriteOnRaise) throws InterruptedException Deprecated.- Specified by:
raiseSeminar
in interfaceSeminarActionService
- Throws:
InterruptedException
-
startSeminar
public void startSeminar(EntityExplorerActionSelection selection, RebindValue[] rebindValues, String configuration) throws InterruptedException, UnresolvableUriException, UriStoreException, RebindException, URISyntaxException Deprecated.- Specified by:
startSeminar
in interfaceSeminarActionService
- Throws:
InterruptedException
UnresolvableUriException
UriStoreException
RebindException
URISyntaxException
-
setConfigurations
Deprecated. -
setExcludedEventFields
Deprecated. -
setExcludedRegistrationFields
@Autowired(required=false) public void setExcludedRegistrationFields(List<String> excludedRegistrationFields) Deprecated. -
setEventRelationsToCopy
Deprecated. -
setExtensions
Deprecated.
-