com.ibm.commerce.user.objects
Class MemberGroupBean

java.lang.Object
  com.ibm.commerce.user.objimpl.MemberGroupBeanBase
      com.ibm.commerce.user.objects.MemberGroupBean

public class MemberGroupBean
extends com.ibm.commerce.user.objimpl.MemberGroupBeanBase

This table stores member groups defined in the WCS system. A member group is a group of members. In V5.1, we restrict the membership within a member group to be only users.

See Also:
Serialized Form

Constructor Summary
MemberGroupBean()
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.MemberGroupInputData aMemberGroupInputData)
com.ibm.commerce.user.objects.MemberKey ejbCreate(java.lang.Long aOwnerId, java.lang.String aMbrGrpName)
void ejbLoad()
ejbLoad method comment
void ejbPostCreate(com.ibm.commerce.user.objimpl.MemberGroupInputData aMemberGroupInputData)
ejbPostCreate method for a CMP entity bean
void ejbPostCreate(java.lang.Long aOwnerId, java.lang.String aName)
ejbPostCreate method for a CMP entity bean
void ejbStore()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

MemberGroupBean

public MemberGroupBean()
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.MemberGroupInputData aMemberGroupInputData)
                                                  throws javax.ejb.CreateException,
                                                         javax.naming.NamingException,
                                                         javax.ejb.FinderException
Parameters:
aMemberGroupInputData - MemberGroupInputData
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException

ejbCreate

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

ejbPostCreate

public void ejbPostCreate(java.lang.Long aOwnerId,
                          java.lang.String aName)
ejbPostCreate method for a CMP entity bean
Throws:
java.rmi.RemoteException - The exception description.

ejbStore

public void ejbStore()
Throws:
java.rmi.RemoteException

Feedback