org.openanzo.server.repository.rdb.sql
Interface AclRdbWrapper.SelectUserHasAccessResult

All Known Implementing Classes:
AclRdbWrapper.SelectUserHasAccessResultImpl
Enclosing class:
AclRdbWrapper

public static interface AclRdbWrapper.SelectUserHasAccessResult

Interface for holding the results of the selectUserHasAccess prepared statement.


Method Summary
 int getAdd()
          Get the "Add" result value
 int getChangeNamedGraphAcl()
          Get the "ChangeNamedGraphAcl" result value
 int getInsertNamedGraph()
          Get the "InsertNamedGraph" result value
 int getRead()
          Get the "Read" result value
 int getRemove()
          Get the "Remove" result value
 int getRemoveNamedGraph()
          Get the "RemoveNamedGraph" result value
 void setAdd(int add)
          Set the "Add" result value
 void setChangeNamedGraphAcl(int changeNamedGraphAcl)
          Set the "ChangeNamedGraphAcl" result value
 void setInsertNamedGraph(int insertNamedGraph)
          Set the "InsertNamedGraph" result value
 void setRead(int read)
          Set the "Read" result value
 void setRemove(int remove)
          Set the "Remove" result value
 void setRemoveNamedGraph(int removeNamedGraph)
          Set the "RemoveNamedGraph" result value
 

Method Detail

getRead

int getRead()
            throws AnzoException
Get the "Read" result value

Returns:
the "Read" result value
Throws:
AnzoException

setRead

void setRead(int read)
             throws AnzoException
Set the "Read" result value

Parameters:
read - the "Read" result value
Throws:
AnzoException

getAdd

int getAdd()
           throws AnzoException
Get the "Add" result value

Returns:
the "Add" result value
Throws:
AnzoException

setAdd

void setAdd(int add)
            throws AnzoException
Set the "Add" result value

Parameters:
add - the "Add" result value
Throws:
AnzoException

getRemove

int getRemove()
              throws AnzoException
Get the "Remove" result value

Returns:
the "Remove" result value
Throws:
AnzoException

setRemove

void setRemove(int remove)
               throws AnzoException
Set the "Remove" result value

Parameters:
remove - the "Remove" result value
Throws:
AnzoException

getInsertNamedGraph

int getInsertNamedGraph()
                        throws AnzoException
Get the "InsertNamedGraph" result value

Returns:
the "InsertNamedGraph" result value
Throws:
AnzoException

setInsertNamedGraph

void setInsertNamedGraph(int insertNamedGraph)
                         throws AnzoException
Set the "InsertNamedGraph" result value

Parameters:
insertNamedGraph - the "InsertNamedGraph" result value
Throws:
AnzoException

getRemoveNamedGraph

int getRemoveNamedGraph()
                        throws AnzoException
Get the "RemoveNamedGraph" result value

Returns:
the "RemoveNamedGraph" result value
Throws:
AnzoException

setRemoveNamedGraph

void setRemoveNamedGraph(int removeNamedGraph)
                         throws AnzoException
Set the "RemoveNamedGraph" result value

Parameters:
removeNamedGraph - the "RemoveNamedGraph" result value
Throws:
AnzoException

getChangeNamedGraphAcl

int getChangeNamedGraphAcl()
                           throws AnzoException
Get the "ChangeNamedGraphAcl" result value

Returns:
the "ChangeNamedGraphAcl" result value
Throws:
AnzoException

setChangeNamedGraphAcl

void setChangeNamedGraphAcl(int changeNamedGraphAcl)
                            throws AnzoException
Set the "ChangeNamedGraphAcl" result value

Parameters:
changeNamedGraphAcl - the "ChangeNamedGraphAcl" result value
Throws:
AnzoException


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