Index
All Classes|All Packages|Constant Field Values|Deprecated API|Serialized Form
S
- save(String) - Method in class org.nekosoft.pdffer.web.PdfferController
 - 
Save.
 - scope() - Element in annotation interface org.nekosoft.pdffer.template.PdfTemplateComponent
 - 
The scope of this template (by default, it is "prototype", as set in the
PdfTemplateComponent.SCOPE_DEFAULTconstant). - SCOPE_DEFAULT - Static variable in annotation interface org.nekosoft.pdffer.template.PdfTemplateComponent
 - 
The default scope for all PDFfer templates ("prototype")
 - SCOPE_SINGLETON - Static variable in annotation interface org.nekosoft.pdffer.template.PdfTemplateComponent
 - 
The singleton scope for templates that follow a different paradigm to the standard one.
 - sendMessageWithPdfAttachment(String, String, String, byte[], String, String, String) - Method in class org.nekosoft.pdffer.mail.PdfferMailerBean
 - 
Send an email message with a PDF attachment.
 - sendMessageWithPdfAttachment(List<InternetAddress>, String, String, byte[], String, String, String) - Method in class org.nekosoft.pdffer.mail.PdfferMailerBean
 - 
Send an email message with a PDF attachment.
 - sendMessageWithPdfAttachmentToList(List<String>, String, String, byte[], String, String, String) - Method in class org.nekosoft.pdffer.mail.PdfferMailerBean
 - 
Send an email message with a PDF attachment.
 - setBankDetails(String) - Method in class org.nekosoft.PDFferTemplates.invoice.InvoiceData
 - 
Sets the bank details.
 - setClient(String) - Method in class org.nekosoft.PDFferTemplates.invoice.InvoiceData
 - 
Sets the client name.
 - setClientAddress(String) - Method in class org.nekosoft.PDFferTemplates.invoice.InvoiceData
 - 
Sets the client's address.
 - setClientEmail(String) - Method in class org.nekosoft.PDFferTemplates.invoice.InvoiceData
 - 
Sets the client's email.
 - setClientTaxCode(String) - Method in class org.nekosoft.PDFferTemplates.invoice.InvoiceData
 - 
Sets the client's tax code.
 - setCurrency(String) - Method in class org.nekosoft.PDFferTemplates.invoice.InvoiceData
 - 
Sets the invoice currency.
 - setDescription(String) - Method in class org.nekosoft.PDFferTemplates.invoice.LineItemData
 - 
Sets the description.
 - setDueDate(LocalDate) - Method in class org.nekosoft.PDFferTemplates.invoice.InvoiceData
 - 
Sets the due date of the invoice.
 - setEmailTo(List<String>) - Method in class org.nekosoft.pdffer.web.EmailRequestData
 - 
Sets the email address to send the PDF to.
 - setFilename(String) - Method in class org.nekosoft.pdffer.web.DownloadRequestData
 - 
Sets the name of the file for the PDF to be downloaded.
 - setFilename(String) - Method in class org.nekosoft.pdffer.web.EmailRequestData
 - 
Sets the filename that will be used for the attachment.
 - setFooter1(String) - Method in class org.nekosoft.PDFferTemplates.invoice.InvoiceData
 - 
Sets the first line of the footer.
 - setFooter2(String) - Method in class org.nekosoft.PDFferTemplates.invoice.InvoiceData
 - 
Sets the second line of the footer.
 - setInvoiceDate(LocalDate) - Method in class org.nekosoft.PDFferTemplates.invoice.InvoiceData
 - 
Sets the invoice date.
 - setInvoiceNo(String) - Method in class org.nekosoft.PDFferTemplates.invoice.InvoiceData
 - 
Sets the invoice number.
 - setLineItems(List<LineItemData>) - Method in class org.nekosoft.PDFferTemplates.invoice.InvoiceData
 - 
Sets the line items.
 - setMessage(String) - Method in class org.nekosoft.pdffer.web.EmailRequestData
 - 
Sets the main message of the email that will contain the PDF.
 - setPayload(Map<String, Object>) - Method in class org.nekosoft.pdffer.web.AbstractRequestData
 - 
Sets payload data that the PDF template will use to generate the PDF.
 - setPayload(T) - Method in class org.nekosoft.pdffer.template.AbstractJacksonPdfTemplate
 - setPayload(T) - Method in interface org.nekosoft.pdffer.template.PdfTemplate
 - 
Sets the payload that should be used by this instance to generate a PDF document.
 - setPayloadJson(String) - Method in class org.nekosoft.pdffer.template.AbstractJacksonPdfTemplate
 - 
Takes a JSON string and creates the payload for the template from it.
 - setPayloadMap(Map<String, Object>) - Method in class org.nekosoft.pdffer.template.AbstractJacksonPdfTemplate
 - 
Takes a Java map and creates the payload for the template from it.
 - setPayloadMap(Map<String, Object>) - Method in class org.nekosoft.PDFferTemplates.DefaultPdfTemplate
 - setQuantity(int) - Method in class org.nekosoft.PDFferTemplates.invoice.LineItemData
 - 
Sets the quantity.
 - setReplyTo(String) - Method in class org.nekosoft.pdffer.web.EmailRequestData
 - 
Sets the reply-to email address in full RFC 6854 format.
 - setSender(String) - Method in class org.nekosoft.PDFferTemplates.invoice.InvoiceData
 - 
Sets the sender's name.
 - setSenderAddress(String) - Method in class org.nekosoft.PDFferTemplates.invoice.InvoiceData
 - 
Sets the sender's address.
 - setSenderEmail(String) - Method in class org.nekosoft.PDFferTemplates.invoice.InvoiceData
 - 
Sets the sender's email.
 - setSenderTaxCode(String) - Method in class org.nekosoft.PDFferTemplates.invoice.InvoiceData
 - 
Sets the sender's tax code.
 - setSendFrom(String) - Method in class org.nekosoft.pdffer.web.EmailRequestData
 - 
Sets the send-from email address in full RFC 6854 format.
 - setSubject(String) - Method in class org.nekosoft.pdffer.web.EmailRequestData
 - 
Sets the subject of the email that will contain the PDF.
 - setTaxName(String) - Method in class org.nekosoft.PDFferTemplates.invoice.LineItemData
 - 
Sets the tax name.
 - setTaxRate(double) - Method in class org.nekosoft.PDFferTemplates.invoice.LineItemData
 - 
Sets the tax rate.
 - setUnitFormat(String) - Method in class org.nekosoft.PDFferTemplates.invoice.LineItemData
 - 
Sets the unit format.
 - setUnitPrice(double) - Method in class org.nekosoft.PDFferTemplates.invoice.LineItemData
 - 
Sets the unit price.
 - SmtpServerInfo - Class in org.nekosoft.pdffer.props
 - 
A Property POJO part that represents SMTP server information.
 - SmtpServerInfo(String, int, String, String, Properties) - Constructor for class org.nekosoft.pdffer.props.SmtpServerInfo
 - 
Instantiates a new SMTP server info.
 - splitTemplatePath(String) - Static method in interface org.nekosoft.pdffer.template.PdfTemplate
 - 
Returns the group and name components from a template path string.
 
All Classes|All Packages|Constant Field Values|Deprecated API|Serialized Form