|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupRow | |
---|---|
com.stratelia.webactiv.beans.admin | |
com.stratelia.webactiv.organization |
Uses of GroupRow in com.stratelia.webactiv.beans.admin |
---|
Methods in com.stratelia.webactiv.beans.admin that return GroupRow | |
---|---|
GroupRow[] |
DomainDriverManager.getAllGroupOfDomain(String domainId)
|
Methods in com.stratelia.webactiv.beans.admin with parameters of type GroupRow | |
---|---|
void |
DomainDriverManager.indexGroup(GroupRow group)
Indexing a group |
Uses of GroupRow in com.stratelia.webactiv.organization |
---|
Methods in com.stratelia.webactiv.organization that return GroupRow | |
---|---|
protected GroupRow |
GroupTable.fetchGroup(ResultSet rs)
Fetch the current group row from a resultSet. |
protected GroupRow |
GroupTable.fetchRow(ResultSet rs)
Fetch the current group row from a resultSet. |
GroupRow[] |
GroupTable.getAllGroups()
Returns all the Groups. |
GroupRow[] |
GroupTable.getAllGroupsOfDomain(int domainId)
Returns all the Groups having a given domain id. |
GroupRow[] |
GroupTable.getAllMatchingGroups(GroupRow sampleGroup)
Returns the Group whose fields match those of the given sample group fields. |
GroupRow[] |
GroupTable.getAllRootGroups()
Returns all the Groups without a superGroup. |
GroupRow[] |
GroupTable.getAllRootGroupsOfDomain(int domainId)
Returns all the Root Groups having a given domain id. |
GroupRow[] |
GroupTable.getDirectGroupsInGroupUserRole(int groupUserRoleId)
Returns all the groups in a given groupUserRole (not recursive). |
GroupRow[] |
GroupTable.getDirectGroupsOfUser(int userId)
Returns all the groups of a given user (not recursive). |
GroupRow[] |
GroupTable.getDirectSubGroups(int superGroupId)
Returns all the Groups having a given superGroup. |
GroupRow |
GroupTable.getGroup(int id)
Returns the Group whith the given id. |
GroupRow |
GroupTable.getGroup(int superGroupId,
String name)
Returns the Group whith the given name in the given super group. |
GroupRow |
GroupTable.getGroupBySpecificId(int domainId,
String specificId)
Returns Group whith the given specificId and domainId. |
GroupRow |
GroupTable.getGroupOfGroupUserRole(int groupUserRoleId)
Returns the Group of a given group user role. |
GroupRow |
GroupTable.getRootGroup(String name)
Returns the root Group whith the given name. |
GroupRow |
GroupTable.getSuperGroup(int subGroupId)
Returns the superGroup of a given subGroup. |
GroupRow[] |
GroupTable.getSynchronizedGroups()
Returns all the Groups. |
GroupRow[] |
GroupTable.searchGroups(GroupRow groupModel,
boolean isAnd)
Returns all the Groups satiffying the model |
Methods in com.stratelia.webactiv.organization with parameters of type GroupRow | |
---|---|
void |
GroupTable.createGroup(GroupRow group)
Insert a new group row. |
GroupRow[] |
GroupTable.getAllMatchingGroups(GroupRow sampleGroup)
Returns the Group whose fields match those of the given sample group fields. |
protected void |
GroupTable.prepareInsert(String insertQuery,
PreparedStatement insert,
GroupRow row)
|
protected void |
GroupTable.prepareUpdate(String updateQuery,
PreparedStatement update,
GroupRow row)
|
GroupRow[] |
GroupTable.searchGroups(GroupRow groupModel,
boolean isAnd)
Returns all the Groups satiffying the model |
String[] |
GroupTable.searchGroupsIds(boolean isRootGroup,
int componentId,
int[] aRoleId,
GroupRow groupModel)
Returns all the Groups satifying the model that are direct childs of a specific group |
void |
GroupTable.updateGroup(GroupRow group)
Updates a group row. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |