org.openanzo.server.repository.rdb.sql
Interface AciRdbWrapper.InsertAccessControlParams

All Known Implementing Classes:
AciRdbWrapper.InsertAccessControlParamsImpl
Enclosing class:
AciRdbWrapper

public static interface AciRdbWrapper.InsertAccessControlParams

Interface for managing the parameters to the insertAccessControl prepared statement.


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
 

Method Detail

getId

long getId()
           throws AnzoException
Get the "Id" parameter to use within prepared statement

Returns:
the Id to use within prepared statement
Throws:
AnzoException

getRead

int getRead()
            throws AnzoException
Get the "Read" parameter to use within prepared statement

Returns:
the Read to use within prepared statement
Throws:
AnzoException

getAdd

int getAdd()
           throws AnzoException
Get the "Add" parameter to use within prepared statement

Returns:
the Add to use within prepared statement
Throws:
AnzoException

getRemove

int getRemove()
              throws AnzoException
Get the "Remove" parameter to use within prepared statement

Returns:
the Remove to use within prepared statement
Throws:
AnzoException

getInsertNamedGraph

int getInsertNamedGraph()
                        throws AnzoException
Get the "InsertNamedGraph" parameter to use within prepared statement

Returns:
the InsertNamedGraph to use within prepared statement
Throws:
AnzoException

getRemoveNamedGraph

int getRemoveNamedGraph()
                        throws AnzoException
Get the "RemoveNamedGraph" parameter to use within prepared statement

Returns:
the RemoveNamedGraph to use within prepared statement
Throws:
AnzoException

getChangeNamedGraphAcl

int getChangeNamedGraphAcl()
                           throws AnzoException
Get the "ChangeNamedGraphAcl" parameter to use within prepared statement

Returns:
the ChangeNamedGraphAcl to use within prepared statement
Throws:
AnzoException

getRoleId

long getRoleId()
               throws AnzoException
Get the "RoleId" parameter to use within prepared statement

Returns:
the RoleId to use within prepared statement
Throws:
AnzoException

getAclId

long getAclId()
              throws AnzoException
Get the "AclId" parameter to use within prepared statement

Returns:
the AclId to use within prepared statement
Throws:
AnzoException

getHstart

java.lang.Long getHstart()
                         throws AnzoException
Get the "Hstart" parameter to use within prepared statement

Returns:
the Hstart to use within prepared statement
Throws:
AnzoException


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