Class GroovyEventCodeServiceImpl
java.lang.Object
ch.tocco.nice2.optional.seminar.impl.actions.GroovyEventCodeServiceImpl
- All Implemented Interfaces:
GroovyEventCodeService
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.optional.seminar.impl.actions.GroovyEventCodeService
GroovyEventCodeService.Script
-
Constructor Summary
ConstructorDescriptionGroovyEventCodeServiceImpl
(GroovyEvaluationService groovyEvaluationService, PersistenceService persistenceService, BusinessUnitManager businessUnitManager) -
Method Summary
Modifier and TypeMethodDescriptionbuildCodeForEvent
(GroovyEventCodeService.Script script, Entity eventEntity, Entity periodEntity, Entity seminarForm, Entity seminarEntity, @Nullable Entity copiedEventEntity, boolean isRaise) buildCodeForSeminar
(GroovyEventCodeService.Script script, Entity seminarEntity, Entity seminarForm, Entity periodEntity) fetchScript
(Entity seminarEntity)
-
Constructor Details
-
GroovyEventCodeServiceImpl
public GroovyEventCodeServiceImpl(GroovyEvaluationService groovyEvaluationService, PersistenceService persistenceService, BusinessUnitManager businessUnitManager)
-
-
Method Details
-
fetchScript
- Specified by:
fetchScript
in interfaceGroovyEventCodeService
-
buildCodeForSeminar
public Optional<String> buildCodeForSeminar(GroovyEventCodeService.Script script, Entity seminarEntity, Entity seminarForm, Entity periodEntity) - Specified by:
buildCodeForSeminar
in interfaceGroovyEventCodeService
-
buildCodeForEvent
public Optional<String> buildCodeForEvent(GroovyEventCodeService.Script script, Entity eventEntity, Entity periodEntity, Entity seminarForm, Entity seminarEntity, @Nullable @Nullable Entity copiedEventEntity, boolean isRaise) - Specified by:
buildCodeForEvent
in interfaceGroovyEventCodeService
-