See: Description
| Interface | Description |
|---|---|
| CreateSegmentFromXMLCmd |
This interface must be implemented to provide a controller
command that creates segments from data sent by an external source.
|
| SegmentAddUserControllerCmd |
This interface must be implemented to provide a controller
command that adds users to a member group.
|
| SegmentConstants |
This interface SegmentConstants contains public constants.
|
| SegmentConstraintListCmd |
This interface must be implemented to provide a task
command that generates the HTML necessary for displaying the list of customer profile constraints.
|
| SegmentDeleteControllerCmd |
This interface must be implemented to provide a controller
command that deletes segments.
|
| SegmentDuplicateControllerCmd |
This interface must be implemented to provide a controller
command that removes users to a segment.
|
| SegmentRemoveUserControllerCmd |
This interface must be implemented to provide a controller
command that removes users to a segment.
|
| SegmentSaveControllerCmd |
This interface must be implemented to provide a controller
command that saves segments.
|
| Class | Description |
|---|---|
| CreateSegmentFromXMLCmdImpl |
This class implements the CreateSegmentFromXMLCmd interface to provide the
controller command that creates a customer segment based on data received
from an external source.
|
| SegmentAccountListDataBean |
This class extends the SmartDataBeanImpl class to
create the segment account list data bean.
|
| SegmentCache |
This class contains static methods that allow you to
get a cached instance of a member group condition object.
|
| SegmentCountriesDataBean |
This class extends the SmartDataBeanImpl class to
create the countries data bean for a customer segment.
|
| SegmentCountriesDataBean.Country |
This class contains the name and abbreviation for a country.
|
| SegmentCountriesDataBean.CountryQuickSortCompare |
This class will compare
Country objects during a quick sort. |
| SegmentCurrenciesDataBean |
This class extends the SmartDataBeanImpl class to
create the currencies data bean for a customer segment.
|
| SegmentCustomerListDataBean |
This class extends the SmartDataBeanImpl class to create the segment customer list data bean.
|
| SegmentCustomerListDataBean.Customer |
This class contains properties that describe a customer.
|
| SegmentCustomerListDataBean.CustomerQuickSortCompare |
This class will compare Customer objects during a quick sort.
|
| SegmentDataBean |
This class extends the SmartDataBeanImpl class to
create the simple data bean for a customer segment.
|
| SegmentDataBeanQuickSortCompare |
This class is used to compare SegmentDataBean objects during a sort.
|
| SegmentDefaultCurrencyDataBean |
This class extends the SmartDataBeanImpl class to
create the default currency data bean for a segment.
|
| SegmentDetailsDataBean |
This class extends the SegmentDataBean class to
create the detailed data bean for a customer segment.
|
| SegmentLanguagesDataBean |
This class extends the SmartDataBeanImpl class to
create the languages data bean for a customer segment.
|
| SegmentLanguagesDataBean.Language |
This class describes a language.
|
| SegmentListDataBean |
Lists member groups that are used for Customer Segments (Member Group Usage = General Purpose).
|
| SegmentMemberGroupsDataBean |
This class extends the SmartDataBeanImpl class to
create the member groups data bean for a customer segment.
|
| SegmentNotebookDataBean |
This class extends the SegmentDataBean class to
create the notebook data bean for a customer segment.
|
| SegmentSaveControllerCmdImpl |
This class implements the SegmentSaveControllerCmd interface to
provide the controller command that saves a segment.
|
| SegmentStatesDataBean |
This class extends the SmartDataBeanImpl class to
create the states data bean for a customer segment.
|
| SegmentStatesDataBean.State |
This class has properties for the state name and abbreviation.
|
| SegmentStatesDataBean.StateQuickSortCompare |
This class will compare
State objects during a quick sort. |
| SegmentUtil |
This class provides some utility methods that are used by
this package.
|
| SegmentXMLConditionConverter |
This class contains static methods that allow you to
convert an instance of the Condition class to and from XML format.
|