public final class B2BCompanyUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
NORMALIZED_CHAR |
| Modifier and Type | Method and Description |
|---|---|
static <S,T> SearchPageData<T> |
convertPageData(SearchPageData<S> source,
Converter<S,T> converter)
Deprecated.
"Deprecated since 6.3". Use
instead.
Converts a SearchPageData of type <S> into one of type <T
> using the converter provided. |
static B2BSelectionData |
createB2BSelectionData(String code,
boolean selected,
boolean active)
Creates a
B2BSelectionData instance. |
static B2BSelectionData |
populateRolesForCustomer(B2BCustomerModel customerModel,
B2BSelectionData b2BSelectionData)
Populates a
B2BSelectionData with the roles linked to a given customer. |
public static final String NORMALIZED_CHAR
public static B2BSelectionData createB2BSelectionData(String code, boolean selected, boolean active)
B2BSelectionData instance.code - selected - active - B2BSelectionData.@Deprecated public static <S,T> SearchPageData<T> convertPageData(SearchPageData<S> source, Converter<S,T> converter)
instead.
Converts a SearchPageData of type <S> into one of type <T
> using the converter provided.S - The source type.T - The target type.source - converter - SearchPageData.public static B2BSelectionData populateRolesForCustomer(B2BCustomerModel customerModel, B2BSelectionData b2BSelectionData)
B2BSelectionData with the roles linked to a given customer.customerModel - b2BSelectionData - B2BSelectionData.Copyright © 2017 SAP SE. All Rights Reserved.