Uses of Class
unlimited.fc.server.api.UserGroupContainer
-
-
Uses of UserGroupContainer in unlimited.fc.server.api
Methods in unlimited.fc.server.api that return UserGroupContainer Modifier and Type Method Description UserGroupContainerUserGroupContainer. clone()Clone methodUserGroupContainerFCServerIfc. getUserGroup(java.lang.String groupName)UserGroupContainerFCServerLite. getUserGroup(java.lang.String groupName)UserGroupContainer associated with the entered name.Methods in unlimited.fc.server.api that return types with arguments of type UserGroupContainer Modifier and Type Method Description java.util.Collection<UserGroupContainer>FCServerIfc. getUserGroups()java.util.Collection<UserGroupContainer>FCServerLite. getUserGroups()List of UserGroupContainer.Methods in unlimited.fc.server.api with parameters of type UserGroupContainer Modifier and Type Method Description voidFCServerIfc. addUserGroup(UserGroupContainer group)voidFCServerLite. addUserGroup(UserGroupContainer group)Add a new UserGroupContainer to the system.voidFCServerIfc. modifyUserGroup(UserGroupContainer tmpGroup)voidFCServerLite. modifyUserGroup(UserGroupContainer group)modifies the group with the name group.getName with the values of group.
-