com.ibm.commerce.order.commands
Interface RemoveSubscriptionTemplateCmd
-
- All Superinterfaces:
- com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
- All Known Implementing Classes:
- RemoveSubscriptionTemplateCmdImpl, ServiceProviderRemoveSubscriptionTemplateCmdImpl
public interface RemoveSubscriptionTemplateCmd extends TaskCommand
This command check subscription attributes. for an order.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM copyright notice field.static java.lang.String
defaultCommandClassName
The default implementation class.static java.lang.String
NAME
The name of the Command Interface class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.util.Vector
getOrderItemResult()
get order items result which removed subscription templatevoid
setOrderItems(java.util.Vector orderItems)
set order items for this command-
Methods inherited from interface com.ibm.websphere.command.CacheableCommand
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
-
Methods inherited from interface com.ibm.websphere.command.TargetableCommand
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
-
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
IBM copyright notice field.- See Also:
- Constant Field Values
-
NAME
static final java.lang.String NAME
The name of the Command Interface class.- See Also:
- Constant Field Values
-
defaultCommandClassName
static final java.lang.String defaultCommandClassName
The default implementation class.- See Also:
- Constant Field Values
-
-
Method Detail
-
setOrderItems
void setOrderItems(java.util.Vector orderItems)
set order items for this command- Parameters:
orderItems
-
-
getOrderItemResult
java.util.Vector getOrderItemResult()
get order items result which removed subscription template- Returns:
- Vector the order item which is set to this command
-
-