Package | Description |
---|---|
ehandel.no.dto | |
ehandel.no.util |
Modifier and Type | Class and Description |
---|---|
class |
ReminderDTO
The Class ReminderDTO.
|
Modifier and Type | Method and Description |
---|---|
static InvoiceDTO |
InvoiceUtils.convertToEHFInvoice(Invoice invoice)
Method used to convert EHF invoice to ehandel.no.invoice.Invoice wrapper.
|
static InvoiceDTO |
InvoiceUtils.convertToEHFV2Invoice(Invoice invoice)
Method used to convert EHF invoice to Invoice wrapper.
|
static InvoiceDTO |
UblInvoiceUtils.convertToEHFV3Invoice(Invoice invoice)
Method used to convert EHF invoice to Invoice wrapper.
|
static InvoiceDTO |
InvoiceUtils.getEHFInvoice(File file)
Unmarshalling XML file to invoice object.
|
static InvoiceDTO |
CreditNoteUtils.getEHFInvoice(File file)
Unmarshalling XML file to creditnote object.
|
static InvoiceDTO |
InvoiceUtils.getEHFInvoice(InputStream is) |
static InvoiceDTO |
CreditNoteUtils.getEHFInvoice(InputStream is)
Method used to convert EHF CreditNote XML file stream to EHF CreditNote object
|
static InvoiceDTO |
InvoiceUtils.getEHFInvoice(String filePath)
Method used to convert EHF ehandel.no.invoice.Invoice XML file to EHF
ehandel.no.invoice.Invoice object
|
static InvoiceDTO |
CreditNoteUtils.getEHFInvoice(String filePath)
Method used to convert EHF CreditNote XML file to EHF CreditNote object
|
static InvoiceDTO |
InvoiceUtils.getEHFV2Invoice(File file)
Unmarshalling XML file to invoice object.
|
static InvoiceDTO |
CreditNoteUtils.getEHFV2Invoice(File file)
Unmarshalling XML file to creditnote object.
|
static InvoiceDTO |
InvoiceUtils.getEHFV2Invoice(InputStream is) |
static InvoiceDTO |
CreditNoteUtils.getEHFV2Invoice(InputStream is)
Method used to convert EHF CreditNote XML file stream to EHF CreditNote object
|
static InvoiceDTO |
InvoiceUtils.getEHFV2Invoice(String filePath)
Method used to convert EHF Invoice XML file to EHF Invoice object
|
static InvoiceDTO |
CreditNoteUtils.getEHFV2Invoice(String filePath)
Method used to convert EHF CreditNote XML file to EHF CreditNote object
|
static InvoiceDTO |
UblInvoiceUtils.getEHFV3Invoice(File file)
Unmarshalling XML file to invoice object.
|
static InvoiceDTO |
UblCreditNoteUtils.getEHFV3Invoice(File file)
Unmarshalling XML file to creditnote object.
|
static InvoiceDTO |
UblInvoiceUtils.getEHFV3Invoice(InputStream is) |
static InvoiceDTO |
UblCreditNoteUtils.getEHFV3Invoice(InputStream is)
Method used to convert EHF CreditNote XML file stream to EHF CreditNote object
|
static InvoiceDTO |
UblInvoiceUtils.getEHFV3Invoice(String filePath)
Method used to convert EHF Invoice XML file to EHF Invoice object
|
static InvoiceDTO |
UblCreditNoteUtils.getEHFV3Invoice(String filePath)
Method used to convert EHF CreditNote XML file to EHF CreditNote object
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
InvoiceUtils.generateEHFInvoiceXML(InvoiceDTO invoiceDTO)
Marshalling invoice object to byte array.
|
static byte[] |
CreditNoteUtils.generateEHFInvoiceXML(InvoiceDTO invoiceDTO)
Marshalling creditnote object to byte array.
|
static void |
InvoiceUtils.generateEHFInvoiceXML(InvoiceDTO invoiceDTO,
String filePath)
Marshalling invoice object to XML file.
|
static void |
CreditNoteUtils.generateEHFInvoiceXML(InvoiceDTO invoiceDTO,
String filePath)
Marshalling creditnote object to XML file.
|
static byte[] |
InvoiceUtils.generateEHFV2InvoiceXML(InvoiceDTO invoiceDTO)
Marshalling invoice object to byte array.
|
static byte[] |
CreditNoteUtils.generateEHFV2InvoiceXML(InvoiceDTO invoiceDTO)
Marshalling creditnote object to byte array.
|
static void |
InvoiceUtils.generateEHFV2InvoiceXML(InvoiceDTO invoiceDTO,
String filePath) |
static void |
CreditNoteUtils.generateEHFV2InvoiceXML(InvoiceDTO invoiceDTO,
String filePath)
Marshalling creditnote object to XML file.
|
static byte[] |
UblInvoiceUtils.generateEHFV3InvoiceXML(InvoiceDTO invoiceDTO)
Marshalling invoice object to byte array.
|
static byte[] |
UblCreditNoteUtils.generateEHFV3InvoiceXML(InvoiceDTO invoiceDTO)
Marshalling creditnote object to byte array.
|
static void |
UblInvoiceUtils.generateEHFV3InvoiceXML(InvoiceDTO invoiceDTO,
String filePath) |
static void |
UblCreditNoteUtils.generateEHFV3InvoiceXML(InvoiceDTO invoiceDTO,
String filePath)
Marshalling creditnote object to XML file.
|
static boolean |
UblInvoiceUtils.isValidInvoiceAmount(InvoiceDTO invoiceDTO) |
static boolean |
InvoiceUtils.isValidInvoiceAmount(InvoiceDTO invoiceDTO) |
Copyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.