org.openanzo.server.repository.rdb.sql
Interface UsersRolesRdbWrapper.SelectUserInRoleParams

All Known Implementing Classes:
UsersRolesRdbWrapper.SelectUserInRoleParamsImpl
Enclosing class:
UsersRolesRdbWrapper

public static interface UsersRolesRdbWrapper.SelectUserInRoleParams

Interface for managing the parameters to the selectUserInRole prepared statement.


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

Method Detail

getUserId

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

Returns:
the UserId 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


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