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 TypeClassDescriptionclass
BaseCustomerInvoiceBrowser<I extends CustomerInvoice>
class
BaseCustomerInvoiceEditor<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) protected
CustomerInvoiceBrowser
(Iterable<String> browseColumns, int actions, SearchBuilder<CustomerInvoice> searchBuilder, String caption, String allowedActions) CustomerInvoiceBrowser
(Iterable<String> browseColumns, SearchBuilder<CustomerInvoice> searchBuilder)