com.ibm.commerce.user.objects
Class OrganizationBean

java.lang.Object
  com.ibm.commerce.user.objimpl.OrganizationBeanBase
      com.ibm.commerce.user.objects.OrganizationBean

public class OrganizationBean
extends com.ibm.commerce.user.objimpl.OrganizationBeanBase

Bean implementation class for Enterprise Bean: Organization

See Also:
Serialized Form

Constructor Summary
OrganizationBean()
Method Summary
java.util.Hashtable _copyFromEJB()
_copyFromEJB
void _copyToEJB(java.util.Hashtable h)
_copyToEJB
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(java.util.Hashtable aProperties)
com.ibm.commerce.user.objects.MemberKey ejbCreate(java.lang.String aOrganizationName)
void ejbLoad()
ejbLoad method comment
void ejbPostCreate(java.util.Hashtable aProperties)
ejbPostCreate method for a CMP entity bean
void ejbPostCreate(java.lang.String aOrganizationName)
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

OrganizationBean

public OrganizationBean()
Method Detail

_copyFromEJB

public java.util.Hashtable _copyFromEJB()
_copyFromEJB

_copyToEJB

public void _copyToEJB(java.util.Hashtable h)
_copyToEJB

_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(java.lang.String aOrganizationName)
                                                  throws javax.ejb.CreateException,
                                                         javax.naming.NamingException,
                                                         javax.ejb.FinderException
Parameters:
aOrganizationName - java.lang.String
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException

ejbCreate

public com.ibm.commerce.user.objects.MemberKey ejbCreate(java.util.Hashtable aProperties)
                                                  throws javax.ejb.CreateException,
                                                         javax.naming.NamingException,
                                                         javax.ejb.FinderException
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(java.lang.String aOrganizationName)
ejbPostCreate method for a CMP entity bean
Throws:
java.rmi.RemoteException - The exception description.

ejbPostCreate

public void ejbPostCreate(java.util.Hashtable aProperties)
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