org.openanzo.server.repository.rdb.sql
Interface RoleRdbWrapper.DeleteSubRoleOfParams

All Known Implementing Classes:
RoleRdbWrapper.DeleteSubRoleOfParamsImpl
Enclosing class:
RoleRdbWrapper

public static interface RoleRdbWrapper.DeleteSubRoleOfParams

Interface for managing the parameters to the deleteSubRoleOf prepared statement.


Method Summary
 java.lang.Long getHend()
          Get the "Hend" parameter to use within prepared statement
 long getParentRoleId()
          Get the "ParentRoleId" parameter to use within prepared statement
 long getRoleId()
          Get the "RoleId" parameter to use within prepared statement
 

Method Detail

getHend

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

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

getParentRoleId

long getParentRoleId()
                     throws AnzoException
Get the "ParentRoleId" parameter to use within prepared statement

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


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