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

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

public static interface AclRdbWrapper.GetRoleAciParams

Interface for managing the parameters to the getRoleAci prepared statement.


Method Summary
 long getAclId()
          Get the "AclId" parameter to use within prepared statement
 long getRoleId()
          Get the "RoleId" 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

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.