Uses of Class
com.storedobject.accounts.CustomerInvoice
Packages that use CustomerInvoice
-
Uses of CustomerInvoice in com.storedobject.ui.accounts
Classes in com.storedobject.ui.accounts with type parameters of type CustomerInvoiceModifier and TypeClassDescriptionclassBaseCustomerInvoiceBrowser<I extends CustomerInvoice>classBaseCustomerInvoiceEditor<I extends CustomerInvoice>Constructor parameters in com.storedobject.ui.accounts with type arguments of type CustomerInvoiceModifierConstructorDescriptionCustomerInvoiceBrowser(int actions, SearchBuilder<CustomerInvoice> searchBuilder) CustomerInvoiceBrowser(Iterable<String> browseColumns, int actions, SearchBuilder<CustomerInvoice> searchBuilder) CustomerInvoiceBrowser(Iterable<String> browseColumns, int actions, SearchBuilder<CustomerInvoice> searchBuilder, String caption) protectedCustomerInvoiceBrowser(Iterable<String> browseColumns, int actions, SearchBuilder<CustomerInvoice> searchBuilder, String caption, String allowedActions) CustomerInvoiceBrowser(Iterable<String> browseColumns, SearchBuilder<CustomerInvoice> searchBuilder)