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 Object implements B2BUserGroupsLookUpStrategy
Deprecated, for removal: This API element is subject to removal in a future version.
Since 6.0. Use DefaultB2BUserGroupsLookUpStrategy instead.
  • Constructor Details

    • DefaultB2BUserGroupsLookUpStrategy

      public DefaultB2BUserGroupsLookUpStrategy()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getUserGroups

      public List<String> getUserGroups()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: B2BUserGroupsLookUpStrategy
      Gets the user groups.
      Specified by:
      getUserGroups in interface B2BUserGroupsLookUpStrategy
      Returns:
      the user groups
    • getGroups

      protected List<String> getGroups()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setGroups

      public void setGroups(List<String> groups)
      Deprecated, for removal: This API element is subject to removal in a future version.