| |
|
| java.lang.Object org.nemesis.forum.proxy.GroupProxy
GroupProxy | public class GroupProxy implements Group(Code) | | Protection proxy for the Group interface. It restricts access of certain
methods to those that have the proper permissions to administer this object.
|
getAdministratorCount | public int getAdministratorCount()(Code) | | |
getMemberCount | public int getMemberCount()(Code) | | |
hasPermission | public boolean hasPermission(int type)(Code) | | |
isAdministrator | public boolean isAdministrator(User user)(Code) | | |
|
|
|