com.ibm.commerce.tools.segmentation
Class SegmentMemberGroupsDataBean

java.lang.Object
  com.ibm.commerce.beans.InputDataBeanImpl
      com.ibm.commerce.beans.SmartDataBeanImpl
          com.ibm.commerce.tools.segmentation.SegmentMemberGroupsDataBean
All Implemented Interfaces:
DataBean, InputDataBean, java.io.Serializable, SmartDataBean

public class SegmentMemberGroupsDataBean
extends SmartDataBeanImpl

This class extends the SmartDataBeanImpl class to create the member groups data bean for a customer segment.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
Copyright.
java.lang.Integer CUSTOMER_GROUP_TYPE
Customer group usage type ID.
Fields inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
commandContext
Fields inherited from class com.ibm.commerce.beans.InputDataBeanImpl
requestProperties
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
Constructor Summary
SegmentMemberGroupsDataBean()
Method Summary
java.lang.String[] getMemberGroups()
Gets an array of member group names.
void populate()
Populates the data bean.
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
fulfills, getCommandContext, getResources, setCommandContext
Methods inherited from class com.ibm.commerce.beans.InputDataBeanImpl
getRequestProperties, setRequestProperties
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.
See Also:
Constant Field Values

CUSTOMER_GROUP_TYPE

public final java.lang.Integer CUSTOMER_GROUP_TYPE
Customer group usage type ID.
Constructor Detail

SegmentMemberGroupsDataBean

public SegmentMemberGroupsDataBean()
Method Detail

getMemberGroups

public java.lang.String[] getMemberGroups()
Gets an array of member group names.
Returns:
An array of member group names.

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 - should not happen since there is no data retrieved to populate the databean.

Feedback