com.ibm.commerce.contract.commands

Class DummyRetrievePriceRuleCmdImpl

  • java.lang.Object
    • com.ibm.websphere.command.CacheableCommandImpl
      • com.ibm.commerce.command.MeasuredCacheableCommandImpl
        • com.ibm.commerce.command.AbstractECTargetableCommand
          • com.ibm.commerce.command.TaskCommandImpl
            • com.ibm.commerce.contract.commands.DummyRetrievePriceRuleCmdImpl
  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, com.ibm.commerce.command.ECCommand, com.ibm.commerce.command.ECTargetableCommand, com.ibm.commerce.command.TaskCommand, RetrievePriceRuleCmd, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command


    public class DummyRetrievePriceRuleCmdImpl
    extends com.ibm.commerce.command.TaskCommandImpl
    implements RetrievePriceRuleCmd
    The dummy implementation of command com.ibm.commerce.contract.commands.RetrievePriceRuleCmd.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Long getPriceRuleId()
      Gets the retrieved price rule Id.
      void setContractId(java.lang.Long contractId)
      Sets the contract id.
      void setEffectiveTime(java.sql.Timestamp effectiveTime)
      Sets the effective time of the price rule.
      void setMemberId(java.lang.Long memberId)
      Sets the member Id.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from class com.ibm.commerce.command.AbstractECTargetableCommand

        accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, performExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
      • Methods inherited from interface com.ibm.commerce.command.CacheableECCommand

        execute
      • 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

      • CLASSNAME

        public static final java.lang.String CLASSNAME
        The name of this class.
        See Also:
        Constant Field Values
      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DummyRetrievePriceRuleCmdImpl

        public DummyRetrievePriceRuleCmdImpl()
    • Method Detail

      • getPriceRuleId

        public java.lang.Long getPriceRuleId()
        Gets the retrieved price rule Id.
        Specified by:
        getPriceRuleId in interface RetrievePriceRuleCmd
        Returns:
        Always returns a null value.
      • setContractId

        public void setContractId(java.lang.Long contractId)
        Sets the contract id.
        Specified by:
        setContractId in interface RetrievePriceRuleCmd
        Parameters:
        contractId - The contract Id.
      • setEffectiveTime

        public void setEffectiveTime(java.sql.Timestamp effectiveTime)
        Sets the effective time of the price rule.
        Specified by:
        setEffectiveTime in interface RetrievePriceRuleCmd
        Parameters:
        effectiveTime - The effective time.
      • setMemberId

        public void setMemberId(java.lang.Long memberId)
        Sets the member Id.
        Specified by:
        setMemberId in interface RetrievePriceRuleCmd
        Parameters:
        memberId - The member Id.