Class AddressUpdateFlowServiceImpl
java.lang.Object
ch.tocco.nice2.optional.address.impl.action.AddressUpdateFlowServiceImpl
- All Implemented Interfaces:
AddressUpdateFlowService
-
Constructor Summary
ConstructorDescriptionAddressUpdateFlowServiceImpl
(QueryBuilderFactory queryBuilderFactory, RebindService rebindService, MailFactory emailFactory, EmailTemplateLoadService emailTemplateLoadService, PrincipalService principalService, CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
save
(RebindValue[] rebindValues, Map<String, String> params)
-
Constructor Details
-
AddressUpdateFlowServiceImpl
public AddressUpdateFlowServiceImpl(QueryBuilderFactory queryBuilderFactory, RebindService rebindService, MailFactory emailFactory, EmailTemplateLoadService emailTemplateLoadService, PrincipalService principalService, CommandExecutor commandExecutor)
-
-
Method Details
-
currentUserHasPublicizedEditableAddress
public boolean currentUserHasPublicizedEditableAddress()- Specified by:
currentUserHasPublicizedEditableAddress
in interfaceAddressUpdateFlowService
-
save
public void save(RebindValue[] rebindValues, Map<String, String> params) throws jakarta.mail.internet.AddressException, InterruptedException, UnresolvableUriException, UriStoreException, RebindException, URISyntaxException, UnsupportedEncodingException, CommitException, NoEntityToLoadException- Specified by:
save
in interfaceAddressUpdateFlowService
- Throws:
jakarta.mail.internet.AddressException
InterruptedException
UnresolvableUriException
UriStoreException
RebindException
URISyntaxException
UnsupportedEncodingException
CommitException
NoEntityToLoadException
-