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

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

public static class AciRdbWrapper.InsertAccessControlParamsImpl
extends java.lang.Object
implements AciRdbWrapper.InsertAccessControlParams

Default implementation of InsertAccessControlParams


Constructor Summary
AciRdbWrapper.InsertAccessControlParamsImpl()
           
 
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
 java.lang.Long getHstart()
          Get the "Hstart" 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.InsertAccessControlParamsImpl

public AciRdbWrapper.InsertAccessControlParamsImpl()
Method Detail

getId

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

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

getRead

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

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

getAdd

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

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

getRemove

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

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

getInsertNamedGraph

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

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

getRemoveNamedGraph

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

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

getChangeNamedGraphAcl

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

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

getRoleId

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

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

getAclId

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

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

getHstart

public java.lang.Long getHstart()
Description copied from interface: AciRdbWrapper.InsertAccessControlParams
Get the "Hstart" parameter to use within prepared statement

Specified by:
getHstart in interface AciRdbWrapper.InsertAccessControlParams
Returns:
the Hstart to use within prepared statement


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