org.jboss.seam.faces.examples.viewconfig.model
Class ItemDao
java.lang.Object
org.jboss.seam.faces.examples.viewconfig.model.ItemDao
public class ItemDao
- extends Object
- Author:
- Brian Leathem
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ItemDao
public ItemDao()
find
public Item find(Integer id)
findAll
public List<Item> findAll()
create
public void create(Item item)
update
public void update(Item item)
remove
public void remove(Item item)
Copyright © 2009-2011 Seam Framework. All Rights Reserved.