org.jboss.seam.faces.examples.viewconfig.model
Class ItemDao

java.lang.Object
  extended by org.jboss.seam.faces.examples.viewconfig.model.ItemDao

public class ItemDao
extends Object

Author:
Brian Leathem

Constructor Summary
ItemDao()
           
 
Method Summary
 void create(Item item)
           
 Item find(Integer id)
           
 List<Item> findAll()
           
 void remove(Item item)
           
 void update(Item item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemDao

public ItemDao()
Method Detail

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.