Interface ExternalEventEditActionService
- All Known Implementing Classes:
ExternalEventEditActionServiceImpl
Deprecated.
Service to edit Event entities from ExternalEventEdit flow
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.getEventStatus
(String key) Deprecated.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
Deprecated.void
Deprecated.void
save
(RebindValue[] rebindValues, Map<String, String> params) Deprecated.boolean
showParticipants
(String key) Deprecated.
-
Method Details
-
publish
void publish(String key) throws InterruptedException, UnsupportedEncodingException, jakarta.mail.internet.AddressException, MailException Deprecated.- Throws:
InterruptedException
UnsupportedEncodingException
jakarta.mail.internet.AddressException
MailException
-
delete
Deprecated.- Throws:
InterruptedException
-
save
void save(RebindValue[] rebindValues, Map<String, String> params) throws UnresolvableUriException, InterruptedException, RebindException, CommitException, UriStoreException, URISyntaxExceptionDeprecated. -
isPlanned
Deprecated. -
getEventStatus
Deprecated.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
Deprecated.
-