Package com.ibm.commerce.tools.segmentation

Contains classes and interfaces used by the customer profiling component.

See:
          Description

Interface Summary
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.
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 Summary
SegmentAccountListDataBean This class extends the SmartDataBeanImpl class to create the segment account list databean.
SegmentAddUserControllerCmdImpl This class implements the SegmentAddUserControllerCmd interface to provide the controller command that adds users to a member group.
SegmentCache This class contains static methods that allow you to get a cached instance of a member group condition object.
SegmentConstraintListCmdImpl This class implements the SegmentConstraintListCmd interface to provide the task command that generates the HTML necessary for displaying the list of customer profile constraints.
SegmentCountriesDataBean This class extends the SmartDataBeanImpl class to create the countries databean for a customer segment.
SegmentCountriesDataBean.Country This class has 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 databean for a customer segment.
SegmentCustomerListDataBean This class extends the SmartDataBeanImpl class to create the segment customer list databean.
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 databean 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 databean for a segment.
SegmentDeleteControllerCmdImpl This class implements the SegmentDeleteControllerCmd interface to provide the controller command that deletes a segment.
SegmentDetailsDataBean This class extends the SegmentDataBean class to create the detailed databean for a customer segment.
SegmentLanguagesDataBean This class extends the SmartDataBeanImpl class to create the languages databean for a customer segment.
SegmentLanguagesDataBean.Language This class describes a language.
SegmentListDataBean This class extends the SmartDataBeanImpl class to create the segment list databean.
SegmentMemberGroupsDataBean This class extends the SmartDataBeanImpl class to create the member groups databean for a customer segment.
SegmentNotebookDataBean This class extends the SegmentDataBean class to create the notebook databean for a customer segment.
SegmentRemoveUserControllerCmdImpl This class implements the SegmentRemoveUserControllerCmd interface to provide the controller command that removes users to a 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 databean 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.
 

Package com.ibm.commerce.tools.segmentation Description

Contains classes and interfaces used by the customer profiling component.