com.sapportals.wcm.control.util

Interface IUserSelectionExt

All Superinterfaces:
IUserSelection, com.sapportals.wdf.event.WdfEventReceiver

Deprecated. As of NetWeaver 7.1

public interface IUserSelectionExt
extends IUserSelection


Method Summary
 int retrieveResolvedUserIdsCount()
          Deprecated. As of NetWeaver 7.1
 int retrieveResolvedUserIdsCount(int maxAllowedCount)
          Deprecated. As of NetWeaver 7.1
 int retrieveResolvedUserIdsCount(int maxAllowedCount, HashSet peopleIdsSet)
          Deprecated. As of NetWeaver 7.1
 
Methods inherited from interface com.sapportals.wcm.control.util.IUserSelection
getAddButtonLabel, getBreadcrumbPath, getEventData, getFireBackEventAfterSelection, getFirstDisplayedPrincipal, getFirstDisplayedPrincipalSelection, getInitialSearch, getNumDisplayedPrincipals, getNumDisplayedPrincipalSelection, getSearchMode, getSearchText, getSelectedGroups, getSelectedRoles, getSelectedUsers, getSelectedUsersUME, getTitle, getUUID, isDirty, isReadOnly, isSelectGroups, isSelectionList, isSelectRoles, isSelectUsers, isSingleSelection, isSuppressAddButton, isSuppressTitle, isTableVisible, isValid, render, setAddButtonLabel, setBreadcrumbPath, setDirty, setDocumentRidPath, setEventData, setFireBackEventAfterSelection, setFirstDisplayedPrincipal, setFirstDisplayedPrincipalSelection, setInitialGroupSelection, setInitialRoleSelection, setInitialSearch, setInitialUserSelection, setInitialUserUMESelection, setInvalid, setNumDisplayedPrincipals, setNumDisplayedPrincipalSelection, setReadOnly, setSearchMode, setSearchText, setSelectGroups, setSelectionList, setSelectRoles, setSelectUsers, setSingleSelection, setSuppressAddButton, setSuppressTitle, setTableVisible, setTitle, setUUID
 
Methods inherited from interface com.sapportals.wdf.event.WdfEventReceiver
receive
 

Method Detail

retrieveResolvedUserIdsCount

int retrieveResolvedUserIdsCount()
Deprecated. As of NetWeaver 7.1

This method calculates the number of all unique selected users. In case it was not possible to get the count -1 is returned.

Returns:
int - count of unique users contained in all searchable principal types. -1 in case the count failed

retrieveResolvedUserIdsCount

int retrieveResolvedUserIdsCount(int maxAllowedCount)
Deprecated. As of NetWeaver 7.1

This method calculates the number of all unique selected users. In case the count is bigger than allowed -1 is returned. In case it was not possible to get the count -2 is returned.

Parameters:
maxAllowedCount - - Maximal allowed count for user IDs
Returns:
int - count of unique users contained in all searchable principal types. -1 if the count is bigger than allowed. -2 in case the count failed.

retrieveResolvedUserIdsCount

int retrieveResolvedUserIdsCount(int maxAllowedCount,
                                 HashSet peopleIdsSet)
Deprecated. As of NetWeaver 7.1

This method calculates the number of all unique selected users. In case the count is bigger than allowed -1 is returned. In case it was not possible to get the count -2 is returned.

Parameters:
maxAllowedCount - - Maximal allowed count for user IDs
peopleIdsSet - - HashSet that will be fill up with resolved User Ids, if the count <= maxAllowedCount. If the count > maxAllowedCount, peopleIdsSet will be empty.
Returns:
int - count of unique users contained in all searchable principal types. -1 if the count is bigger than allowed. -2 in case the count failed.
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