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

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

public static interface UsersRolesRdbWrapper.InsertUsersRolesParams

Interface for managing the parameters to the insertUsersRoles prepared statement.


Method Summary
 int getIsExplicit()
          Get the "IsExplicit" parameter to use within prepared statement
 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

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

getIsExplicit

int getIsExplicit()
                  throws AnzoException
Get the "IsExplicit" parameter to use within prepared statement

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

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


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