Class ExternalEventApprovalServiceImpl
java.lang.Object
ch.tocco.nice2.optional.eventadminextranet.impl.services.ExternalEventApprovalServiceImpl
- All Implemented Interfaces:
ExternalEventApprovalService
@Component
public class ExternalEventApprovalServiceImpl
extends Object
implements ExternalEventApprovalService
-
Constructor Summary
ConstructorDescriptionExternalEventApprovalServiceImpl
(Context context, EmailTemplateLoadService emailTemplateLoadService, MailFactory mailFactory, L10N l10N) -
Method Summary
Modifier and TypeMethodDescriptionvoid
submit
(EntityList eventEntityList, String option, String refusalReason)
-
Constructor Details
-
ExternalEventApprovalServiceImpl
public ExternalEventApprovalServiceImpl(Context context, EmailTemplateLoadService emailTemplateLoadService, MailFactory mailFactory, L10N l10N)
-
-
Method Details
-
submit
public void submit(EntityList eventEntityList, String option, String refusalReason) throws RpcExecutionException, InterruptedException, jakarta.mail.internet.AddressException, UnsupportedEncodingException, MailException - Specified by:
submit
in interfaceExternalEventApprovalService
- Throws:
RpcExecutionException
InterruptedException
jakarta.mail.internet.AddressException
UnsupportedEncodingException
MailException
-