Class ExternalEventEditActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.eventadminextranet.impl.actions.ExternalEventEditActionServiceImpl
- All Implemented Interfaces:
ExternalEventEditActionService
public class ExternalEventEditActionServiceImpl
extends Object
implements ExternalEventEditActionService
-
Constructor Summary
ConstructorDescriptionExternalEventEditActionServiceImpl
(Context context, RebindService rebindService, ExternalEventPublishService externalEventPublishService, SecurityManager securityManager, LocaleResolverService localeResolverService, PrincipalService principalService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
getEventStatus
(String key) Function returns the unique_id string of the Event_status, that is related to the Event entity with the primary key, that is passed as parameterboolean
void
void
save
(RebindValue[] rebindValues, Map<String, String> params) boolean
showParticipants
(String key)
-
Constructor Details
-
ExternalEventEditActionServiceImpl
public ExternalEventEditActionServiceImpl(Context context, RebindService rebindService, ExternalEventPublishService externalEventPublishService, SecurityManager securityManager, LocaleResolverService localeResolverService, PrincipalService principalService)
-
-
Method Details
-
save
public void save(RebindValue[] rebindValues, Map<String, String> params) throws UnresolvableUriException, InterruptedException, RebindException, CommitException, UriStoreException, URISyntaxException- Specified by:
save
in interfaceExternalEventEditActionService
- Throws:
UnresolvableUriException
InterruptedException
RebindException
CommitException
UriStoreException
URISyntaxException
-
publish
public void publish(String key) throws InterruptedException, UnsupportedEncodingException, jakarta.mail.internet.AddressException, MailException - Specified by:
publish
in interfaceExternalEventEditActionService
- Throws:
InterruptedException
UnsupportedEncodingException
jakarta.mail.internet.AddressException
MailException
-
delete
- Specified by:
delete
in interfaceExternalEventEditActionService
- Throws:
InterruptedException
-
isPlanned
- Specified by:
isPlanned
in interfaceExternalEventEditActionService
-
getEventStatus
Description copied from interface:ExternalEventEditActionService
Function returns the unique_id string of the Event_status, that is related to the Event entity with the primary key, that is passed as parameter- Specified by:
getEventStatus
in interfaceExternalEventEditActionService
- Parameters:
key
- the primary key of the Event entity- Returns:
- Event_status unique_id string
-
showParticipants
- Specified by:
showParticipants
in interfaceExternalEventEditActionService
-