Class InvoiceRecipientServiceImpl
java.lang.Object
ch.tocco.nice2.optional.order.impl.action.invoice.service.InvoiceRecipientServiceImpl
- All Implemented Interfaces:
InvoiceRecipientService
-
Constructor Summary
Constructors -
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 InvoiceActionPropertiesbooleanhasAlternateBillingAddress(Entity source, InvoicePropertiesContribution properties)
-
Constructor Details
-
InvoiceRecipientServiceImpl
public InvoiceRecipientServiceImpl(org.slf4j.Logger log)
-
-
Method Details
-
getInvoiceRecipient
public InvoiceRecipient getInvoiceRecipient(Entity source, InvoicePropertiesContribution properties) Description copied from interface:InvoiceRecipientServiceReturn the invoice recipient of the given entity according to the InvoiceActionProperties- Specified by:
getInvoiceRecipientin interfaceInvoiceRecipientService
-
getCorrespondenceLanguage
- Specified by:
getCorrespondenceLanguagein interfaceInvoiceRecipientService
-
hasAlternateBillingAddress
- Specified by:
hasAlternateBillingAddressin interfaceInvoiceRecipientService
-