org.springframework.richclient.samples.dataeditor.domain
Class SupplierService
java.lang.Object
org.springframework.richclient.samples.dataeditor.domain.SupplierService
public class SupplierService
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SupplierService
public SupplierService()
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.