Uses of Class
com.openindex.openestate.tool.db.DbGroup
-
Packages that use DbGroup Package Description com.openindex.openestate.tool Hauptklassen des ImmoTool-Frameworks.com.openindex.openestate.tool.admin com.openindex.openestate.tool.db com.openindex.openestate.tool.db.hsql com.openindex.openestate.tool.gui -
-
Uses of DbGroup in com.openindex.openestate.tool
Methods in com.openindex.openestate.tool that return DbGroup Modifier and Type Method Description DbGroup
ImmoToolPermissionPanel. getSelectedGroup()
-
Uses of DbGroup in com.openindex.openestate.tool.admin
Methods in com.openindex.openestate.tool.admin that return DbGroup Modifier and Type Method Description DbGroup[]
AdminApp. getGroupsPool()
Methods in com.openindex.openestate.tool.admin with parameters of type DbGroup Modifier and Type Method Description void
AdminApp.GroupListener. groupsWereUpdated(DbGroup[] groups)
void
DbUsersPanel. groupsWereUpdated(DbGroup[] groups)
void
AdminApp. setGroupsPool(DbGroup[] groups)
-
Uses of DbGroup in com.openindex.openestate.tool.db
Methods in com.openindex.openestate.tool.db that return DbGroup Modifier and Type Method Description DbGroup
DbUserHandler. getGroup(Connection c, long id)
DbGroup
DbUserHandler. getGroup(Connection c, String name)
DbGroup
DbUserHandlerImpl. getGroup(Connection c, long id)
DbGroup
DbUserHandlerImpl. getGroup(Connection c, String name)
DbGroup[]
DbUserHandler. getGroups(Connection c)
DbGroup[]
DbUserHandler. getGroups(Connection c, long[] ids)
DbGroup[]
DbUserHandler. getGroups(Connection c, String[] names)
DbGroup[]
DbUserHandlerImpl. getGroups(Connection c)
abstract DbGroup[]
DbUserHandlerImpl. getGroups(Connection c, long[] ids)
abstract DbGroup[]
DbUserHandlerImpl. getGroups(Connection c, String[] names)
Methods in com.openindex.openestate.tool.db with parameters of type DbGroup Modifier and Type Method Description void
DbUserHandler. loadGroupPermissions(Connection c, DbGroup group)
void
DbUserHandlerImpl. loadGroupPermissions(Connection c, DbGroup group)
void
DbUserHandler. loadGroupUsers(Connection c, DbGroup group)
void
DbUserHandler. loadGroupUsers(Connection c, DbGroup[] groups)
void
DbUserHandlerImpl. loadGroupUsers(Connection c, DbGroup group)
abstract void
DbUserHandlerImpl. loadGroupUsers(Connection c, DbGroup[] groups)
void
DbUserHandler. saveGroup(Connection c, DbGroup group)
void
DbUserHandler. saveGroup(Connection c, DbPluginHandler pluginHandler, DbGroup group)
void
DbUserHandlerImpl. saveGroup(Connection c, DbGroup group)
abstract void
DbUserHandlerImpl. saveGroup(Connection c, DbPluginHandler pluginHandler, DbGroup group)
-
Uses of DbGroup in com.openindex.openestate.tool.db.hsql
Methods in com.openindex.openestate.tool.db.hsql that return DbGroup Modifier and Type Method Description DbGroup[]
HSqlDbUserHandler. getGroups(Connection c, long[] ids)
DbGroup[]
HSqlDbUserHandler. getGroups(Connection c, String[] names)
Methods in com.openindex.openestate.tool.db.hsql with parameters of type DbGroup Modifier and Type Method Description void
HSqlDbUserHandler. loadGroupUsers(Connection c, DbGroup[] groups)
void
HSqlDbUserHandler. saveGroup(Connection c, DbPluginHandler pluginHandler, DbGroup group)
-
Uses of DbGroup in com.openindex.openestate.tool.gui
Methods in com.openindex.openestate.tool.gui with parameters of type DbGroup Modifier and Type Method Description void
GroupRenderer. render(DbGroup value, JLabel label)
Constructors in com.openindex.openestate.tool.gui with parameters of type DbGroup Constructor Description AssignedFrom(DbGroup group)
-