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 DbGroupImmoToolPermissionPanel. 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 voidAdminApp.GroupListener. groupsWereUpdated(DbGroup[] groups)voidDbUsersPanel. groupsWereUpdated(DbGroup[] groups)voidAdminApp. 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 DbGroupDbUserHandler. getGroup(Connection c, long id)DbGroupDbUserHandler. getGroup(Connection c, String name)DbGroupDbUserHandlerImpl. getGroup(Connection c, long id)DbGroupDbUserHandlerImpl. 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 voidDbUserHandler. loadGroupPermissions(Connection c, DbGroup group)voidDbUserHandlerImpl. loadGroupPermissions(Connection c, DbGroup group)voidDbUserHandler. loadGroupUsers(Connection c, DbGroup group)voidDbUserHandler. loadGroupUsers(Connection c, DbGroup[] groups)voidDbUserHandlerImpl. loadGroupUsers(Connection c, DbGroup group)abstract voidDbUserHandlerImpl. loadGroupUsers(Connection c, DbGroup[] groups)voidDbUserHandler. saveGroup(Connection c, DbGroup group)voidDbUserHandler. saveGroup(Connection c, DbPluginHandler pluginHandler, DbGroup group)voidDbUserHandlerImpl. saveGroup(Connection c, DbGroup group)abstract voidDbUserHandlerImpl. 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 voidHSqlDbUserHandler. loadGroupUsers(Connection c, DbGroup[] groups)voidHSqlDbUserHandler. 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 voidGroupRenderer. render(DbGroup value, JLabel label)Constructors in com.openindex.openestate.tool.gui with parameters of type DbGroup Constructor Description AssignedFrom(DbGroup group)
-