Class DefaultB2BUserGroupsLookUpStrategy
- java.lang.Object
-
- de.hybris.platform.b2bacceleratorservices.strategies.impl.DefaultB2BUserGroupsLookUpStrategy
-
- All Implemented Interfaces:
B2BUserGroupsLookUpStrategy,B2BUserGroupsLookUpStrategy
@Deprecated(since="6.0", forRemoval=true) public class DefaultB2BUserGroupsLookUpStrategy extends java.lang.Object implements B2BUserGroupsLookUpStrategyDeprecated, for removal: This API element is subject to removal in a future version.Since 6.0. UseDefaultB2BUserGroupsLookUpStrategyinstead.
-
-
Constructor Summary
Constructors Constructor Description DefaultB2BUserGroupsLookUpStrategy()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected java.util.List<java.lang.String>getGroups()Deprecated, for removal: This API element is subject to removal in a future version.java.util.List<java.lang.String>getUserGroups()Deprecated, for removal: This API element is subject to removal in a future version.Gets the user groups.voidsetGroups(java.util.List<java.lang.String> groups)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
getUserGroups
public java.util.List<java.lang.String> getUserGroups()
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:B2BUserGroupsLookUpStrategyGets the user groups.- Specified by:
getUserGroupsin interfaceB2BUserGroupsLookUpStrategy- Returns:
- the user groups
-
getGroups
protected java.util.List<java.lang.String> getGroups()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setGroups
public void setGroups(java.util.List<java.lang.String> groups)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-