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 PaymentPaymentHandler.createPayment(Invoices invoiceIO, String providerIO) Creates a payment based on the given invoice.static booleanThis method checks if the given entity exists in the database.static StringInvoicesHandler.generateContent(io.jmix.core.DataManager managerIO, Invoices invoiceIO) Generates content for the PDF invoice using the provided DataManager and Invoices objects.static voidInvoicesHandler.generatePDF(io.jmix.core.DataManager managerIO, Invoices invoiceIO) Generates a PDF invoice using the provided DataManager and Invoices objects.static StringInvoicesHandler.getInvoicePath(Invoices invoiceIO) static IntegerInvoicesHandler.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 doubleInvoicesHandler.getProductsPrice(io.jmix.core.DataManager manager, Invoices invoices) This method calculates the total price of products for a specific invoice.