org.openanzo.server.repository.rdb.sql
Interface UserRdbWrapper.UpdateUserParams

All Known Implementing Classes:
UserRdbWrapper.UpdateUserParamsImpl
Enclosing class:
UserRdbWrapper

public static interface UserRdbWrapper.UpdateUserParams

Interface for managing the parameters to the updateUser prepared statement.


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
 

Method Detail

getUserId

java.lang.String getUserId()
                           throws AnzoException
Get the "UserId" parameter to use within prepared statement

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

getPasswordHash

java.lang.String getPasswordHash()
                                 throws AnzoException
Get the "PasswordHash" parameter to use within prepared statement

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

getDefaultRoleId

long getDefaultRoleId()
                      throws AnzoException
Get the "DefaultRoleId" parameter to use within prepared statement

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

getDefaultAclId

long getDefaultAclId()
                     throws AnzoException
Get the "DefaultAclId" parameter to use within prepared statement

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

getId

long getId()
           throws AnzoException
Get the "Id" parameter to use within prepared statement

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


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