Interface B2BUserGroupsLookUpStrategy
-
- All Known Subinterfaces:
B2BUserGroupsLookUpStrategy
- All Known Implementing Classes:
DefaultB2BUserGroupsLookUpStrategy,DefaultB2BUserGroupsLookUpStrategy
public interface B2BUserGroupsLookUpStrategyA strategy for getting available user group codes that a B2BCustomer can be assigned to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>getUserGroups()Gets the user groups.
-