Uses of Class
org.springframework.richclient.samples.dataeditor.domain.Supplier

Packages that use Supplier
org.springframework.richclient.samples.dataeditor.domain   
 

Uses of Supplier in org.springframework.richclient.samples.dataeditor.domain
 

Methods in org.springframework.richclient.samples.dataeditor.domain that return Supplier
 Supplier Item.getSupplier()
           
 Supplier SupplierService.getSupplier(Integer id)
           
 

Methods in org.springframework.richclient.samples.dataeditor.domain that return types with arguments of type Supplier
 List<Supplier> SupplierService.findSuppliers(SupplierFilter filter)
           
 

Methods in org.springframework.richclient.samples.dataeditor.domain with parameters of type Supplier
 boolean SupplierService.checkFilter(Supplier supplier, SupplierFilter filter)
           
 int Supplier.compareTo(Supplier supplier)
           
static SupplierFilter SupplierFilter.fromSupplier(Supplier f)
           
 void Item.setSupplier(Supplier supplier)
           
 

Constructors in org.springframework.richclient.samples.dataeditor.domain with parameters of type Supplier
Item(String descriptiom, String name, Supplier supplier)
           
 



Copyright © 2004-2009 The Spring Framework. All Rights Reserved.