Class ExternalEventCreateActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.eventadminextranet.impl.actions.ExternalEventCreateActionServiceImpl
- All Implemented Interfaces:
ExternalEventCreateActionService
public class ExternalEventCreateActionServiceImpl
extends Object
implements ExternalEventCreateActionService
-
Constructor Summary
ConstructorDescriptionExternalEventCreateActionServiceImpl
(Context context, RebindService rebindService, EntityDefaultValueService entityDefaultValueService, ExternalEventPublishService externalEventPublishService, LocaleResolverService localeResolverService, BusinessUnitManager businessUnitManager, PrincipalService principalService, SecurityManager securityManager) -
Method Summary
Modifier and TypeMethodDescriptionsave
(RebindValue[] rebindValues, HashMap<String, String> params) saveAndPublish
(RebindValue[] rebindValues, HashMap<String, String> params)
-
Constructor Details
-
ExternalEventCreateActionServiceImpl
public ExternalEventCreateActionServiceImpl(Context context, RebindService rebindService, EntityDefaultValueService entityDefaultValueService, ExternalEventPublishService externalEventPublishService, LocaleResolverService localeResolverService, BusinessUnitManager businessUnitManager, PrincipalService principalService, SecurityManager securityManager)
-
-
Method Details
-
save
- Specified by:
save
in interfaceExternalEventCreateActionService
-
saveAndPublish
- Specified by:
saveAndPublish
in interfaceExternalEventCreateActionService
-