Modifier and Type | Method and Description |
---|---|
UserGroupContainer |
UserGroupContainer.clone()
Clone method
|
UserGroupContainer |
FCServerShared.getUserGroup(java.lang.String groupName) |
UserGroupContainer |
FCServerLite.getUserGroup(java.lang.String groupName)
UserGroupContainer associated with the entered name.
|
UserGroupContainer |
FCServerIfc.getUserGroup(java.lang.String groupName) |
UserGroupContainer |
FCServer.getUserGroup(java.lang.String groupName)
UserGroupContainer associated with the entered name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<UserGroupContainer> |
FCServerShared.getUserGroups() |
java.util.Collection<UserGroupContainer> |
FCServerLite.getUserGroups()
List of UserGroupContainer.
|
java.util.Collection<UserGroupContainer> |
FCServerIfc.getUserGroups() |
java.util.Collection<UserGroupContainer> |
FCServer.getUserGroups()
List of UserGroupContainer.
|
Modifier and Type | Method and Description |
---|---|
void |
FCServerShared.addUserGroup(UserGroupContainer group) |
void |
FCServerLite.addUserGroup(UserGroupContainer group)
Add a new UserGroupContainer to the system.
|
void |
FCServerIfc.addUserGroup(UserGroupContainer group) |
void |
FCServer.addUserGroup(UserGroupContainer group)
Add a new UserGroupContainer to the system.
|
void |
FCServerShared.modifyUserGroup(UserGroupContainer tmpGroup) |
void |
FCServerLite.modifyUserGroup(UserGroupContainer group)
modifies the group with the name group.getName with the values of group.
|
void |
FCServerIfc.modifyUserGroup(UserGroupContainer tmpGroup) |
void |
FCServer.modifyUserGroup(UserGroupContainer group)
Modifies the group with the name group.getName with the values of group.
|
Copyright © 2015 Unlimi-Tech Sofware Inc. All Rights Reserved.