com.ibm.commerce.user.beans
Class UserRegistryDataBean

com.ibm.commerce.user.beans.UserRegistryDataBean
All Implemented Interfaces:
Delegator

public class UserRegistryDataBean
implements Delegator

IBM internal use only.


Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
 
Constructor Summary
UserRegistryDataBean()
           
 
Method Summary
 java.lang.String getChallengeAnswer()
          IBM internal use only.
 java.lang.String getChallengeQuestion()
          IBM internal use only.
 CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getDataBeanKeyUserId()
          Retrieve its primary key.
 Protectable getDelegate()
          Retrieves access control information.
 java.lang.String getLogonId()
          IBM internal use only.
 byte[] getLogonPassword()
          IBM internal use only.
 java.lang.String getPasswordCreation()
          IBM internal use only.
 java.sql.Timestamp getPasswordCreationInEJBType()
          IBM internal use only.
 java.lang.String getPasswordExpired()
          IBM internal use only.
 java.lang.Integer getPasswordExpiredInEJBType()
          IBM internal use only.
 java.lang.String getPasswordInvalid()
          IBM internal use only.
 java.sql.Timestamp getPasswordInvalidInEJBType()
          IBM internal use only.
 java.lang.String getPasswordRetries()
          IBM internal use only.
 java.lang.Integer getPasswordRetriesInEJBType()
          IBM internal use only.
 java.lang.String getPolicyAccountId()
          IBM internal use only.
 java.lang.Integer getPolicyAccountIdInEJBType()
          IBM internal use only.
 TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 java.lang.String getSalt()
          IBM internal use only.
 java.lang.String getStatus()
          IBM internal use only.
 java.lang.Integer getStatusInEJBType()
          IBM internal use only.
 java.lang.String getTimeout()
          IBM internal use only.
 java.lang.Long getTimeoutInEJBType()
          IBM internal use only.
 java.lang.String getUserId()
          IBM internal use only.
 java.lang.Long getUserIdInEJBType()
          IBM internal use only.
 void populate()
          Retrieves data from the database.
 void setChallengeAnswer(java.lang.String aChallengeAnswer)
          IBM internal use only.
 void setChallengeQuestion(java.lang.String aChallengeQuestion)
          IBM internal use only.
 void setCommandContext(CommandContext aCommandContext)
          Sets the command context within this bean.
 void setDataBeanKeyUserId(java.lang.String aDataBeanKeyUserId)
          Set its primary key for fetching.
 void setLogonId(java.lang.String aLogonId)
          IBM internal use only.
 void setLogonPassword(byte[] aLogonPassword)
          IBM internal use only.
 void setPasswordCreation(java.sql.Timestamp aPasswordCreation)
          IBM internal use only.
 void setPasswordExpired(java.lang.Integer aPasswordExpired)
          IBM internal use only.
 void setPasswordInvalid(java.sql.Timestamp aPasswordInvalid)
          IBM internal use only.
 void setPasswordRetries(java.lang.Integer aPasswordRetries)
          IBM internal use only.
 void setPolicyAccountId(java.lang.Integer aPolicyAccountId)
          IBM internal use only.
 void setRequestProperties(TypedProperty aRequestProperties)
          Sets the request property within this bean.
 void setSalt(java.lang.String aSalt)
          IBM internal use only.
 void setStatus(java.lang.Integer aStatus)
          IBM internal use only.
 void setTimeout(java.lang.Long aTimeout)
          IBM internal use only.
 

Constructor Detail

UserRegistryDataBean

public UserRegistryDataBean()
Method Detail

getChallengeAnswer

public java.lang.String getChallengeAnswer()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getChallengeQuestion

public java.lang.String getChallengeQuestion()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getDataBeanKeyUserId

public java.lang.String getDataBeanKeyUserId()

Retrieve its primary key.

Returns:
java.lang.String

getDelegate

public Protectable getDelegate()
                        throws java.lang.Exception

Retrieves access control information.

Specified by:
getDelegate in interface Delegator
Returns:
com.ibm.commerce.security.Protectable
Throws:
java.lang.Exception - The java.lang.Exception exception

getLogonId

public java.lang.String getLogonId()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLogonPassword

public byte[] getLogonPassword()
                        throws java.rmi.RemoteException,
                               javax.ejb.CreateException,
                               javax.ejb.FinderException,
                               javax.naming.NamingException

IBM internal use only.

Returns:
byte[]
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPasswordCreation

public java.lang.String getPasswordCreation()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPasswordCreationInEJBType

public java.sql.Timestamp getPasswordCreationInEJBType()
                                                throws java.rmi.RemoteException,
                                                       javax.ejb.CreateException,
                                                       javax.ejb.FinderException,
                                                       javax.naming.NamingException

IBM internal use only.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPasswordExpired

public java.lang.String getPasswordExpired()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPasswordExpiredInEJBType

public java.lang.Integer getPasswordExpiredInEJBType()
                                              throws java.rmi.RemoteException,
                                                     javax.ejb.CreateException,
                                                     javax.ejb.FinderException,
                                                     javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPasswordInvalid

public java.lang.String getPasswordInvalid()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPasswordInvalidInEJBType

public java.sql.Timestamp getPasswordInvalidInEJBType()
                                               throws java.rmi.RemoteException,
                                                      javax.ejb.CreateException,
                                                      javax.ejb.FinderException,
                                                      javax.naming.NamingException

IBM internal use only.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPasswordRetries

public java.lang.String getPasswordRetries()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPasswordRetriesInEJBType

public java.lang.Integer getPasswordRetriesInEJBType()
                                              throws java.rmi.RemoteException,
                                                     javax.ejb.CreateException,
                                                     javax.ejb.FinderException,
                                                     javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPolicyAccountId

public java.lang.String getPolicyAccountId()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPolicyAccountIdInEJBType

public java.lang.Integer getPolicyAccountIdInEJBType()
                                              throws java.rmi.RemoteException,
                                                     javax.ejb.CreateException,
                                                     javax.ejb.FinderException,
                                                     javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRequestProperties

public TypedProperty getRequestProperties()

Gets the request property set within this bean.

Returns:
com.ibm.commerce.datatype.TypedProperty

getSalt

public java.lang.String getSalt()
                         throws java.rmi.RemoteException,
                                javax.ejb.CreateException,
                                javax.ejb.FinderException,
                                javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStatus

public java.lang.String getStatus()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStatusInEJBType

public java.lang.Integer getStatusInEJBType()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getTimeout

public java.lang.String getTimeout()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getTimeoutInEJBType

public java.lang.Long getTimeoutInEJBType()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getUserId

public java.lang.String getUserId()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getUserIdInEJBType

public java.lang.Long getUserIdInEJBType()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

populate

public void populate()
              throws java.lang.Exception

Retrieves data from the database.

Returns:
void
Throws:
java.lang.Exception - The java.lang.Exception exception

setChallengeAnswer

public void setChallengeAnswer(java.lang.String aChallengeAnswer)

IBM internal use only.

Parameters:
aChallengeAnswer - java.lang.String
Returns:
void

setChallengeQuestion

public void setChallengeQuestion(java.lang.String aChallengeQuestion)

IBM internal use only.

Parameters:
aChallengeQuestion - java.lang.String
Returns:
void

setCommandContext

public void setCommandContext(CommandContext aCommandContext)

Sets the command context within this bean.

Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext
Returns:
void

setDataBeanKeyUserId

public void setDataBeanKeyUserId(java.lang.String aDataBeanKeyUserId)

Set its primary key for fetching.

Parameters:
aDataBeanKeyUserId - java.lang.String
Returns:
void

setLogonId

public void setLogonId(java.lang.String aLogonId)

IBM internal use only.

Parameters:
aLogonId - java.lang.String
Returns:
void

setLogonPassword

public void setLogonPassword(byte[] aLogonPassword)

IBM internal use only.

Parameters:
aLogonPassword - byte[]
Returns:
void

setPasswordCreation

public void setPasswordCreation(java.sql.Timestamp aPasswordCreation)

IBM internal use only.

Parameters:
aPasswordCreation - java.sql.Timestamp
Returns:
void

setPasswordExpired

public void setPasswordExpired(java.lang.Integer aPasswordExpired)

IBM internal use only.

Parameters:
aPasswordExpired - java.lang.Integer
Returns:
void

setPasswordInvalid

public void setPasswordInvalid(java.sql.Timestamp aPasswordInvalid)

IBM internal use only.

Parameters:
aPasswordInvalid - java.sql.Timestamp
Returns:
void

setPasswordRetries

public void setPasswordRetries(java.lang.Integer aPasswordRetries)

IBM internal use only.

Parameters:
aPasswordRetries - java.lang.Integer
Returns:
void

setPolicyAccountId

public void setPolicyAccountId(java.lang.Integer aPolicyAccountId)

IBM internal use only.

Parameters:
aPolicyAccountId - java.lang.Integer
Returns:
void

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperties)
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException,
                                 javax.ejb.FinderException

Sets the request property within this bean.

Parameters:
aRequestProperties - com.ibm.commerce.datatype.TypedProperty
Returns:
void
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

setSalt

public void setSalt(java.lang.String aSalt)

IBM internal use only.

Parameters:
aSalt - java.lang.String
Returns:
void

setStatus

public void setStatus(java.lang.Integer aStatus)

IBM internal use only.

Parameters:
aStatus - java.lang.Integer
Returns:
void

setTimeout

public void setTimeout(java.lang.Long aTimeout)

IBM internal use only.

Parameters:
aTimeout - java.lang.Long
Returns:
void