Uses of Class
org.jboss.seam.faces.examples.viewconfig.model.Item

Packages that use Item
org.jboss.seam.faces.examples.viewconfig   
org.jboss.seam.faces.examples.viewconfig.model   
org.jboss.seam.faces.examples.viewconfig.security   
 

Uses of Item in org.jboss.seam.faces.examples.viewconfig
 

Methods in org.jboss.seam.faces.examples.viewconfig that return Item
 Item PageController.getItem()
           
 

Methods in org.jboss.seam.faces.examples.viewconfig that return types with arguments of type Item
 List<Item> PageController.getItems()
           
 

Methods in org.jboss.seam.faces.examples.viewconfig with parameters of type Item
 void PageController.setItem(Item item)
           
 

Uses of Item in org.jboss.seam.faces.examples.viewconfig.model
 

Methods in org.jboss.seam.faces.examples.viewconfig.model that return Item
 Item ItemDao.find(Integer id)
           
 Item ItemConverter.toObject(UIComponent uic, String string)
           
 

Methods in org.jboss.seam.faces.examples.viewconfig.model that return types with arguments of type Item
 List<Item> ItemDao.findAll()
           
 

Methods in org.jboss.seam.faces.examples.viewconfig.model with parameters of type Item
 void ItemDao.create(Item item)
           
 void ItemDao.remove(Item item)
           
 String ItemConverter.toString(UIComponent uic, Item t)
           
 void ItemDao.update(Item item)
           
 

Uses of Item in org.jboss.seam.faces.examples.viewconfig.security
 

Methods in org.jboss.seam.faces.examples.viewconfig.security with parameters of type Item
 boolean SecurityRules.ownerChecker(org.jboss.seam.security.Identity identity, Item item)
           
 



Copyright © 2009-2011 Seam Framework. All Rights Reserved.