Interface EditUserGroupAdministrator
-
- All Known Implementing Classes:
DefaultEditUserGroupAdministrator
public interface EditUserGroupAdministrator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
checkPermissions(List<String> requestedGroups)
List<Message>
getErrors()
List<String>
getInitialMemberGroups()
List<String>
getReadOnlyGroups()
boolean
updateGroups(List<String> requestedGroups)
-