|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.beans.InputDataBeanImpl | +--com.ibm.commerce.beans.SmartDataBeanImpl | +--com.ibm.commerce.tools.segmentation.SegmentStatesDataBean
This class extends the SmartDataBeanImpl class to create the states databean for a customer segment.
Inner Class Summary | |
static class |
SegmentStatesDataBean.State
This class has properties for the state name and abbreviation. |
static class |
SegmentStatesDataBean.StateQuickSortCompare
This class will compare State objects during a quick sort. |
Field Summary | |
static java.lang.String |
COPYRIGHT
Copyright. |
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 | |
SegmentStatesDataBean()
|
Method Summary | |
SegmentStatesDataBean.State[] |
getStates()
Gets an array of State objects. |
void |
populate()
Populates the databean. |
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 |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public SegmentStatesDataBean()
Method Detail |
public SegmentStatesDataBean.State[] getStates()
public void populate() throws java.lang.Exception
populate
in class SmartDataBeanImpl
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |