net.sourceforge.stripes.examples.bugzooky
Class AdministerComponentsActionBean

java.lang.Object
  extended by net.sourceforge.stripes.examples.bugzooky.BugzookyActionBean
      extended by net.sourceforge.stripes.examples.bugzooky.AdministerComponentsActionBean
All Implemented Interfaces:
net.sourceforge.stripes.action.ActionBean

public class AdministerComponentsActionBean
extends BugzookyActionBean

Manages the administration of Components, from the Administer Bugzooky page. Receives a List of Components, which may include a new component and persists the changes. Also receives an Array of IDs for components that are to be deleted, and deletes those.

Author:
Tim Fennell

Constructor Summary
AdministerComponentsActionBean()
           
 
Method Summary
 List<Component> getComponents()
           
 int[] getDeleteIds()
           
 net.sourceforge.stripes.action.Resolution save()
           
 void setComponents(List<Component> components)
           
 void setDeleteIds(int[] deleteIds)
           
 
Methods inherited from class net.sourceforge.stripes.examples.bugzooky.BugzookyActionBean
getContext, populateBug, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdministerComponentsActionBean

public AdministerComponentsActionBean()
Method Detail

getDeleteIds

public int[] getDeleteIds()

setDeleteIds

public void setDeleteIds(int[] deleteIds)

getComponents

public List<Component> getComponents()

setComponents

public void setComponents(List<Component> components)

save

@DefaultHandler
public net.sourceforge.stripes.action.Resolution save()


© Copyright 2005, Stripes Development Team.