public class PlaceAuctionOrderCmdImpl extends TaskCommandImpl implements PlaceAuctionOrderCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
PlaceAuctionOrderCmdImpl()
SetWinnerCmdImpl constructor comment.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getBidReferenceNumber()
Mutation method to get bid reference number
|
java.lang.Long |
getOrderReferenceNumber()
Mutation method to get order reference number
|
java.lang.String |
getStatus()
Mutation method to get status
|
void |
performExecute()
performExecute method comment.
|
void |
setBidReferenceNumber(java.lang.Long newBidReferenceNumber)
Mutation method to set bid reference number
|
void |
setOrderReferenceNumber(java.lang.Long newOrderReferenceNumber)
Mutation method to set order reference number
|
void |
setStatus(java.lang.String newStatus)
Mutation method to set status
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersexecuteFromCache, 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, waitexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic static final java.lang.String COPYRIGHT
public PlaceAuctionOrderCmdImpl()
public java.lang.Long getBidReferenceNumber()
public java.lang.Long getOrderReferenceNumber()
public java.lang.String getStatus()
public void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void setBidReferenceNumber(java.lang.Long newBidReferenceNumber)
setBidReferenceNumber in interface PlaceAuctionOrderCmdnewAuctionReferenceNumber - java.lang.Integerpublic void setOrderReferenceNumber(java.lang.Long newOrderReferenceNumber)
setOrderReferenceNumber in interface PlaceAuctionOrderCmdnewOrderReferenceNumber - java.lang.Longpublic void setStatus(java.lang.String newStatus)
setStatus in interface PlaceAuctionOrderCmdnewStatus - java.lang.String