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

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

public static interface UsersRolesRdbWrapper.DeleteUserFromRoleParams

Interface for managing the parameters to the deleteUserFromRole prepared statement.


Method Summary
 java.lang.Long getModified()
          Get the "Modified" parameter to use within prepared statement
 long getRoleId()
          Get the "RoleId" parameter to use within prepared statement
 long getUserId()
          Get the "UserId" parameter to use within prepared statement
 

Method Detail

getModified

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

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

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.