java.lang.Object
org.lucane.server.DBTableAccess
org.lucane.server.GroupManager
- public class GroupManager
- extends DBTableAccess
Handles groups
| Methods inherited from class org.lucane.server.DBTableAccess |
addEntry, addEntryValidation, addLink, createTable, getAllEntryKey, getAllKeyForLink, getAllLinks, getAllValues, getColumns, getFirstValue, initManager, isExistinglink, removeLink, removeTable, setValue, setValueValidation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupManager
public GroupManager(Server parent)
- Creates a new GroupManager object.
removeEntry
public void removeEntry(java.lang.String key)
- Remove an entry
- Overrides:
removeEntry in class DBTableAccess
initTable
protected void initTable()
- Add default values
- Overrides:
initTable in class DBTableAccess