Uses of Class
com.stratelia.webactiv.organization.GroupUserRoleRow

Packages that use GroupUserRoleRow
com.stratelia.webactiv.organization   
 

Uses of GroupUserRoleRow in com.stratelia.webactiv.organization
 

Methods in com.stratelia.webactiv.organization that return GroupUserRoleRow
protected  GroupUserRoleRow GroupUserRoleTable.fetchGroupUserRole(ResultSet rs)
          Fetch the current groupUserRole row from a resultSet.
protected  GroupUserRoleRow GroupUserRoleTable.fetchRow(ResultSet rs)
          Fetch the current groupUserRole row from a resultSet.
 GroupUserRoleRow GroupUserRoleTable.getGroupUserRole(int id)
          Returns the GroupUserRole whith the given id.
 GroupUserRoleRow GroupUserRoleTable.getGroupUserRoleByGroupId(int groupId)
          Returns the GroupUserRole whith the given groupId.
 

Methods in com.stratelia.webactiv.organization with parameters of type GroupUserRoleRow
 void GroupUserRoleTable.createGroupUserRole(GroupUserRoleRow groupUserRole)
          Inserts in the database a new groupUserRole row.
protected  void GroupUserRoleTable.prepareInsert(String insertQuery, PreparedStatement insert, GroupUserRoleRow usr)
           
protected  void GroupUserRoleTable.prepareUpdate(String updateQuery, PreparedStatement update, GroupUserRoleRow row)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.