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, validateParameters
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
public 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 CheckOrderBuyableCmd
public java.lang.String[] getMarkForDelete()
getMarkForDelete
in interface CheckOrderBuyableCmd
public void performExecute() throws ECException
performExecute
in interface ECCommand
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class AbstractECTargetableCommand
ECException
public void reset()
reset
in interface com.ibm.websphere.command.Command
reset
in class AbstractECTargetableCommand