Interface ExternalEventEditActionService
- All Known Implementing Classes:
ExternalEventEditActionServiceImpl
public interface ExternalEventEditActionService
Service to edit Event entities from ExternalEventEdit flow
-
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)
-
Method Details
-
publish
void publish(String key) throws InterruptedException, UnsupportedEncodingException, jakarta.mail.internet.AddressException, MailException - Throws:
InterruptedException
UnsupportedEncodingException
jakarta.mail.internet.AddressException
MailException
-
delete
- Throws:
InterruptedException
-
save
void save(RebindValue[] rebindValues, Map<String, String> params) throws UnresolvableUriException, InterruptedException, RebindException, CommitException, UriStoreException, URISyntaxException -
isPlanned
-
getEventStatus
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- Parameters:
key
- the primary key of the Event entity- Returns:
- Event_status unique_id string
-
showParticipants
-