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

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

public static interface UserRdbWrapper.InsertUserParams

Interface for managing the parameters to the insertUser 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.Long getModified()
          Get the "Modified" 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

getId

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

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

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

getModified

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

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


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