Uses of Class
com.blinksale.domain.Invoice

Packages that use Invoice
com.blinksale.domain BlinkSale domain layer. 
 

Uses of Invoice in com.blinksale.domain
 

Methods in com.blinksale.domain that return types with arguments of type Invoice
 java.util.List<Invoice> Client.getInvoices()
           
 java.util.List<Invoice> Account.getInvoices()