Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.acegisecurity.acl.basic.jdbc
Class JdbcExtendedDaoImpl.AclPermissionUpdate  view JdbcExtendedDaoImpl.AclPermissionUpdate download JdbcExtendedDaoImpl.AclPermissionUpdate.java

java.lang.Object
  extended byorg.springframework.jdbc.object.RdbmsOperation
      extended byorg.springframework.jdbc.object.SqlOperation
          extended byorg.springframework.jdbc.object.SqlUpdate
              extended byorg.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl.AclPermissionUpdate
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
Enclosing class:
JdbcExtendedDaoImpl

protected class JdbcExtendedDaoImpl.AclPermissionUpdate
extends org.springframework.jdbc.object.SqlUpdate


Field Summary
 
Fields inherited from class org.springframework.jdbc.object.SqlUpdate
 
Fields inherited from class org.springframework.jdbc.object.SqlOperation
 
Fields inherited from class org.springframework.jdbc.object.RdbmsOperation
logger
 
Constructor Summary
protected JdbcExtendedDaoImpl.AclPermissionUpdate(javax.sql.DataSource ds)
           
 
Method Summary
protected  void update(java.lang.Long aclPermissionId, java.lang.Integer newMask)
           
 
Methods inherited from class org.springframework.jdbc.object.SqlUpdate
checkRowsAffected, setMaxRowsAffected, setRequiredRowsAffected, update, update, update, update, update, update, update, update, update
 
Methods inherited from class org.springframework.jdbc.object.SqlOperation
compileInternal, newPreparedStatementCreator, newPreparedStatementSetter, onCompileInternal
 
Methods inherited from class org.springframework.jdbc.object.RdbmsOperation
afterPropertiesSet, compile, declareParameter, getDeclaredParameters, getGeneratedKeysColumnNames, getJdbcTemplate, getResultSetType, getSql, isCompiled, isReturnGeneratedKeys, isUpdatableResults, setDataSource, setFetchSize, setGeneratedKeysColumnNames, setJdbcTemplate, setMaxRows, setResultSetType, setReturnGeneratedKeys, setSql, setTypes, setUpdatableResults, supportsLobParameters, validateParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcExtendedDaoImpl.AclPermissionUpdate

protected JdbcExtendedDaoImpl.AclPermissionUpdate(javax.sql.DataSource ds)
Method Detail

update

protected void update(java.lang.Long aclPermissionId,
                      java.lang.Integer newMask)
               throws org.springframework.dao.DataAccessException