com.ibm.commerce.negotiation.bean.commands

Class OpenCryBidControlRuleBeanCmdImpl

    • Field Detail

      • COPYRIGHT

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

      • OpenCryBidControlRuleBeanCmdImpl

        public OpenCryBidControlRuleBeanCmdImpl()
        Creates an instance of the command, default constructor.
    • Method Detail

      • getBidControlRule

        public ControlRuleAccessBean getBidControlRule()
        Returns the control rule access bean.
        Returns:
        com.ibm.commerce.negotiation.objects.ControlRuleAccessBean
      • getBidControlRuleId

        public java.lang.Long getBidControlRuleId()
        Returns the bid control rule ID.
        Returns:
        Long
      • isReadyToCallExecute

        public boolean isReadyToCallExecute()
        Description copied from class: AbstractECTargetableCommand
        This method is called by the targetable command framework. This is where client side parameter checking is performed (before the execution of the command). The default implementation is to return true.
        Specified by:
        isReadyToCallExecute in interface com.ibm.websphere.command.Command
        Overrides:
        isReadyToCallExecute in class AbstractECTargetableCommand
        Returns:
        Always returns 'true'.
      • performSecurityCheck

        public boolean performSecurityCheck()
        Returns:
        Always returns 'false'.
      • reset

        public void reset()
        Resets the class; current implementation does nothing.
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractECTargetableCommand