public class PopulateOrderStatusListDataBeanCmdImpl extends DataBeanCommandImpl implements PopulateOrderStatusListDataBeanCmd, java.util.Comparator
PopulateOrderStatusListDataBeanCmd data bean command.
findOrderAccessBeans() to find the submitted
orders locally.findExternalOrders() to find the submitted
orders in an external system.sortOrders(OrderType[]) to sort the orders
based on the sort key specified.paginateOrders(OrderType[]) to paginate the
orders based on the page size and page number specified.OrderClientFacadeImpl,
InvocationService,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString, EURO_CODEdefaultCommandClassName, NAME| Constructor and Description |
|---|
PopulateOrderStatusListDataBeanCmdImpl()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2)
Compares two
Order SDOs. |
void |
performExecute()
Executes the business logic of this command implementation.
|
void |
validateParameters()
Extracts and validates the input parameters of this command
implementation.
|
getDataBean, populateDataBeanCommand, setDataBean, setRequestPropertiesaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDataBean, setDataBean, setRequestPropertiesgetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiescomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final java.lang.String COPYRIGHT
public PopulateOrderStatusListDataBeanCmdImpl()
public void validateParameters()
throws ECException
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECExceptionpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic int compare(java.lang.Object o1,
java.lang.Object o2)
Order SDOs.compare in interface java.util.Comparatoro1 - the first Order SDO.o2 - the second Order SDO.