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
ConstructorsConstructorDescriptionExternalEventApprovalServiceImpl(Context context, EmailTemplateLoadService emailTemplateLoadService, MailFactory mailFactory, L10N l10N) -
Method Summary
Modifier and TypeMethodDescriptionvoidsubmit(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:
submitin interfaceExternalEventApprovalService- Throws:
RpcExecutionExceptionInterruptedExceptionjakarta.mail.internet.AddressExceptionUnsupportedEncodingExceptionMailException
-