Interface AddressUpdateFlowService
- All Known Implementing Classes:
AddressUpdateFlowServiceImpl
public interface AddressUpdateFlowService
Service for the AddressUpdateFlow. Saves the updated address or/and user. And sends an email to the email address
on the user if it is defined in the widget configuration.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
save
(RebindValue[] rebindValues, Map<String, String> params)
-
Method Details
-
currentUserHasPublicizedEditableAddress
boolean currentUserHasPublicizedEditableAddress() -
save
void save(RebindValue[] rebindValues, Map<String, String> params) throws jakarta.mail.internet.AddressException, InterruptedException, UnresolvableUriException, UriStoreException, RebindException, URISyntaxException, UnsupportedEncodingException, CommitException, NoEntityToLoadException- Throws:
jakarta.mail.internet.AddressException
InterruptedException
UnresolvableUriException
UriStoreException
RebindException
URISyntaxException
UnsupportedEncodingException
CommitException
NoEntityToLoadException
-