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

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

public static class UserRdbWrapper.InsertUserParamsImpl
extends java.lang.Object
implements UserRdbWrapper.InsertUserParams

Default implementation of InsertUserParams


Constructor Summary
UserRdbWrapper.InsertUserParamsImpl()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserRdbWrapper.InsertUserParamsImpl

public UserRdbWrapper.InsertUserParamsImpl()
Method Detail

getId

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

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

getUserId

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

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

getPasswordHash

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

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

getDefaultRoleId

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

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

getDefaultAclId

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

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

getModified

public java.lang.Long getModified()
Description copied from interface: UserRdbWrapper.InsertUserParams
Get the "Modified" parameter to use within prepared statement

Specified by:
getModified in interface UserRdbWrapper.InsertUserParams
Returns:
the Modified to use within prepared statement


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