com.ibm.commerce.negotiation.beans

Interface ControlRuleListSmartDataBean

  • All Known Implementing Classes:
    ControlRuleListBean


    public interface ControlRuleListSmartDataBean
    • Method Detail

      • getCommandInterfaceName

        java.lang.String getCommandInterfaceName()
        Gets the command interface name.
        Returns:
        if not null, the commandInterfaceName; otherwise ControlRuleListBeanCmd.NAME.
      • getControlRuleList

        ControlRuleAccessBean[] getControlRuleList()
        Fetches a list of bid control rules.
        Returns:
        the list of ControlRuleAccessBean objects.
      • getControlRules

        ControlRuleDataBean[] getControlRules()
        Gets a sorted list of control rule data bean objects.
        Returns:
        array of control rule data bean.
      • getOwnerId

        java.lang.String getOwnerId()
        Gets the owner ID field.
        Returns:
        the owner ID.
      • getRuleName

        java.lang.String getRuleName()
        Gets the rule name.
        Returns:
        the rule name.
      • getRuleType

        java.lang.String getRuleType()
        Gets the rule type.
        Returns:
        the rule type.