Class ExternalEventApprovalActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.eventadminextranet.impl.actions.ExternalEventApprovalActionServiceImpl
- All Implemented Interfaces:
ExternalEventApprovalActionService
public class ExternalEventApprovalActionServiceImpl
extends Object
implements ExternalEventApprovalActionService
-
Constructor Summary
ConstructorDescriptionExternalEventApprovalActionServiceImpl
(EntityExplorerActionSelectionService entityExplorerActionSelectionService, Context context, TextResources textResources, ExternalEventApprovalService externalEventApprovalService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
submit
(EntityExplorerActionSelection selection, String option, String refusalReason)
-
Constructor Details
-
ExternalEventApprovalActionServiceImpl
public ExternalEventApprovalActionServiceImpl(EntityExplorerActionSelectionService entityExplorerActionSelectionService, Context context, TextResources textResources, ExternalEventApprovalService externalEventApprovalService)
-
-
Method Details
-
submit
public void submit(EntityExplorerActionSelection selection, String option, String refusalReason) throws RpcExecutionException, InterruptedException, jakarta.mail.internet.AddressException, MailException, UnsupportedEncodingException - Specified by:
submit
in interfaceExternalEventApprovalActionService
- Throws:
RpcExecutionException
InterruptedException
jakarta.mail.internet.AddressException
MailException
UnsupportedEncodingException
-