org.openanzo.server.repository.rdb.sql
Class UserRdbWrapper.UpdateUserParamsImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.UserRdbWrapper.UpdateUserParamsImpl
All Implemented Interfaces:
UserRdbWrapper.UpdateUserParams
Enclosing class:
UserRdbWrapper

public static class UserRdbWrapper.UpdateUserParamsImpl
extends java.lang.Object
implements UserRdbWrapper.UpdateUserParams

Default implementation of UpdateUserParams


Constructor Summary
UserRdbWrapper.UpdateUserParamsImpl()
           
 
Method Summary
 long getDefaultAclId()
          Get the "DefaultAclId" parameter to use within prepared statement
 long getDefaultRoleId()
          Get the "DefaultRoleId" parameter to use within prepared statement
 long getId()
          Get the "Id" parameter to use within prepared statement
 java.lang.String getPasswordHash()
          Get the "PasswordHash" parameter to use within prepared statement
 java.lang.String getUserId()
          Get the "UserId" parameter to use within prepared statement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserRdbWrapper.UpdateUserParamsImpl

public UserRdbWrapper.UpdateUserParamsImpl()
Method Detail

getUserId

public java.lang.String getUserId()
Description copied from interface: UserRdbWrapper.UpdateUserParams
Get the "UserId" parameter to use within prepared statement

Specified by:
getUserId in interface UserRdbWrapper.UpdateUserParams
Returns:
the UserId to use within prepared statement

getPasswordHash

public java.lang.String getPasswordHash()
Description copied from interface: UserRdbWrapper.UpdateUserParams
Get the "PasswordHash" parameter to use within prepared statement

Specified by:
getPasswordHash in interface UserRdbWrapper.UpdateUserParams
Returns:
the PasswordHash to use within prepared statement

getDefaultRoleId

public long getDefaultRoleId()
Description copied from interface: UserRdbWrapper.UpdateUserParams
Get the "DefaultRoleId" parameter to use within prepared statement

Specified by:
getDefaultRoleId in interface UserRdbWrapper.UpdateUserParams
Returns:
the DefaultRoleId to use within prepared statement

getDefaultAclId

public long getDefaultAclId()
Description copied from interface: UserRdbWrapper.UpdateUserParams
Get the "DefaultAclId" parameter to use within prepared statement

Specified by:
getDefaultAclId in interface UserRdbWrapper.UpdateUserParams
Returns:
the DefaultAclId to use within prepared statement

getId

public long getId()
Description copied from interface: UserRdbWrapper.UpdateUserParams
Get the "Id" parameter to use within prepared statement

Specified by:
getId in interface UserRdbWrapper.UpdateUserParams
Returns:
the Id to use within prepared statement


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