org.openanzo.server.repository.rdb.sql
Class AciRdbWrapper.UpdateAccessControlParamsImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.AciRdbWrapper.UpdateAccessControlParamsImpl
All Implemented Interfaces:
AciRdbWrapper.UpdateAccessControlParams
Enclosing class:
AciRdbWrapper

public static class AciRdbWrapper.UpdateAccessControlParamsImpl
extends java.lang.Object
implements AciRdbWrapper.UpdateAccessControlParams

Default implementation of UpdateAccessControlParams


Constructor Summary
AciRdbWrapper.UpdateAccessControlParamsImpl()
           
 
Method Summary
 long getAclId()
          Get the "AclId" parameter to use within prepared statement
 int getAdd()
          Get the "Add" parameter to use within prepared statement
 int getChangeNamedGraphAcl()
          Get the "ChangeNamedGraphAcl" parameter to use within prepared statement
 long getId()
          Get the "Id" parameter to use within prepared statement
 int getInsertNamedGraph()
          Get the "InsertNamedGraph" parameter to use within prepared statement
 int getRead()
          Get the "Read" parameter to use within prepared statement
 int getRemove()
          Get the "Remove" parameter to use within prepared statement
 int getRemoveNamedGraph()
          Get the "RemoveNamedGraph" parameter to use within prepared statement
 long getRoleId()
          Get the "RoleId" parameter to use within prepared statement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AciRdbWrapper.UpdateAccessControlParamsImpl

public AciRdbWrapper.UpdateAccessControlParamsImpl()
Method Detail

getRead

public int getRead()
Description copied from interface: AciRdbWrapper.UpdateAccessControlParams
Get the "Read" parameter to use within prepared statement

Specified by:
getRead in interface AciRdbWrapper.UpdateAccessControlParams
Returns:
the Read to use within prepared statement

getAdd

public int getAdd()
Description copied from interface: AciRdbWrapper.UpdateAccessControlParams
Get the "Add" parameter to use within prepared statement

Specified by:
getAdd in interface AciRdbWrapper.UpdateAccessControlParams
Returns:
the Add to use within prepared statement

getRemove

public int getRemove()
Description copied from interface: AciRdbWrapper.UpdateAccessControlParams
Get the "Remove" parameter to use within prepared statement

Specified by:
getRemove in interface AciRdbWrapper.UpdateAccessControlParams
Returns:
the Remove to use within prepared statement

getInsertNamedGraph

public int getInsertNamedGraph()
Description copied from interface: AciRdbWrapper.UpdateAccessControlParams
Get the "InsertNamedGraph" parameter to use within prepared statement

Specified by:
getInsertNamedGraph in interface AciRdbWrapper.UpdateAccessControlParams
Returns:
the InsertNamedGraph to use within prepared statement

getRemoveNamedGraph

public int getRemoveNamedGraph()
Description copied from interface: AciRdbWrapper.UpdateAccessControlParams
Get the "RemoveNamedGraph" parameter to use within prepared statement

Specified by:
getRemoveNamedGraph in interface AciRdbWrapper.UpdateAccessControlParams
Returns:
the RemoveNamedGraph to use within prepared statement

getChangeNamedGraphAcl

public int getChangeNamedGraphAcl()
Description copied from interface: AciRdbWrapper.UpdateAccessControlParams
Get the "ChangeNamedGraphAcl" parameter to use within prepared statement

Specified by:
getChangeNamedGraphAcl in interface AciRdbWrapper.UpdateAccessControlParams
Returns:
the ChangeNamedGraphAcl to use within prepared statement

getRoleId

public long getRoleId()
Description copied from interface: AciRdbWrapper.UpdateAccessControlParams
Get the "RoleId" parameter to use within prepared statement

Specified by:
getRoleId in interface AciRdbWrapper.UpdateAccessControlParams
Returns:
the RoleId to use within prepared statement

getAclId

public long getAclId()
Description copied from interface: AciRdbWrapper.UpdateAccessControlParams
Get the "AclId" parameter to use within prepared statement

Specified by:
getAclId in interface AciRdbWrapper.UpdateAccessControlParams
Returns:
the AclId to use within prepared statement

getId

public long getId()
Description copied from interface: AciRdbWrapper.UpdateAccessControlParams
Get the "Id" parameter to use within prepared statement

Specified by:
getId in interface AciRdbWrapper.UpdateAccessControlParams
Returns:
the Id to use within prepared statement


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.