org.springframework.richclient.samples.dataeditor.domain
Class SupplierService

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.samples.dataeditor.domain.SupplierService

public class SupplierService
extends Object


Constructor Summary
SupplierService()
           
 
Method Summary
 boolean checkFilter(Supplier supplier, SupplierFilter filter)
           
 List<Supplier> findSuppliers(SupplierFilter filter)
           
 Supplier getSupplier(Integer id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupplierService

public SupplierService()
Method Detail

findSuppliers

public List<Supplier> findSuppliers(SupplierFilter filter)

getSupplier

public Supplier getSupplier(Integer id)

checkFilter

public boolean checkFilter(Supplier supplier,
                           SupplierFilter filter)


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