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

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

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

Methods in org.springframework.richclient.samples.dataeditor.domain that return Item
 Item ItemService.getItem(Integer id)
           
 

Methods in org.springframework.richclient.samples.dataeditor.domain that return types with arguments of type Item
 List<Item> ItemService.findItems(ItemFilter filter)
           
 

Methods in org.springframework.richclient.samples.dataeditor.domain with parameters of type Item
 boolean ItemService.checkFilter(Item supplier, ItemFilter filter)
           
 int Item.compareTo(Item o)
           
 



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