com.ibm.commerce.user.objects
Class UserBean

java.lang.Object
  com.ibm.commerce.user.objimpl.UserBeanBase
      com.ibm.commerce.user.objects.UserBean

public class UserBean
extends com.ibm.commerce.user.objimpl.UserBeanBase

USERS table contains all users of the WCS system - registered users, guest users, and generic user.

See Also:
Serialized Form

Constructor Summary
UserBean()
Method Summary
java.util.Hashtable _copyFromEJB()
This method was generated by the VisualAge for Java EJB AccessBean tool.
void _copyToEJB(java.util.Hashtable h)
This method was generated by the VisualAge for Java EJB AccessBean tool.
protected java.util.Vector _getLinks()
This method was generated for supporting the associations.
protected void _initLinks()
This method was generated for supporting the associations.
com.ibm.commerce.user.objects.MemberKey ejbCreate(com.ibm.commerce.user.objimpl.UserInputData aUserInputData)
void ejbLoad()
ejbLoad method comment
void ejbPostCreate(com.ibm.commerce.user.objimpl.UserInputData aUserInputData)
ejbPostCreate method for a CMP entity bean
void ejbStore()
ejbStore method comment
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

UserBean

public UserBean()
Method Detail

_copyFromEJB

public java.util.Hashtable _copyFromEJB()

_copyToEJB

public void _copyToEJB(java.util.Hashtable h)

_getLinks

protected java.util.Vector _getLinks()
This method was generated for supporting the associations.
Returns:
java.util.Vector

_initLinks

protected void _initLinks()
This method was generated for supporting the associations.

ejbCreate

public com.ibm.commerce.user.objects.MemberKey ejbCreate(com.ibm.commerce.user.objimpl.UserInputData aUserInputData)
                                                  throws javax.ejb.CreateException,
                                                         javax.naming.NamingException,
                                                         javax.ejb.FinderException
Parameters:
aUserInputData - UserInputData
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException

ejbLoad

public void ejbLoad()
ejbLoad method comment
Throws:
java.rmi.RemoteException - The exception description.

ejbPostCreate

public void ejbPostCreate(com.ibm.commerce.user.objimpl.UserInputData aUserInputData)
ejbPostCreate method for a CMP entity bean
Throws:
java.rmi.RemoteException - The exception description.

ejbStore

public void ejbStore()
ejbStore method comment
Throws:
java.rmi.RemoteException - The exception description.

Feedback