Interface PunchOutUserGroupSelectionStrategy
-
- All Known Implementing Classes:
DefaultPunchOutUserGroupSelectionStrategy
public interface PunchOutUserGroupSelectionStrategy
Defines the strategy to select user groups.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<UserGroupModel>
select(java.lang.String userId)
Selects the user groups.
-
-
-
Method Detail
-
select
java.util.Collection<UserGroupModel> select(java.lang.String userId)
Selects the user groups.- Parameters:
userId
-- Returns:
- A collection of user groups related to this
userId
.
-
-