com.ibm.commerce.price.commands
Class DiscountCalculationRuleQualifyCmdImpl

com.ibm.commerce.price.commands.DiscountCalculationRuleQualifyCmdImpl
All Implemented Interfaces:
DiscountCalculationRuleQualifyCmd

public class DiscountCalculationRuleQualifyCmdImpl
implements DiscountCalculationRuleQualifyCmd

Check to see if the user is in any member group attached to the calculation rule for the order adjustment. The member group must also be recognized by the store (STOREMBRGP table).


Fields inherited from interface com.ibm.commerce.price.commands.DiscountCalculationRuleQualifyCmd
COPYRIGHT, defaultCommandClassName, NAME
 
Constructor Summary
DiscountCalculationRuleQualifyCmdImpl()
          DiscountCalculationRuleQualifyCmdImpl constructor.
 
Method Summary
 java.util.Vector getOrderItemABHashVector()
          getOrderItemABHashVector method comment.
 void performExecute()
          Execute the command.
 void setCalculationRuleAB(CalculationRuleAccessBean calculationRuleAB)
          set the calculation rule access bean.
 void setOrderItemABHash(java.util.Hashtable orderItemABHash)
          set the orderItem access bean hash.
 

Constructor Detail

DiscountCalculationRuleQualifyCmdImpl

public DiscountCalculationRuleQualifyCmdImpl()
DiscountCalculationRuleQualifyCmdImpl constructor.
Method Detail

getOrderItemABHashVector

public java.util.Vector getOrderItemABHashVector()
getOrderItemABHashVector method comment.

performExecute

public void performExecute()
                    throws ECException
Execute the command.

setCalculationRuleAB

public void setCalculationRuleAB(CalculationRuleAccessBean calculationRuleAB)
set the calculation rule access bean.

setOrderItemABHash

public void setOrderItemABHash(java.util.Hashtable orderItemABHash)
set the orderItem access bean hash.