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

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

public static interface AclRdbWrapper.SelectUserHasAccessParams

Interface for managing the parameters to the selectUserHasAccess prepared statement.


Method Summary
 long getAclId()
          Get the "AclId" parameter to use within prepared statement
 long getUserId()
          Get the "UserId" parameter to use within prepared statement
 

Method Detail

getAclId

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

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

getUserId

long getUserId()
               throws AnzoException
Get the "UserId" parameter to use within prepared statement

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


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