com.sapportals.wcm.control.util

Interface IUserSelection

All Superinterfaces:
com.sapportals.wdf.event.WdfEventReceiver
All Known Subinterfaces:
IUserSelectionExt

Deprecated. As of NetWeaver 7.1

public interface IUserSelection
extends com.sapportals.wdf.event.WdfEventReceiver


Method Summary
 String getAddButtonLabel()
          Deprecated. As of NetWeaver 7.1
 String getBreadcrumbPath()
          Deprecated. As of NetWeaver 7.1
 String getEventData()
          Deprecated. As of NetWeaver 7.1
 boolean getFireBackEventAfterSelection()
          Deprecated. As of NetWeaver 7.1
 int getFirstDisplayedPrincipal()
          Deprecated. As of NetWeaver 7.1
 int getFirstDisplayedPrincipalSelection()
          Deprecated. As of NetWeaver 7.1
 boolean getInitialSearch()
          Deprecated. As of NetWeaver 7.1
 int getNumDisplayedPrincipals()
          Deprecated. As of NetWeaver 7.1
 int getNumDisplayedPrincipalSelection()
          Deprecated. As of NetWeaver 7.1
 int getSearchMode()
          Deprecated. As of NetWeaver 7.1
 String getSearchText()
          Deprecated. As of NetWeaver 7.1
 String[] getSelectedGroups()
          Deprecated. As of NetWeaver 7.1, use the getSelectedUsersUME() method. Get the SelectedGroups attribute of the UserSelectionControl object.
 String[] getSelectedRoles()
          Deprecated. As of NetWeaver 7.1, use the getSelectedUsersUME() method. Get the SelectedRoles attribute of the UserSelectionControl object.
 String[] getSelectedUsers()
          Deprecated. As of NetWeaver 7.1, use the getSelectedUsersUME() method. Get the SelectedUsers attribute of the UserSelectionControl object.
 String[] getSelectedUsersUME()
          Deprecated. As of NetWeaver 7.1
 String getTitle()
          Deprecated. As of NetWeaver 7.1
 String getUUID()
          Deprecated. As of NetWeaver 7.1
 boolean isDirty()
          Deprecated. As of NetWeaver 7.1
 boolean isReadOnly()
          Deprecated. As of NetWeaver 7.1
 boolean isSelectGroups()
          Deprecated. As of NetWeaver 7.1
 boolean isSelectionList()
          Deprecated. As of NetWeaver 7.1
 boolean isSelectRoles()
          Deprecated. As of NetWeaver 7.1
 boolean isSelectUsers()
          Deprecated. As of NetWeaver 7.1
 boolean isSingleSelection()
          Deprecated. As of NetWeaver 7.1
 boolean isSuppressAddButton()
          Deprecated. As of NetWeaver 7.1
 boolean isSuppressTitle()
          Deprecated. As of NetWeaver 7.1
 boolean isTableVisible()
          Deprecated. As of NetWeaver 7.1
 boolean isValid()
          Deprecated. As of NetWeaver 7.1
 com.sapportals.htmlb.Component render()
          Deprecated. As of NetWeaver 7.1
 void setAddButtonLabel(String addButtonLabel)
          Deprecated. As of NetWeaver 7.1
 void setBreadcrumbPath(String breadcrumbPath)
          Deprecated. As of NetWeaver 7.1
 void setDirty(boolean isDirty)
          Deprecated. As of NetWeaver 7.1
 void setDocumentRidPath(String documentRidPath)
          Deprecated. As of NetWeaver 7.1
 void setEventData(String eventData)
          Deprecated. As of NetWeaver 7.1
 void setFireBackEventAfterSelection(boolean fireBackEventAfterSelection)
          Deprecated. As of NetWeaver 7.1
 void setFirstDisplayedPrincipal(int firstDisplayedPrincipal)
          Deprecated. As of NetWeaver 7.1
 void setFirstDisplayedPrincipalSelection(int firstDisplayedPrincipalSelection)
          Deprecated. As of NetWeaver 7.1
 void setInitialGroupSelection(String[] initialGroupSelection)
          Deprecated. As of NetWeaver 7.1, use the setInitialUserUMESelection method. Set the preselected groups
 void setInitialRoleSelection(String[] initialRoleSelection)
          Deprecated. As of NetWeaver 7.1, use the setInitialUserUMESelection method. Set set preselected roles
 void setInitialSearch(boolean initSearch)
          Deprecated. As of NetWeaver 7.1
 void setInitialUserSelection(String[] initialUserSelection)
          Deprecated. As of NetWeaver 7.1, use the setInitialUserUMESelection method. Set the preselected users
 void setInitialUserUMESelection(String[] initialUserUMESelection)
          Deprecated. As of NetWeaver 7.1
 void setInvalid(boolean isInvalid)
          Deprecated. As of NetWeaver 7.1
 void setNumDisplayedPrincipals(int numDisplayedPrincipals)
          Deprecated. As of NetWeaver 7.1
 void setNumDisplayedPrincipalSelection(int numDisplayedPrincipalSelection)
          Deprecated. As of NetWeaver 7.1
 void setReadOnly(boolean readOnly)
          Deprecated. As of NetWeaver 7.1
 void setSearchMode(int searchMode)
          Deprecated. As of NetWeaver 7.1
 void setSearchText(String searchText)
          Deprecated. As of NetWeaver 7.1
 void setSelectGroups(boolean isSelectGroups)
          Deprecated. As of NetWeaver 7.1
 void setSelectionList(boolean hasSelectionList)
          Deprecated. As of NetWeaver 7.1
 void setSelectRoles(boolean isSelectRoles)
          Deprecated. As of NetWeaver 7.1
 void setSelectUsers(boolean isSelectUsers)
          Deprecated. As of NetWeaver 7.1
 void setSingleSelection(boolean isSingleSelection)
          Deprecated. As of NetWeaver 7.1
 void setSuppressAddButton(boolean suppressAddButton)
          Deprecated. As of NetWeaver 7.1
 void setSuppressTitle(boolean suppressTitle)
          Deprecated. As of NetWeaver 7.1
 void setTableVisible(boolean isTableVisible)
          Deprecated. As of NetWeaver 7.1
 void setTitle(String title)
          Deprecated. As of NetWeaver 7.1
 void setUUID(String uuid)
          Deprecated. As of NetWeaver 7.1
 
Methods inherited from interface com.sapportals.wdf.event.WdfEventReceiver
receive
 

Method Detail

setSearchText

void setSearchText(String searchText)
Deprecated. As of NetWeaver 7.1

Set the SearchText attribute of the UserSelectionControl object.

Parameters:
searchText - The new SearchText value

setTableVisible

void setTableVisible(boolean isTableVisible)
Deprecated. As of NetWeaver 7.1

Set the TableVisible attribute of the UserSelectionControl object.

Parameters:
isTableVisible - The new TableVisible value

setSelectionList

void setSelectionList(boolean hasSelectionList)
Deprecated. As of NetWeaver 7.1

Set the SelectionList attribute of the UserSelectionControl object.

Parameters:
hasSelectionList - The new SelectionList value

setSelectUsers

void setSelectUsers(boolean isSelectUsers)
Deprecated. As of NetWeaver 7.1

Set the SelectUsers attribute of the UserSelectionControl object.

Parameters:
isSelectUsers - The new SelectUsers value

setSelectGroups

void setSelectGroups(boolean isSelectGroups)
Deprecated. As of NetWeaver 7.1

Set the SelectGroups attribute of the UserSelectionControl object.

Parameters:
isSelectGroups - The new SelectGroups value

setSelectRoles

void setSelectRoles(boolean isSelectRoles)
Deprecated. As of NetWeaver 7.1

Set the SelectRoles attribute of the UserSelectionControl object.

Parameters:
isSelectRoles - The new SelectRoles value

setNumDisplayedPrincipals

void setNumDisplayedPrincipals(int numDisplayedPrincipals)
Deprecated. As of NetWeaver 7.1

Set the NumDisplayedPrincipals attribute of the UserSelectionControl object.

Parameters:
numDisplayedPrincipals - The new NumDisplayedPrincipals value

setFirstDisplayedPrincipal

void setFirstDisplayedPrincipal(int firstDisplayedPrincipal)
Deprecated. As of NetWeaver 7.1

Set the FirstDisplayedPrincipal attribute of the UserSelectionControl object.

Parameters:
firstDisplayedPrincipal - The new FirstDisplayedPrincipal value

setUUID

void setUUID(String uuid)
Deprecated. As of NetWeaver 7.1

Set the UUID attribute of the UserSelectionControl object.

Parameters:
uuid - The new uuid value

setFirstDisplayedPrincipalSelection

void setFirstDisplayedPrincipalSelection(int firstDisplayedPrincipalSelection)
Deprecated. As of NetWeaver 7.1

Set the FirstDisplayedPrincipalSelection attribute of the UserSelectionControl object.

Parameters:
firstDisplayedPrincipalSelection - The new FirstDisplayedPrincipalSelection value

setNumDisplayedPrincipalSelection

void setNumDisplayedPrincipalSelection(int numDisplayedPrincipalSelection)
Deprecated. As of NetWeaver 7.1

Set the NumDisplayedPrincipalSelection attribute of the UserSelectionControl object.

Parameters:
numDisplayedPrincipalSelection - The new NumDisplayedPrincipalSelection value

setSearchMode

void setSearchMode(int searchMode)
Deprecated. As of NetWeaver 7.1

Set the SearchMode attribute of the UserSelectionControl object.

Parameters:
searchMode - The new SearchMode value

setSingleSelection

void setSingleSelection(boolean isSingleSelection)
Deprecated. As of NetWeaver 7.1

Set the SingleSelection attribute of the UserSelectionControl object.

Parameters:
isSingleSelection - The new SingleSelection value

setDirty

void setDirty(boolean isDirty)
Deprecated. As of NetWeaver 7.1

Set the Dirty attribute of the UserSelectionControl object.

Parameters:
isDirty - The new Dirty value

setFireBackEventAfterSelection

void setFireBackEventAfterSelection(boolean fireBackEventAfterSelection)
Deprecated. As of NetWeaver 7.1

Set the FireBackEventAfterSelection attribute of the UserSelectionControl object.

Parameters:
fireBackEventAfterSelection - The new FireBackEventAfterSelection value

setAddButtonLabel

void setAddButtonLabel(String addButtonLabel)
Deprecated. As of NetWeaver 7.1

Set the AddButtonLabel attribute of the UserSelectionControl object.

Parameters:
addButtonLabel - The new AddButtonLabel value

setTitle

void setTitle(String title)
Deprecated. As of NetWeaver 7.1

Set the Title attribute of the UserSelectionControl object.

Parameters:
title - The new Title value

setBreadcrumbPath

void setBreadcrumbPath(String breadcrumbPath)
Deprecated. As of NetWeaver 7.1

Set the BreadcrumbPath attribute of the UserSelectionControl object.

Parameters:
breadcrumbPath - The new BreadcrumbPath value

setEventData

void setEventData(String eventData)
Deprecated. As of NetWeaver 7.1

Set the EventData attribute of the UserSelectionControl object.

Parameters:
eventData - The new EventData value

setInitialSearch

void setInitialSearch(boolean initSearch)
Deprecated. As of NetWeaver 7.1

Start initial search with search string

Parameters:
initSearch - The search string for the principals

setSuppressTitle

void setSuppressTitle(boolean suppressTitle)
Deprecated. As of NetWeaver 7.1


setSuppressAddButton

void setSuppressAddButton(boolean suppressAddButton)
Deprecated. As of NetWeaver 7.1


setInitialUserSelection

void setInitialUserSelection(String[] initialUserSelection)
Deprecated. As of NetWeaver 7.1, use the setInitialUserUMESelection method. Set the preselected users


setInitialGroupSelection

void setInitialGroupSelection(String[] initialGroupSelection)
Deprecated. As of NetWeaver 7.1, use the setInitialUserUMESelection method. Set the preselected groups


setInitialRoleSelection

void setInitialRoleSelection(String[] initialRoleSelection)
Deprecated. As of NetWeaver 7.1, use the setInitialUserUMESelection method. Set set preselected roles


setInitialUserUMESelection

void setInitialUserUMESelection(String[] initialUserUMESelection)
Deprecated. As of NetWeaver 7.1

Set the preselected users


setReadOnly

void setReadOnly(boolean readOnly)
Deprecated. As of NetWeaver 7.1

Disable the input field


setInvalid

void setInvalid(boolean isInvalid)
Deprecated. As of NetWeaver 7.1

Set the user selection invalid


isValid

boolean isValid()
Deprecated. As of NetWeaver 7.1

Returns whether the user selection is valid or not


isReadOnly

boolean isReadOnly()
Deprecated. As of NetWeaver 7.1

Get the information whether the input field is enabled or not


getInitialSearch

boolean getInitialSearch()
Deprecated. As of NetWeaver 7.1


getSelectedUsers

String[] getSelectedUsers()
Deprecated. As of NetWeaver 7.1, use the getSelectedUsersUME() method. Get the SelectedUsers attribute of the UserSelectionControl object.

Returns:
The SelectedUsers value

getSelectedGroups

String[] getSelectedGroups()
Deprecated. As of NetWeaver 7.1, use the getSelectedUsersUME() method. Get the SelectedGroups attribute of the UserSelectionControl object.

Returns:
The SelectedGroups value

getSelectedRoles

String[] getSelectedRoles()
Deprecated. As of NetWeaver 7.1, use the getSelectedUsersUME() method. Get the SelectedRoles attribute of the UserSelectionControl object.

Returns:
The SelectedRoles value

getSelectedUsersUME

String[] getSelectedUsersUME()
Deprecated. As of NetWeaver 7.1

Get the selected principals of the UserSelectionControl object.

Returns:
The selected prinicpals

getSearchText

String getSearchText()
Deprecated. As of NetWeaver 7.1

Get the SearchText attribute of the UserSelectionControl object.

Returns:
The SearchText value

isTableVisible

boolean isTableVisible()
Deprecated. As of NetWeaver 7.1

Get the TableVisible attribute of the UserSelectionControl object.

Returns:
The TableVisible value

isSelectionList

boolean isSelectionList()
Deprecated. As of NetWeaver 7.1

Get the SelectionList attribute of the UserSelectionControl object.

Returns:
The SelectionList value

isSelectUsers

boolean isSelectUsers()
Deprecated. As of NetWeaver 7.1

Get the SelectUsers attribute of the UserSelectionControl object.

Returns:
The SelectUsers value

isSelectGroups

boolean isSelectGroups()
Deprecated. As of NetWeaver 7.1

Get the SelectGroups attribute of the UserSelectionControl object.

Returns:
The SelectGroups value

isSelectRoles

boolean isSelectRoles()
Deprecated. As of NetWeaver 7.1

Get the SelectRoles attribute of the UserSelectionControl object.

Returns:
The SelectRoles value

getNumDisplayedPrincipals

int getNumDisplayedPrincipals()
Deprecated. As of NetWeaver 7.1

Get the NumDisplayedPrincipals attribute of the UserSelectionControl object.

Returns:
The NumDisplayedPrincipals value

getFirstDisplayedPrincipal

int getFirstDisplayedPrincipal()
Deprecated. As of NetWeaver 7.1

Get the FirstDisplayedPrincipal attribute of the UserSelectionControl object.

Returns:
The FirstDisplayedPrincipal value

getFirstDisplayedPrincipalSelection

int getFirstDisplayedPrincipalSelection()
Deprecated. As of NetWeaver 7.1

Get the FirstDisplayedPrincipalSelection attribute of the UserSelectionControl object.

Returns:
The FirstDisplayedPrincipalSelection value

getUUID

String getUUID()
Deprecated. As of NetWeaver 7.1

Get the uuid attribute of the UserSelectionControl object.

Returns:
The uuid value

getNumDisplayedPrincipalSelection

int getNumDisplayedPrincipalSelection()
Deprecated. As of NetWeaver 7.1

Get the NumDisplayedPrincipalSelection attribute of the UserSelectionControl object.

Returns:
The NumDisplayedPrincipalSelection value

getSearchMode

int getSearchMode()
Deprecated. As of NetWeaver 7.1

Get the SearchMode attribute of the UserSelectionControl object.

Returns:
The SearchMode value

isSingleSelection

boolean isSingleSelection()
Deprecated. As of NetWeaver 7.1

Get the SingleSelection attribute of the UserSelectionControl object.

Returns:
The SingleSelection value

isDirty

boolean isDirty()
Deprecated. As of NetWeaver 7.1

Get the Dirty attribute of the UserSelectionControl object.

Returns:
The Dirty value

getFireBackEventAfterSelection

boolean getFireBackEventAfterSelection()
Deprecated. As of NetWeaver 7.1

Get the FireBackEventAfterSelection attribute of the UserSelectionControl object.

Returns:
The FireBackEventAfterSelection value

getAddButtonLabel

String getAddButtonLabel()
Deprecated. As of NetWeaver 7.1

Get the AddButtonLabel attribute of the UserSelectionControl object.

Returns:
The AddButtonLabel value

getTitle

String getTitle()
Deprecated. As of NetWeaver 7.1

Get the Title attribute of the UserSelectionControl object.

Returns:
The Title value

getBreadcrumbPath

String getBreadcrumbPath()
Deprecated. As of NetWeaver 7.1

Get the BreadcrumbPath attribute of the UserSelectionControl object.

Returns:
The BreadcrumbPath value

getEventData

String getEventData()
Deprecated. As of NetWeaver 7.1

Get the EventData attribute of the UserSelectionControl object.

Returns:
The EventData value

isSuppressTitle

boolean isSuppressTitle()
Deprecated. As of NetWeaver 7.1


isSuppressAddButton

boolean isSuppressAddButton()
Deprecated. As of NetWeaver 7.1


render

com.sapportals.htmlb.Component render()
                                      throws com.sapportals.wdf.WdfException
Deprecated. As of NetWeaver 7.1

Throws:
com.sapportals.wdf.WdfException

setDocumentRidPath

void setDocumentRidPath(String documentRidPath)
Deprecated. As of NetWeaver 7.1

Set the document rid path attribute of the UserSelectionControl object.

Parameters:
documentRidPath - The document rid path
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/nonwduideprecated api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice