Uses of Class
de.narimo.georepo.server.providers.InvoiceGenerator.InvoiceFormat
-
Packages that use InvoiceGenerator.InvoiceFormat Package Description de.narimo.georepo.server.providers -
-
Uses of InvoiceGenerator.InvoiceFormat in de.narimo.georepo.server.providers
Methods in de.narimo.georepo.server.providers that return InvoiceGenerator.InvoiceFormat Modifier and Type Method Description static InvoiceGenerator.InvoiceFormatInvoiceGenerator.InvoiceFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static InvoiceGenerator.InvoiceFormat[]InvoiceGenerator.InvoiceFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.narimo.georepo.server.providers with parameters of type InvoiceGenerator.InvoiceFormat Modifier and Type Method Description static Map<String,String>InvoiceGenerator. createSubstitutionMap(InvoiceGenerator.InvoiceFormat invoiceFormat, String vendorname, String vendorstreet, String vendorhousenumber, String vendorpostcode, String vendorcity, String customername, String customerstreet, String customerhousenumber, String customerpostcode, String customercity, String customercountry)Creates the subsitution map for the invoice parameters with some pre-defined values.StringInvoiceGenerator. generateInvoice(Integer invoiceCounter, InvoiceGenerator.InvoiceFormat invFormat)
-