com.ibm.commerce.negotiation.bean.commands

Interface ControlRuleListBeanCmd

  • All Known Implementing Classes:
    ControlRuleListBeanCmdImpl


    public interface ControlRuleListBeanCmd
    Defines the interface which must be followed to overwrite the functionality of the ControlRuleListBean.
    • 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 name.
      static java.lang.String NAME
      The full class name for this interface file.
    • 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 full class name for this interface file.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class name. This is used if there is no record found in the CMDREG table.
        See Also:
        Constant Field Values
    • Method Detail

      • getControlRule

        ControlRuleAccessBean getControlRule()
        Interface definition for getControlRule() method.
        Returns:
        ControlRuleAccessBean
      • setOwnerId

        void setOwnerId(java.lang.Long aId)
        Interface definition for setOwnerId() method.
        Parameters:
        aId - Long
      • setRuleName

        void setRuleName(java.lang.String aName)
        Interface definition for setRuleName() method.
        Parameters:
        aName - java.lang.String
      • setRuleType

        void setRuleType(java.lang.String aRuleType)
        Interface definition for setRuleType() method.
        Parameters:
        aRuleType - String