Package | Description |
---|---|
com.neurosys.content.service.publishers | |
com.neurosys.ecom.orders.service | |
com.neurosys.ecom.payment.methods | |
com.neurosys.ecom.user.service | |
com.neurosys.messenger |
Modifier and Type | Class and Description |
---|---|
class |
VelocityContentPublisher
A
Publisher that uses Velocity to publish HTML files. |
Modifier and Type | Method and Description |
---|---|
Publisher |
SingleContentPerFacetPublishAdapter.getPublisher() |
Modifier and Type | Method and Description |
---|---|
void |
SingleContentPerFacetPublishAdapter.setPublisher(Publisher publisher) |
Modifier and Type | Method and Description |
---|---|
protected abstract Publisher |
TemplateInvoiceService.getPublisher(O order)
Get Publisher for each instance request
|
protected Publisher |
SpringTemplateInvoiceService.getPublisher(O order)
Get Publisher for each instance request
|
Modifier and Type | Field and Description |
---|---|
protected Publisher |
OrderViaEmail.emailOrderpublisher |
Modifier and Type | Method and Description |
---|---|
Publisher |
OrderViaEmail.getEmailOrderpublisher() |
Modifier and Type | Method and Description |
---|---|
void |
OrderViaEmail.setEmailOrderpublisher(Publisher emailOrderpublisher) |
Modifier and Type | Method and Description |
---|---|
Publisher |
UserServiceImpl.getResetPasswordMailPublisher() |
Modifier and Type | Method and Description |
---|---|
void |
UserServiceImpl.setResetPasswordMailPublisher(Publisher resetPasswordMailPublisher) |
Modifier and Type | Method and Description |
---|---|
<T> List<EmailMultiPartBuilder.Part> |
MailerService.getEmailParts(Publisher[] mailContentPublishers,
File[] images,
File[] files,
byte[][] rawStreams,
String attachmentSuffix)
Convenience method to construct mail parts from basic constructs like
Publisher s, File s and InputStream s
if the content refers to any images, files then the content published by Publisher s should refer to it by cid:Base-File-Name. |
Copyright © 2018. All rights reserved.