com.ibm.commerce.discount.rules.commands
Interface ProductLevelPolicyTaskCmd
-
- 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:
- ProductLevelPolicyTaskCmdImpl
Deprecated.This implementation will no longer be supported. Blaze based promotion implementation is replaced by Commerce Marketing promotion implementation.
public interface ProductLevelPolicyTaskCmd extends TaskCommand
This interface is using to customize product level discount policy Creation date: (4/5/2001 12:54:53 PM)
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
Deprecated.IBM copyright notice field.static java.lang.String
defaultCommandClassName
Deprecated.The default implementation of this command.static java.lang.String
NAME
Deprecated.The name of this command.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method and Description java.util.Vector
getDiscounts()
Deprecated.Return a collection of discounts.java.util.Vector
getSelectedDiscounts()
Deprecated.Return a collection of selected discountsvoid
setDiscounts(java.util.Vector discounts)
Deprecated.Set a collection of discounts.-
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
Deprecated.IBM copyright notice field.- See Also:
- Constant Field Values
-
NAME
static final java.lang.String NAME
Deprecated.The name of this command.- See Also:
- Constant Field Values
-
defaultCommandClassName
static final java.lang.String defaultCommandClassName
Deprecated.The default implementation of this command.- See Also:
- Constant Field Values
-
-
Method Detail
-
getDiscounts
java.util.Vector getDiscounts()
Deprecated.Return a collection of discounts.- Returns:
- java.util.Vector
-
getSelectedDiscounts
java.util.Vector getSelectedDiscounts()
Deprecated.Return a collection of selected discounts- Returns:
- java.util.Vector
-
setDiscounts
void setDiscounts(java.util.Vector discounts)
Deprecated.Set a collection of discounts.- Parameters:
discounts
- java.util.Vector
-
-