Package com.microstrategy.web.app.beans
Interface EnumUserContactBrowserBeanEvents
-
- All Superinterfaces:
EnumContactBrowserBeanEvents
public interface EnumUserContactBrowserBeanEvents extends EnumContactBrowserBeanEvents
- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
USER_CONTACT_BROWSER_EVENT_ARGUMENT_SELECTIONS
Argument used inUSER_CONTACT_BROWSER_EVENT_UPDATE_SELECTIONS
event.static int
USER_CONTACT_BROWSER_EVENT_SAVE_SELECTIONS
Event to save the current selections in the contact browser.static int
USER_CONTACT_BROWSER_EVENT_UPDATE_SELECTIONS
Event to update the selections in the contact browser-
Fields inherited from interface com.microstrategy.web.app.beans.EnumContactBrowserBeanEvents
CONTACT_BROWSER_EVENT_ARGUMENT_BLOCK_BEGIN, CONTACT_BROWSER_EVENT_ARGUMENT_BLOCK_COUNT, CONTACT_BROWSER_EVENT_ARGUMENT_SEARCH_STRING, CONTACT_BROWSER_EVENT_SET_INCREMENTAL_FETCH, CONTACT_BROWSER_EVENT_SET_SEARCH
-
-
-
-
Field Detail
-
USER_CONTACT_BROWSER_EVENT_UPDATE_SELECTIONS
static final int USER_CONTACT_BROWSER_EVENT_UPDATE_SELECTIONS
Event to update the selections in the contact browser- See Also:
- Constant Field Values
-
USER_CONTACT_BROWSER_EVENT_ARGUMENT_SELECTIONS
static final int USER_CONTACT_BROWSER_EVENT_ARGUMENT_SELECTIONS
Argument used inUSER_CONTACT_BROWSER_EVENT_UPDATE_SELECTIONS
event. This argument is of the form contact_type|~contactID|~contactName|~contact_type2....- See Also:
- Constant Field Values
-
USER_CONTACT_BROWSER_EVENT_SAVE_SELECTIONS
static final int USER_CONTACT_BROWSER_EVENT_SAVE_SELECTIONS
Event to save the current selections in the contact browser. Note that this does not save the selected contacts to theWebUserEntity
right away. The contacts are saved when the user is eventually saved.- See Also:
- Constant Field Values
-
-