public final class ChannelGroupCommands extends Object
| Modifier and Type | Method and Description |
|---|---|
static Command |
channelGroupAdd(String groupName,
PermissionGroupDatabaseType type) |
static Command |
channelGroupClientList(int channelId,
int clientDBId,
int groupId) |
static Command |
channelGroupCopy(int sourceGroupId,
int targetGroupId,
PermissionGroupDatabaseType type) |
static Command |
channelGroupCopy(int sourceGroupId,
String groupName,
PermissionGroupDatabaseType type) |
static Command |
channelGroupDel(int channelGroupId,
boolean forced) |
static Command |
channelGroupList() |
static Command |
channelGroupRename(int groupId,
String groupName) |
static Command |
setClientChannelGroup(int groupId,
int channelId,
int clientDBId) |
public static Command channelGroupAdd(String groupName, PermissionGroupDatabaseType type)
public static Command channelGroupClientList(int channelId, int clientDBId, int groupId)
public static Command channelGroupCopy(int sourceGroupId, int targetGroupId, PermissionGroupDatabaseType type)
public static Command channelGroupCopy(int sourceGroupId, String groupName, PermissionGroupDatabaseType type)
public static Command channelGroupDel(int channelGroupId, boolean forced)
public static Command channelGroupList()
public static Command channelGroupRename(int groupId, String groupName)
public static Command setClientChannelGroup(int groupId, int channelId, int clientDBId)
Released under the MIT license.