Package com.microstrategy.web.beans
Interface EnumAddressListBeanEvents
- 
public interface EnumAddressListBeanEventsThis interface defines all the event IDs and event arguments for theAddressListBean.- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_DISPLAY_NAMEThe alias given to this address.static intADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_IDThe id of the addressstatic intADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_ID_LISTThe list of address IDs to be used in the delete eventstatic intADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_VALUEThe actual address.static intADDRESS_LIST_EVENT_ARGUMENT_DELIVERY_MODEA value from the enumerationEnumWebSubscriptionDeliveryModestatic intADDRESS_LIST_EVENT_ARGUMENT_DELIVERY_WINDOWThe delivery window.static intADDRESS_LIST_EVENT_ARGUMENT_DEVICE_IDThe ID of the devicestatic intADDRESS_LIST_EVENT_ARGUMENT_IS_DEFAULTIndicates whether this address is the default address for the userstatic intADDRESS_LIST_EVENT_ARGUMENT_PINPIN, if any, associated with the addressstatic intADDRESS_LIST_EVENT_ARGUMENT_SORT_ASCENDINGIndicates whether the addresses should be sorted in an ascending orderstatic intADDRESS_LIST_EVENT_ARGUMENT_SORT_FIELDThe field that will be used to sort the address list by.static intADDRESS_LIST_EVENT_CANCELstatic intADDRESS_LIST_EVENT_CHANGE_DEFAULTChanges the default address of the user to be the one specified byADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_IDstatic intADDRESS_LIST_EVENT_CREATE_NEW_ADDRESSCreates a new empty address value and sets that as the active address on the beanstatic intADDRESS_LIST_EVENT_DELETEEvent for deleting a list of address specified byADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_ID_LISTstatic intADDRESS_LIST_EVENT_INIT_ADDRESSInitializes the address bean with the parameters that are passed instatic intADDRESS_LIST_EVENT_SAVEEvent for saving an address that is set as the active address on the address list bean.static intADDRESS_LIST_EVENT_SORTSorts the addresses in the list accroding to the sort field defined byADDRESS_LIST_EVENT_ARGUMENT_SORT_FIELDand in the sort order defined byADDRESS_LIST_EVENT_ARGUMENT_SORT_ASCENDING 
 - 
 
- 
- 
Field Detail
- 
ADDRESS_LIST_EVENT_SAVE
static final int ADDRESS_LIST_EVENT_SAVE
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 theADDRESS_LIST_EVENT_ARGUMENT_DEVICE_IDandADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_VALUEthat are passed in.- See Also:
 - Constant Field Values
 
 
- 
ADDRESS_LIST_EVENT_DELETE
static final int ADDRESS_LIST_EVENT_DELETE
Event for deleting a list of address specified byADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_ID_LIST- See Also:
 - Constant Field Values
 
 
- 
ADDRESS_LIST_EVENT_SORT
static final int ADDRESS_LIST_EVENT_SORT
Sorts the addresses in the list accroding to the sort field defined byADDRESS_LIST_EVENT_ARGUMENT_SORT_FIELDand in the sort order defined byADDRESS_LIST_EVENT_ARGUMENT_SORT_ASCENDING- See Also:
 - Constant Field Values
 
 
- 
ADDRESS_LIST_EVENT_CREATE_NEW_ADDRESS
static final int ADDRESS_LIST_EVENT_CREATE_NEW_ADDRESS
Creates a new empty address value and sets that as the active address on the bean- See Also:
 - Constant Field Values
 
 
- 
ADDRESS_LIST_EVENT_INIT_ADDRESS
static final int ADDRESS_LIST_EVENT_INIT_ADDRESS
Initializes the address bean with the parameters that are passed in- See Also:
 - Constant Field Values
 
 
- 
ADDRESS_LIST_EVENT_CHANGE_DEFAULT
static final int ADDRESS_LIST_EVENT_CHANGE_DEFAULT
Changes the default address of the user to be the one specified byADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_ID- See Also:
 - Constant Field Values
 
 
- 
ADDRESS_LIST_EVENT_CANCEL
static final int ADDRESS_LIST_EVENT_CANCEL
- See Also:
 - Constant Field Values
 
 
- 
ADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_VALUE
static final int ADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_VALUE
The actual address. For instance, in the case of an email address, it is something like someone@company.com- See Also:
 - Constant Field Values
 
 
- 
ADDRESS_LIST_EVENT_ARGUMENT_DEVICE_ID
static final int ADDRESS_LIST_EVENT_ARGUMENT_DEVICE_ID
The ID of the device- See Also:
 - Constant Field Values
 
 
- 
ADDRESS_LIST_EVENT_ARGUMENT_DELIVERY_WINDOW
static final int ADDRESS_LIST_EVENT_ARGUMENT_DELIVERY_WINDOW
The delivery window. This is the time window in which emails are sent- See Also:
 - Constant Field Values
 
 
- 
ADDRESS_LIST_EVENT_ARGUMENT_PIN
static final int ADDRESS_LIST_EVENT_ARGUMENT_PIN
PIN, if any, associated with the address- See Also:
 - Constant Field Values
 
 
- 
ADDRESS_LIST_EVENT_ARGUMENT_IS_DEFAULT
static final int ADDRESS_LIST_EVENT_ARGUMENT_IS_DEFAULT
Indicates whether this address is the default address for the user- See Also:
 - Constant Field Values
 
 
- 
ADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_ID
static final int ADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_ID
The id of the address- See Also:
 - Constant Field Values
 
 
- 
ADDRESS_LIST_EVENT_ARGUMENT_SORT_FIELD
static final int ADDRESS_LIST_EVENT_ARGUMENT_SORT_FIELD
The field that will be used to sort the address list by. This is one of the values defined inWebSubscriptionsSource- See Also:
 - Constant Field Values
 
 
- 
ADDRESS_LIST_EVENT_ARGUMENT_SORT_ASCENDING
static final int ADDRESS_LIST_EVENT_ARGUMENT_SORT_ASCENDING
Indicates whether the addresses should be sorted in an ascending order- See Also:
 - Constant Field Values
 
 
- 
ADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_ID_LIST
static final int ADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_ID_LIST
The list of address IDs to be used in the delete event- See Also:
 - Constant Field Values
 
 
- 
ADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_DISPLAY_NAME
static final int ADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_DISPLAY_NAME
The alias given to this address.- See Also:
 - Constant Field Values
 
 
- 
ADDRESS_LIST_EVENT_ARGUMENT_DELIVERY_MODE
static final int ADDRESS_LIST_EVENT_ARGUMENT_DELIVERY_MODE
A value from the enumerationEnumWebSubscriptionDeliveryMode- See Also:
 - Constant Field Values
 
 
 - 
 
 -