public class CustomerProfileDataBean extends CustomerProfileDataBeanBase
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
Constructor and Description |
---|
CustomerProfileDataBean()
Null argument constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector |
getAllMemberGroupIds()
Gets a vector of the member group IDs which represent the profiles
found for the given store.
|
java.util.Vector |
getAllMemberGroupNames()
Gets the names of the customer profiles within the given store.
|
java.util.Vector |
getAllMemberGroups()
Gets the vector of the customer segments available for the given store.
|
int |
getMemberGroupLength()
Gets the number of Customer Profiles within the given store.
|
void |
populate()
Populate the data bean.
|
getDelegate, getOwner
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
getRequestProperties, setRequestProperties
public static final java.lang.String COPYRIGHT
public CustomerProfileDataBean()
public java.util.Vector getAllMemberGroupIds()
public java.util.Vector getAllMemberGroupNames()
public java.util.Vector getAllMemberGroups()
public int getMemberGroupLength()
public void populate() throws java.lang.Exception
populate
in interface com.ibm.commerce.beans.SmartDataBean
populate
in class com.ibm.commerce.beans.SmartDataBeanImpl
java.lang.Exception
- Thrown when MemberGroupAccessBean
cannot retreive the
data for this member group.