public interface ComposeOrderCmd
extends com.ibm.websphere.command.Command
OrderType
and ShowOrderType
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class name.
|
static java.lang.String |
NAME
The full class name for this interface file.
|
Modifier and Type | Method and Description |
---|---|
ShowType |
getPagingParameters()
Returns the paging parameters.
|
ShowType |
getPagingPrameter()
Deprecated.
Use
getPagingParameters() instead. |
ShowOrderType |
getShowOrder()
This method returns the ShowOrder BOD.
|
void |
setGetOrder(GetOrderType getOrder)
This method sets the
GetOrder verb, which contains the
XPath and parameters to control composition of noun-parts. |
void |
setOrders(java.util.List avOrders)
This method sets the input list of orders.
|
void |
setPagingParameters(ShowType newPagingParameters)
Sets the paging parameters.
|
void |
setPagingPrameter(ShowType argPagingParameter)
Deprecated.
Use
setPagingParameters(ShowType)
instead. |
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
ShowOrderType getShowOrder()
void setOrders(java.util.List avOrders)
avOrders
- of OrderAccessBean
objectsShowType getPagingPrameter()
getPagingParameters()
instead.void setPagingPrameter(ShowType argPagingParameter)
setPagingParameters(ShowType)
instead.argPagingParameter
- The paging parameters to set.ShowType getPagingParameters()
void setPagingParameters(ShowType newPagingParameters)
newPagingParameters
- The paging parameters to set.void setGetOrder(GetOrderType getOrder)
GetOrder
verb, which contains the
XPath and parameters to control composition of noun-parts. This is the
same object passed into FetchOrdersCmd.setGetOrder(GetOrderType)
.getOrder
- the GetOrder
verb to set. Cannot be null.