Verwendungen von Klasse
de.bytestore.hostinger.entity.ecommerce.Invoices
Packages, die Invoices verwenden
Package
Beschreibung
-
Verwendungen von Invoices in de.bytestore.hostinger.entity
Methoden in de.bytestore.hostinger.entity, die Invoices zurückgebenMethoden in de.bytestore.hostinger.entity mit Parametern vom Typ Invoices -
Verwendungen von Invoices in de.bytestore.hostinger.entity.ecommerce
Methoden in de.bytestore.hostinger.entity.ecommerce, die Invoices zurückgebenMethoden in de.bytestore.hostinger.entity.ecommerce mit Parametern vom Typ Invoices -
Verwendungen von Invoices in de.bytestore.hostinger.extension.payment
Methoden in de.bytestore.hostinger.extension.payment mit Parametern vom Typ Invoices -
Verwendungen von Invoices in de.bytestore.hostinger.handler
Methoden in de.bytestore.hostinger.handler mit Parametern vom Typ InvoicesModifizierer und TypMethodeBeschreibungstatic Payment
PaymentHandler.createPayment
(Invoices invoiceIO, String providerIO) Creates a payment based on the given invoice.static boolean
This method checks if the given entity exists in the database.static String
InvoicesHandler.generateContent
(io.jmix.core.DataManager managerIO, Invoices invoiceIO) Generates content for the PDF invoice using the provided DataManager and Invoices objects.static void
InvoicesHandler.generatePDF
(io.jmix.core.DataManager managerIO, Invoices invoiceIO) Generates a PDF invoice using the provided DataManager and Invoices objects.static String
InvoicesHandler.getInvoicePath
(Invoices invoiceIO) static Integer
InvoicesHandler.getProductsCount
(io.jmix.core.DataManager manager, Invoices invoices) This method retrieves the total count of products for a specific invoice.static List<InvoiceProducts>
InvoicesHandler.getProductsFor
(io.jmix.core.DataManager manager, Invoices entity) This method retrieves a list of invoice products associated with a given invoice entity from the database.static double
InvoicesHandler.getProductsPrice
(io.jmix.core.DataManager manager, Invoices invoices) This method calculates the total price of products for a specific invoice.