com.microstrategy.web.beans.EnumAddressListBeanEvents |
This interface defines all the event IDs and event arguments for the
AddressListBean
.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | ADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_DISPLAY_NAME | The alias given to this address. | |||||||||
int | ADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_ID | The id of the address | |||||||||
int | ADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_ID_LIST | The list of address IDs to be used in the delete event | |||||||||
int | ADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_VALUE | The actual address. | |||||||||
int | ADDRESS_LIST_EVENT_ARGUMENT_DELIVERY_MODE | A value from the enumeration EnumWebSubscriptionDeliveryMode
|
|||||||||
int | ADDRESS_LIST_EVENT_ARGUMENT_DELIVERY_WINDOW | The delivery window. | |||||||||
int | ADDRESS_LIST_EVENT_ARGUMENT_DEVICE_ID | The ID of the device | |||||||||
int | ADDRESS_LIST_EVENT_ARGUMENT_IS_DEFAULT | Indicates whether this address is the default address for the user | |||||||||
int | ADDRESS_LIST_EVENT_ARGUMENT_PIN | PIN, if any, associated with the address | |||||||||
int | ADDRESS_LIST_EVENT_ARGUMENT_SORT_ASCENDING | Indicates whether the addresses should be sorted in an ascending order | |||||||||
int | ADDRESS_LIST_EVENT_ARGUMENT_SORT_FIELD | The field that will be used to sort the address list by. | |||||||||
int | ADDRESS_LIST_EVENT_CANCEL | ||||||||||
int | ADDRESS_LIST_EVENT_CHANGE_DEFAULT | Changes the default address of the user to be the one specified by
ADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_ID
|
|||||||||
int | ADDRESS_LIST_EVENT_CREATE_NEW_ADDRESS | Creates a new empty address value and sets that as the active address on the bean | |||||||||
int | ADDRESS_LIST_EVENT_DELETE | Event for deleting a list of address specified by ADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_ID_LIST
|
|||||||||
int | ADDRESS_LIST_EVENT_INIT_ADDRESS | Initializes the address bean with the parameters that are passed in | |||||||||
int | ADDRESS_LIST_EVENT_SAVE | Event for saving an address that is set as the active address on the address list bean. | |||||||||
int | ADDRESS_LIST_EVENT_SORT | Sorts the addresses in the list accroding to the sort field defined
by ADDRESS_LIST_EVENT_ARGUMENT_SORT_FIELD and in the sort order
defined by ADDRESS_LIST_EVENT_ARGUMENT_SORT_ASCENDING
|
The alias given to this address.
The id of the address
The list of address IDs to be used in the delete event
The actual address. For instance, in the case of an email address, it is something like someone@company.com
A value from the enumeration EnumWebSubscriptionDeliveryMode
The delivery window. This is the time window in which emails are sent
The ID of the device
Indicates whether this address is the default address for the user
PIN, if any, associated with the address
Indicates whether the addresses should be sorted in an ascending order
The field that will be used to sort the address list by. This is one of
the values defined in WebSubscriptionsSource
Changes the default address of the user to be the one specified by
ADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_ID
Creates a new empty address value and sets that as the active address on the bean
Event for deleting a list of address specified by ADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_ID_LIST
Initializes the address bean with the parameters that are passed in
Event for saving an address that is set as the active address on the
address list bean. If there is no active address specified on the bean,
one can be created using the ADDRESS_LIST_EVENT_ARGUMENT_DEVICE_ID
and ADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_VALUE
that are passed in.
Sorts the addresses in the list accroding to the sort field defined
by ADDRESS_LIST_EVENT_ARGUMENT_SORT_FIELD
and in the sort order
defined by ADDRESS_LIST_EVENT_ARGUMENT_SORT_ASCENDING