Interface EnumAddressListBeanEvents


  • public interface EnumAddressListBeanEvents
    This interface defines all the event IDs and event arguments for the AddressListBean.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Detail

      • 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_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 in WebSubscriptionsSource
        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