com.ibm.commerce.tools.segmentation

Class SegmentCustomerListDataBean

    • Field Detail

    • Constructor Detail

      • SegmentCustomerListDataBean

        public SegmentCustomerListDataBean()
    • Method Detail

      • populate

        public void populate()
                      throws java.lang.Exception
        Populates the data bean.
        Specified by:
        populate in interface SmartDataBean
        Overrides:
        populate in class SmartDataBeanImpl
        Throws:
        java.lang.Exception - This method should never be thrown because there is no data retrieved to populate the data bean.
      • getCheckStore

        public java.lang.String getCheckStore()
        Gets the check store parameter to indicate if there should be a check that the customer list returned can actually access the store.
        Returns:
        The check store flag indicates "true" or "false".
      • getView

        public java.lang.String getView()
        Gets the view parameter to indicate if the customer result set should include all the customers, or only the explicitly included members or only the explicitly excluded members.
        Returns:
        The view can be all, include, or exclude.
      • setCheckStore

        public void setCheckStore(java.lang.String checkStore)
        Set the check store parameter to indicate if there should be a check that the customer list returned can actually access the store.
        Parameters:
        checkStore - Indicate "true" or "false".
      • setView

        public void setView(java.lang.String view)
        Set the view parameter to indicate if the customer result set should include all the customers, or only the explicitly included members or only the explicitly excluded members.
        Parameters:
        view - The view can be all, include, or exclude.