Uses of Class
net.sourceforge.stripes.examples.bugzooky.biz.Bug

Packages that use Bug
net.sourceforge.stripes.examples.bugzooky   
net.sourceforge.stripes.examples.bugzooky.biz   
 

Uses of Bug in net.sourceforge.stripes.examples.bugzooky
 

Methods in net.sourceforge.stripes.examples.bugzooky that return Bug
 Bug SingleBugActionBean.getBug()
           
protected  Bug BugzookyActionBean.populateBug(Bug bug)
          Determines whether the bug provided is a new bug, or an existing bug.
 

Methods in net.sourceforge.stripes.examples.bugzooky that return types with arguments of type Bug
 List<Bug> MultiBugActionBean.getBugs()
          Simple getter that returns the List of Bugs.
 

Methods in net.sourceforge.stripes.examples.bugzooky with parameters of type Bug
protected  Bug BugzookyActionBean.populateBug(Bug bug)
          Determines whether the bug provided is a new bug, or an existing bug.
 void SingleBugActionBean.setBug(Bug bug)
           
 

Method parameters in net.sourceforge.stripes.examples.bugzooky with type arguments of type Bug
 void MultiBugActionBean.setBugs(List<Bug> bugs)
          Setter for the list of bugs.
 

Uses of Bug in net.sourceforge.stripes.examples.bugzooky.biz
 

Methods in net.sourceforge.stripes.examples.bugzooky.biz that return Bug
 Bug BugManager.getBug(int id)
          Gets the bug with the corresponding ID, or null if it does not exist.
 

Methods in net.sourceforge.stripes.examples.bugzooky.biz that return types with arguments of type Bug
 List<Bug> BugManager.getAllBugs()
          Returns a sorted list of all bugs in the system.
 

Methods in net.sourceforge.stripes.examples.bugzooky.biz with parameters of type Bug
 void BugManager.saveOrUpdate(Bug bug)
          Updates an existing bug, or saves a new bug if the bug is a new one.
 



© Copyright 2005, Stripes Development Team.