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

Packages that use AccessLevelRow
com.stratelia.webactiv.organization   
 

Uses of AccessLevelRow in com.stratelia.webactiv.organization
 

Methods in com.stratelia.webactiv.organization that return AccessLevelRow
protected  AccessLevelRow AccessLevelTable.fetchAccessLevel(ResultSet rs)
          Fetch the current access level row from a resultSet.
protected  AccessLevelRow AccessLevelTable.fetchRow(ResultSet rs)
          Fetch the current accessLevel row from a resultSet.
 AccessLevelRow AccessLevelTable.getAccessLevel(String id)
          Returns the Access level whith the given id.
 AccessLevelRow[] AccessLevelTable.getAllAccessLevels()
          Returns all the Access levels.
 

Methods in com.stratelia.webactiv.organization with parameters of type AccessLevelRow
protected  void AccessLevelTable.prepareInsert(String insertQuery, PreparedStatement insert, AccessLevelRow row)
          insert a accessLevel
protected  void AccessLevelTable.prepareUpdate(String updateQuery, PreparedStatement update, AccessLevelRow row)
          update a accessLevel
 



Copyright © 2016 Silverpeas. All Rights Reserved.