public class CheckOrderBuyableCmdImpl extends TaskCommandImpl implements CheckOrderBuyableCmd
Behavior
The command does the following:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
CheckOrderBuyableCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getMarkForDelete()
Get catalog entry ids which is marked for delete
|
java.lang.String[] |
getNotBuyable()
Get catalog entry ids which is not buyable
|
java.util.Vector |
getOrderItems()
Gets order items
|
void |
performExecute()
This is the default implementation of this task command.
|
void |
reset()
reset all parameters
|
void |
setMarkForDelete(java.lang.String[] catEntryList)
Set catalog entry which is marked for delete
|
void |
setNotBuyable(java.lang.String[] catEntryList)
Set catalog entry which is not buyable
|
void |
setOrderItems(java.util.Vector iOrderItems)
Sets order items
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, 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 void setOrderItems(java.util.Vector iOrderItems)
iOrderItems - public java.util.Vector getOrderItems()
public void setNotBuyable(java.lang.String[] catEntryList)
catEntryList - public void setMarkForDelete(java.lang.String[] catEntryList)
catEntryList - public java.lang.String[] getNotBuyable()
getNotBuyable in interface CheckOrderBuyableCmdpublic java.lang.String[] getMarkForDelete()
getMarkForDelete in interface CheckOrderBuyableCmdpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void reset()
reset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommand