Uses of Record Class
edu.suffolk.litlab.efsp.model.EmailTemplates
Packages that use EmailTemplates
Package
Description
-
Uses of EmailTemplates in edu.suffolk.litlab.efsp.db
Methods in edu.suffolk.litlab.efsp.db with parameters of type EmailTemplatesModifier and TypeMethodDescriptionvoidUserDatabase.addToTable(String name, UUID filingPartyId, Optional<String> phoneNumber, String email, List<UUID> transactionIds, UUID serverId, String apiKeyUsed, String caseType, String courtId, Timestamp submitted, EmailTemplates emailTemplates, String caseTitle, String envelopeId) voidUserDatabase.addToTable(String name, UUID filingPartyId, Optional<String> phoneNumber, String email, UUID transactionId, UUID serverId, String apiKeyUsed, String caseType, String courtId, Timestamp submitted, EmailTemplates tmpls, String caseTitle, String envelopeId) Adds the given values as a row in the submitted table. -
Uses of EmailTemplates in edu.suffolk.litlab.efsp.model
Methods in edu.suffolk.litlab.efsp.model that return EmailTemplatesMethods in edu.suffolk.litlab.efsp.model with parameters of type EmailTemplatesModifier and TypeMethodDescriptionvoidFilingInformation.setEmailTemplates(EmailTemplates emailTemplates) -
Uses of EmailTemplates in edu.suffolk.litlab.efsp.server.utils
Methods in edu.suffolk.litlab.efsp.server.utils with parameters of type EmailTemplates