webwork.examples.jasperreports
Class OrderList

java.lang.Object
  extended bywebwork.action.ActionSupport
      extended bywebwork.examples.jasperreports.OrderList
All Implemented Interfaces:
Action, IllegalArgumentAware, java.io.Serializable

public class OrderList
extends ActionSupport

A list of orders each with a list of line items

Version:
$Revision: 1.2 $
Author:
Peter Kelley (peterk@moveit.com.au)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class webwork.action.ActionSupport
command, errorMap, errorMessages, log
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
OrderList()
           
 
Method Summary
 java.lang.Object[] getOrderArray()
           
 java.util.List getOrders()
           
 java.lang.String getTitle()
           
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, addIllegalArgumentException, doDefault, doExecute, doValidation, execute, getActionName, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getLocale, getPropertyEditorMessage, getText, getTexts, getTexts, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderList

public OrderList()
Method Detail

getOrders

public java.util.List getOrders()

getOrderArray

public java.lang.Object[] getOrderArray()

getTitle

public java.lang.String getTitle()


Copyright © 2001-2003 WebWork All Rights Reserved.