public class CustomerEditorWidgetManager extends StandardWidgetManager
Modifier and Type | Field and Description |
---|---|
static java.lang.String | BUTTON_TYPE_ENABLE_CUSTOMER_ACCOUNT
Enable customer account button type.
|
static java.lang.String | BUTTON_TYPE_FIND_ORGANIZATION
Find organization button type.
|
static java.lang.String | COMBO_TYPE_CURRENCY
Currency combo type.
|
static java.lang.String | COMBO_TYPE_LANGUAGE
Language combo type.
|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
static java.lang.String | FIELD_TYPE_ACCOUNT_STATUS
Customer status field type.
|
static java.lang.String | FIELD_TYPE_ORGANIZATION_NAME
Organization name field type.
|
static java.lang.String | FIELD_TYPE_USER_NAME
User name field type.
|
static java.lang.String | MANAGER_TYPE_CUSTOMER_EDITOR
Customer editor manager type.
|
static java.lang.String | MODE_CREATE
Create mode constant.
|
static java.lang.String | MODE_EDIT
Edit mode constant.
|
static java.lang.String | PROP_BUTTON_TYPE
Button type property name.
|
static java.lang.String | PROP_COMBO_TYPE
Combo type property name.
|
static java.lang.String | PROP_CUSTOMER
Customer property name.
|
static java.lang.String | PROP_FIELD_TYPE
Field type property name.
|
static java.lang.String | PROP_MODE
Mode input property name.
|
static java.lang.String | PROP_ORGANIZATION
Organization input property name.
|
static java.lang.String | PROP_ORGANIZATION_NAME
Organization name property name.
|
static java.lang.String | PROP_USER_NAME
User name input property.
|
static java.lang.String | VALIDATOR_TYPE_EMAIL_ADDRESS
Deprecated.
Use validator extension point to associate validator to a control.
|
Constructor and Description |
---|
CustomerEditorWidgetManager()
Default constructor to create a new customer editor widget manager.
|
Modifier and Type | Method and Description |
---|---|
void | dispose()
This method disposes resources created for this widget manager.
|
protected TelesalesProperties | getEnableAccountParameters()
This method constructs the TelesalesProperties object that will be passed to the com.ibm.commerce.telesales.enableCustomerAccount action.
|
void | init(ConfiguredComposite configuredComposite, WidgetManagerInputProperties inputProperties)
This method initializes the customer widget manager.
|
void | initControl(ConfiguredControl configuredControl)
This method initializes the specified configured control.
|
protected boolean | isControlDirty(ConfiguredControl configuredControl)
This method returns true if the specified control has unsaved input.
|
void | refreshControl(ConfiguredControl configuredControl)
This method refreshes the specified control.
|
void | saveControl(ConfiguredControl configuredControl)
This method saves the contents of the specified configured control.
|
void | setOrganization(Organization organization)
This method set the organization.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String MANAGER_TYPE_CUSTOMER_EDITOR
public static final java.lang.String FIELD_TYPE_USER_NAME
public static final java.lang.String FIELD_TYPE_ORGANIZATION_NAME
public static final java.lang.String BUTTON_TYPE_FIND_ORGANIZATION
public static final java.lang.String FIELD_TYPE_ACCOUNT_STATUS
public static final java.lang.String BUTTON_TYPE_ENABLE_CUSTOMER_ACCOUNT
public static final java.lang.String COMBO_TYPE_LANGUAGE
public static final java.lang.String COMBO_TYPE_CURRENCY
public static final java.lang.String PROP_CUSTOMER
public static final java.lang.String PROP_USER_NAME
public static final java.lang.String PROP_MODE
public static final java.lang.String PROP_ORGANIZATION
public static final java.lang.String PROP_BUTTON_TYPE
public static final java.lang.String PROP_FIELD_TYPE
public static final java.lang.String PROP_COMBO_TYPE
public static final java.lang.String PROP_ORGANIZATION_NAME
public static final java.lang.String MODE_EDIT
public static final java.lang.String MODE_CREATE
public static final java.lang.String VALIDATOR_TYPE_EMAIL_ADDRESS
public CustomerEditorWidgetManager()
public void init(ConfiguredComposite configuredComposite, WidgetManagerInputProperties inputProperties)
public void initControl(ConfiguredControl configuredControl)
public void setOrganization(Organization organization)
public void saveControl(ConfiguredControl configuredControl)
public void dispose()
protected TelesalesProperties getEnableAccountParameters()
public void refreshControl(ConfiguredControl configuredControl)
protected boolean isControlDirty(ConfiguredControl configuredControl)