Package com.ibm.commerce.tools.segmentation

Provides the Task Commands, Controller Command and databeans that are required for WebSphere Commerce Customer Profile.

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.
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 Summary
SegmentAccountListDataBean This class extends the SmartDataBeanImpl class to create the segment account list data bean.
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 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.
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 data bean for a customer segment.
SegmentDuplicateControllerCmdImpl This class implements the SegmentRemoveUserControllerCmd interface to provide the controller command that removes users to a 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 This class extends the SmartDataBeanImpl class to create the segment list data bean.
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.
SegmentRemoveUserControllerCmdImpl This class implements the SegmentRemoveUserControllerCmd interface to provide the controller command that removes users from 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 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.
 

Package com.ibm.commerce.tools.segmentation Description

Provides the Task Commands, Controller Command and databeans that are required for WebSphere Commerce Customer Profile.