Class com.ibm.commerce.user.objects. MemberGroupBean

The superclass changed from com.ibm.commerce.user.objimpl.MemberGroupBeanImpl to com.ibm.commerce.user.objimpl.MemberGroupBeanBase.
Changed Methods
void  ejbLoad () Change in exceptions thrown from RemoteException to no exceptions.
ejbLoad method comment
void  ejbStore () Change in exceptions thrown from RemoteException to no exceptions.
@exception java.rmi.RemoteException
Long  generateMbrGrpId () Method was locally defined, but is now inherited from MemberGroupBeanBase . Generate unique key.
String  getDN () Method was locally defined, but is now inherited from MemberGroupBeanBase . Distinguished name of the entry.
String  getDescription () Method was locally defined, but is now inherited from MemberGroupBeanBase . Description of the MemberGroup
String  getDisplayName () Method was locally defined, but is now inherited from MemberGroupBeanBase . Name of this member group.
String  getField1 () Method was locally defined, but is now inherited from MemberGroupBeanBase . SHOPGRP SGFIELD1 Reserved for customization
String  getField2 () Method was locally defined, but is now inherited from MemberGroupBeanBase . SHOPGRP SGFIELD2 Reserved for customization
String  getField3 () Method was locally defined, but is now inherited from MemberGroupBeanBase . Reserved for customization
Long  getMbrGrpId () Method was locally defined, but is now inherited from MemberGroupBeanBase . Foreign key to the MEMBER table for this member group
String  getMbrGrpName () Method was locally defined, but is now inherited from MemberGroupBeanBase . Name of this member group.
Long  getOwnerId () Method was locally defined, but is now inherited from MemberGroupBeanBase . SHOPGRP SGMENBR Foreign key to the MEMBER table for the owner of this member group.
boolean  isCustomerRoleGroup () Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from MemberGroupBeanBase .
Determine if the current role group is of the Customer member group type
boolean  isRoleGroupType () Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from MemberGroupBeanBase .
Determine if the current member group is a role group.
void  setDN (String) Method was locally defined, but is now inherited from MemberGroupBeanBase . Distinguished name of the entry.
void  setDescription (String) Method was locally defined, but is now inherited from MemberGroupBeanBase . Description of the MemberGroup
void  setField1 (String) Method was locally defined, but is now inherited from MemberGroupBeanBase . SHOPGRP SGFIELD1 Reserved for customization
void  setField2 (String) Method was locally defined, but is now inherited from MemberGroupBeanBase . SHOPGRP SGFIELD2 Reserved for customization
void  setField3 (String) Method was locally defined, but is now inherited from MemberGroupBeanBase . Reserved for customization
void  setMbrGrpName (String) Method was locally defined, but is now inherited from MemberGroupBeanBase . Name of this member group.
void  setOwnerId (Long) Method was locally defined, but is now inherited from MemberGroupBeanBase . SHOPGRP SGMENBR Foreign key to the MEMBER table for the owner of this member group.
MemberKey  ejbCreate (MemberGroupInputData) Change in return type from void to MemberKey.
Change in exceptions: RemoteException was removed..
@param aMemberGroupInputData MemberGroupInputData
MemberKey  ejbCreate (Long, String) Change in return type from void to MemberKey.
Change in exceptions: RemoteException was removed..
@param aOwnerId java.lang.Long
void  ejbPostCreate (MemberGroupInputData) Change in exceptions thrown from RemoteException to no exceptions.
ejbPostCreate method for a CMP entity bean
void  ejbPostCreate (Long, String) Change in exceptions thrown from RemoteException to no exceptions.
ejbPostCreate method for a CMP entity bean
 
Changed Fields
String  DN Field was locally defined, but is now inherited from MemberGroupBeanBase .  
String  Field1 Field was locally defined, but is now inherited from MemberGroupBeanBase .  
String  Field2 Field was locally defined, but is now inherited from MemberGroupBeanBase .  
String  Field3 Field was locally defined, but is now inherited from MemberGroupBeanBase .  
String  MbrGrpName Field was locally defined, but is now inherited from MemberGroupBeanBase .  
Long  OwnerId Field was locally defined, but is now inherited from MemberGroupBeanBase .