org.openanzo.server.repository.rdb.sql
Class AclRdbWrapper.GetRoleAciParamsImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.AclRdbWrapper.GetRoleAciParamsImpl
All Implemented Interfaces:
AclRdbWrapper.GetRoleAciParams
Enclosing class:
AclRdbWrapper

public static class AclRdbWrapper.GetRoleAciParamsImpl
extends java.lang.Object
implements AclRdbWrapper.GetRoleAciParams

Default implementation of GetRoleAciParams


Constructor Summary
AclRdbWrapper.GetRoleAciParamsImpl()
           
 
Method Summary
 long getAclId()
          Get the "AclId" parameter to use within prepared statement
 long getRoleId()
          Get the "RoleId" parameter to use within prepared statement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AclRdbWrapper.GetRoleAciParamsImpl

public AclRdbWrapper.GetRoleAciParamsImpl()
Method Detail

getAclId

public long getAclId()
Description copied from interface: AclRdbWrapper.GetRoleAciParams
Get the "AclId" parameter to use within prepared statement

Specified by:
getAclId in interface AclRdbWrapper.GetRoleAciParams
Returns:
the AclId to use within prepared statement

getRoleId

public long getRoleId()
Description copied from interface: AclRdbWrapper.GetRoleAciParams
Get the "RoleId" parameter to use within prepared statement

Specified by:
getRoleId in interface AclRdbWrapper.GetRoleAciParams
Returns:
the RoleId to use within prepared statement


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