Class AddressUpdateFlowServiceImpl
java.lang.Object
ch.tocco.nice2.optional.address.impl.action.AddressUpdateFlowServiceImpl
- All Implemented Interfaces:
AddressUpdateFlowService
-
Constructor Summary
ConstructorsConstructorDescriptionAddressUpdateFlowServiceImpl(QueryBuilderFactory queryBuilderFactory, RebindService rebindService, MailFactory emailFactory, EmailTemplateLoadService emailTemplateLoadService, PrincipalService principalService, CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsave(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:
currentUserHasPublicizedEditableAddressin 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:
savein interfaceAddressUpdateFlowService- Throws:
jakarta.mail.internet.AddressExceptionInterruptedExceptionUnresolvableUriExceptionUriStoreExceptionRebindExceptionURISyntaxExceptionUnsupportedEncodingExceptionCommitExceptionNoEntityToLoadException
-