|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MailingService
| Method Summary | |
|---|---|
List<File> |
generateFilledDocumentInPDF(File template,
List<Form> forms,
Map<String,String> fieldBindings)
Deprecated. since 0.0.5 can't use non serializable parameters |
List<File> |
generateFilledDocumentInPDF(File template,
List<Form> forms,
Map<String,String> fieldBindings,
boolean replace)
Deprecated. since 0.0.5 can't use non serializable parameters |
String[] |
getDocumentFields(File template)
Deprecated. since 0.0.5 can't use non serializable parameters |
void |
receiveMessages()
|
Sending |
sendMessage(Sending sending,
String sessionParagraph)
|
Sending |
sendMessage(Sending sending,
String sessionParagraph,
String email)
|
Session |
sendMessages(Session session,
List<Sending> sendings)
|
Session |
stopSentMail(Session session)
|
| Method Detail |
|---|
@Deprecated
String[] getDocumentFields(File template)
throws VradiException
template - template file
VradiException
@Deprecated
List<File> generateFilledDocumentInPDF(File template,
List<Form> forms,
Map<String,String> fieldBindings)
throws VradiException
template - template to use to generate PDFforms - to to generatefieldBindings - map between template field name and form fields names
VradiException
@Deprecated
List<File> generateFilledDocumentInPDF(File template,
List<Form> forms,
Map<String,String> fieldBindings,
boolean replace)
throws VradiException
template - template to use to generate PDFforms - to to generatefieldBindings - map between template field name and form fields namesreplace - replace already existing generated forms
VradiException
Session sendMessages(Session session,
List<Sending> sendings)
throws VradiException
VradiException
Sending sendMessage(Sending sending,
String sessionParagraph)
throws VradiException
VradiException
Sending sendMessage(Sending sending,
String sessionParagraph,
String email)
throws VradiException
VradiException
void receiveMessages()
throws VradiException
VradiException
Session stopSentMail(Session session)
throws VradiException
VradiException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||