public class DefaultGroupManager<S extends ServerContext> extends AbstractGroupManager<S>
permissionDef
Constructor and Description |
---|
DefaultGroupManager(S serverCtx) |
Modifier and Type | Method and Description |
---|---|
protected Group |
createGroupInstance(NdfProperties props) |
void |
performDeleteGroup(SessionId callerSessId,
Group group) |
Group |
performInsertGroup(SessionId callerSessId,
Group group,
java.util.List<Group> groupList) |
void |
performUpdateGroup(SessionId callerSessId,
Group group) |
protected void |
read(java.util.List<Group> groupList) |
void |
write() |
deleteGroup, existsGroup, fetchGroupByName, findGroupByName, getGroupConfigFile, getGroupCount, getGroupList, getGroups, getPermissionDefinition, init, insertGroup, nextGroupId, updateGroup
checkInitialized, isInitialized, setInitialized, toString
checkPermission, getServerConfig, getServerContext, getStatisticManager
getApplicationContext, getLogChannel, isLogDebug, isLogVerbose, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, setLogChannel
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toString
public DefaultGroupManager(S serverCtx)
protected void read(java.util.List<Group> groupList) throws java.lang.Exception
read
in class AbstractGroupManager<S extends ServerContext>
java.lang.Exception
public void write() throws java.lang.Exception
java.lang.Exception
public void performDeleteGroup(SessionId callerSessId, Group group) throws java.lang.Exception
performDeleteGroup
in class AbstractGroupManager<S extends ServerContext>
java.lang.Exception
public void performUpdateGroup(SessionId callerSessId, Group group) throws java.lang.Exception
performUpdateGroup
in class AbstractGroupManager<S extends ServerContext>
java.lang.Exception
public Group performInsertGroup(SessionId callerSessId, Group group, java.util.List<Group> groupList) throws java.lang.Exception
performInsertGroup
in class AbstractGroupManager<S extends ServerContext>
java.lang.Exception
protected Group createGroupInstance(NdfProperties props)
Copyright © 2014 EsprIT-Systems. All Rights Reserved.