Interface RegistrationApprovalService
- All Known Implementing Classes:
RegistrationApprovalServiceImpl
public interface RegistrationApprovalService
-
Method Details
-
classifySelectedRecords
RegistrationApprovalService.RegistrationApprovalClassification classifySelectedRecords(EntityExplorerActionSelection selection) throws PersistException, InterruptedException, RpcExecutionException -
process
void process(String sendMailTo1Keys, String sendReminderTo1Keys, String sendMailTo2Keys, String sendReminderTo2Keys) throws PersistException, UnsupportedEncodingException, jakarta.mail.internet.AddressException, MailException, InterruptedException - Throws:
PersistException
UnsupportedEncodingException
jakarta.mail.internet.AddressException
MailException
InterruptedException
-
finish
Boolean finish(String uuid, boolean isApproved) throws PersistException, InterruptedException, MailException, jakarta.mail.internet.AddressException, UnsupportedEncodingException - Throws:
PersistException
InterruptedException
MailException
jakarta.mail.internet.AddressException
UnsupportedEncodingException
-