Class InvoiceRecipientServiceImpl
java.lang.Object
ch.tocco.nice2.optional.order.impl.action.invoice.service.InvoiceRecipientServiceImpl
- All Implemented Interfaces:
InvoiceRecipientService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCorrespondenceLanguage
(Entity address, @Nullable Entity user) getInvoiceRecipient
(Entity source, InvoicePropertiesContribution properties) Return the invoice recipient of the given entity according to the InvoiceActionProperties
-
Constructor Details
-
InvoiceRecipientServiceImpl
public InvoiceRecipientServiceImpl()
-
-
Method Details
-
getInvoiceRecipient
public InvoiceRecipient getInvoiceRecipient(Entity source, InvoicePropertiesContribution properties) Description copied from interface:InvoiceRecipientService
Return the invoice recipient of the given entity according to the InvoiceActionProperties- Specified by:
getInvoiceRecipient
in interfaceInvoiceRecipientService
-
getCorrespondenceLanguage
- Specified by:
getCorrespondenceLanguage
in interfaceInvoiceRecipientService
-