Package com.microstrategy.web.beans
Interface EnumAddressListBeanEvents
-
public interface EnumAddressListBeanEvents
This 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 int
ADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_DISPLAY_NAME
The alias given to this address.static int
ADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_ID
The id of the addressstatic int
ADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_ID_LIST
The list of address IDs to be used in the delete eventstatic int
ADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_VALUE
The actual address.static int
ADDRESS_LIST_EVENT_ARGUMENT_DELIVERY_MODE
A value from the enumerationEnumWebSubscriptionDeliveryMode
static int
ADDRESS_LIST_EVENT_ARGUMENT_DELIVERY_WINDOW
The delivery window.static int
ADDRESS_LIST_EVENT_ARGUMENT_DEVICE_ID
The ID of the devicestatic int
ADDRESS_LIST_EVENT_ARGUMENT_IS_DEFAULT
Indicates whether this address is the default address for the userstatic int
ADDRESS_LIST_EVENT_ARGUMENT_PIN
PIN, if any, associated with the addressstatic int
ADDRESS_LIST_EVENT_ARGUMENT_SORT_ASCENDING
Indicates whether the addresses should be sorted in an ascending orderstatic int
ADDRESS_LIST_EVENT_ARGUMENT_SORT_FIELD
The field that will be used to sort the address list by.static int
ADDRESS_LIST_EVENT_CANCEL
static int
ADDRESS_LIST_EVENT_CHANGE_DEFAULT
Changes the default address of the user to be the one specified byADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_ID
static int
ADDRESS_LIST_EVENT_CREATE_NEW_ADDRESS
Creates a new empty address value and sets that as the active address on the beanstatic int
ADDRESS_LIST_EVENT_DELETE
Event for deleting a list of address specified byADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_ID_LIST
static int
ADDRESS_LIST_EVENT_INIT_ADDRESS
Initializes the address bean with the parameters that are passed instatic int
ADDRESS_LIST_EVENT_SAVE
Event for saving an address that is set as the active address on the address list bean.static int
ADDRESS_LIST_EVENT_SORT
Sorts the addresses in the list accroding to the sort field defined byADDRESS_LIST_EVENT_ARGUMENT_SORT_FIELD
and 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_ID
andADDRESS_LIST_EVENT_ARGUMENT_ADDRESS_VALUE
that 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_FIELD
and 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
-
-