Class com.ibm.commerce.user.objects. UserBean

The superclass changed from com.ibm.commerce.user.objimpl.UserBeanImpl to com.ibm.commerce.user.objimpl.UserBeanBase.
Removed Methods
Integer[]  getRoles () Insert the method's description here.
Integer[]  getRoles (Long) Insert the method's description here.
 
Changed Methods
AddressAccessBean  addAddress (String) Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from UserBeanBase .
Create an address association.
BusinessProfileAccessBean  addBusinessProfile (Long) Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from UserBeanBase .
Create a business profile association.
DemographicsAccessBean  addDemographics () Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from UserBeanBase .
Create a demographics association.
UserProfileAccessBean  addUserProfile () Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from UserBeanBase .
Create a user profile association.
UserRegistryAccessBean  addUserRegistry (String) Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from UserBeanBase .
Create a user registry association.
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.
ejbStore method comment
boolean  fulfills (Long, String) Change in exceptions thrown from (Exception, RemoteException) to Exception.
Method was locally defined, but is now inherited from UserBeanBase .
 
Long  generateUserId () Method was locally defined, but is now inherited from UserBeanBase . Generate unique key.
Enumeration  getAddress (String) Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from UserBeanBase .
Retrieve all address associations.
Vector  getAllStoreGroupMembers (Integer) Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from UserBeanBase .
Retrieve all member groups of a given store.
Long[]  getAncestors () Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from UserBeanBase .
 
BusinessProfileAccessBean  getBusinessProfile () Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from UserBeanBase .
Retreive its business profile association.
Long[]  getChildren () Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from UserBeanBase .
Insert the method's description here.
DemographicsAccessBean  getDemographics () Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from UserBeanBase .
Retrieve its demographics association.
Long[]  getDescendants () Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from UserBeanBase .
Insert the method's description here.
String  getDisplayName () Method was locally defined, but is now inherited from UserBeanBase . Retrieve the user logon Id.
String  getDistinguishedName () Method was locally defined, but is now inherited from UserBeanBase . Distinguished name of the entry.
Timestamp  getLastOrder () Method was locally defined, but is now inherited from UserBeanBase . SHOPPER SHLOSTMP The date and time that the user last placed an order at this site.
Timestamp  getLastSession () Method was locally defined, but is now inherited from UserBeanBase . SHOPPER SHLVSTMP The date and time that the user last visited the WCS site.
Enumeration  getMemberGroups () Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from UserBeanBase .
Retrieve all member groups this user belongs to.
Enumeration  getOwnedMemberGroups () Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from UserBeanBase .
Retreive all member groups owned by this user.
Long  getOwner () Change in exceptions thrown from (Exception, RemoteException) to Exception.
Method was locally defined, but is now inherited from UserBeanBase .
 
String  getParentMemberId () Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from UserBeanBase .
 
String  getPreferredCurrency () Method was locally defined, but is now inherited from UserBeanBase . Preferred currency in 3-character alphabetic code as per ISO 4217 SHOPPER SHPREFERREDCURR.
Integer  getPreferredLanguageId () Method was locally defined, but is now inherited from UserBeanBase . Preferred language.
Timestamp  getPreviousLastSession () Method was locally defined, but is now inherited from UserBeanBase . The date and time that the user previous last visited the WCS site.
Enumeration  getPrimaryAddress (String) Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from UserBeanBase .
Retrieve the primary address for this user.
String  getProfileType () Method was locally defined, but is now inherited from UserBeanBase . Identifies whether there is a profile and what type of profile this user has.
String  getRegisterType () Method was locally defined, but is now inherited from UserBeanBase . G=GuestUser (a user who does not provide any profile information) R=RegisteredUser (a user who provides profile information) A=Administrator (registered and an administrator) S=System Administrator SHOPPER SHSHTYP
Timestamp  getRegistration () Method was locally defined, but is now inherited from UserBeanBase . SHOPPER SHRSTMP The date/time that the user was registered.
Timestamp  getRegistrationCancel () Method was locally defined, but is now inherited from UserBeanBase . SHOPPER SHCSTMP The date/time that the user registration was canceled.
Timestamp  getRegistrationUpdate () Method was locally defined, but is now inherited from UserBeanBase . SHOPPER SHLUSTMP The date/time the user last changed any registration information.
Integer[]  getRolesForOrgEntityAndAncestors (Long) Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from UserBeanBase .
 
String  getUserField1 () Method was locally defined, but is now inherited from UserBeanBase . Reserved for customization SHOPPER SHFIELD1
String  getUserField2 () Method was locally defined, but is now inherited from UserBeanBase . Reserved for customization SHOPPER SHFIELD2
String  getUserField3 () Method was locally defined, but is now inherited from UserBeanBase . Reserved for customization SHBTB SBFIELD3 in BPF
Long  getUserId () Method was locally defined, but is now inherited from UserBeanBase . ID for the user member Foreign key to MEMBER_ID in MEMBER table.
UserProfileAccessBean  getUserProfile () Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from UserBeanBase .
Retreive its user profile association.
UserRegistryAccessBean  getUserRegistry () Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from UserBeanBase .
Retrieve a user registry association.
boolean  isAdministrator () Method was locally defined, but is now inherited from UserBeanBase . Determine if the current user is an administrator ie.
boolean  isAdministratorForAllStores (Long) Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from UserBeanBase .
Determine if the administrator is for all stores within the given member group.
boolean  isRoleForAllStores () Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from UserBeanBase .
@return java.lang.boolean
boolean  isSiteAdministrator () Method was locally defined, but is now inherited from UserBeanBase . Determine if the current user is a site administrator ie.
boolean  isStoreAdministrator () Change in exceptions: RemoteException was removed..
Method was locally defined, but is now inherited from UserBeanBase .
Determine if the current user is a store administrator.
void  setDistinguishedName (String) Method was locally defined, but is now inherited from UserBeanBase . Distinguished name of the entry.
void  setLastOrder (Timestamp) Method was locally defined, but is now inherited from UserBeanBase . SHOPPER SHLOSTMP The date and time that the user last placed an order at this site.
void  setLastSession (Timestamp) Method was locally defined, but is now inherited from UserBeanBase . SHOPPER SHLVSTMP The date and time that the user last visited the WCS site.
void  setPreferredCurrency (String) Method was locally defined, but is now inherited from UserBeanBase . Preferred currency in 3-character alphabetic code as per ISO 4217 SHOPPER SHPREFERREDCURR.
void  setPreferredLanguageId (Integer) Method was locally defined, but is now inherited from UserBeanBase . Preferred language.
void  setPreviousLastSession (Timestamp) Method was locally defined, but is now inherited from UserBeanBase . The date and time that the user previous last visited the WCS site.
void  setProfileType (String) Method was locally defined, but is now inherited from UserBeanBase . Identifies whether there is a profile and what type of profile this user has.
void  setRegisterType (String) Method was locally defined, but is now inherited from UserBeanBase . G=GuestUser (a user who does not provide any profile information) R=RegisteredUser (a user who provides profile information) A=Administrator (registered and an administrator) S=System Administrator SHOPPER SHSHTYP
void  setRegistration (Timestamp) Method was locally defined, but is now inherited from UserBeanBase . SHOPPER SHRSTMP The date/time that the user was registered.
void  setRegistrationCancel (Timestamp) Method was locally defined, but is now inherited from UserBeanBase . SHOPPER SHCSTMP The date/time that the user registration was canceled.
void  setRegistrationUpdate (Timestamp) Method was locally defined, but is now inherited from UserBeanBase . SHOPPER SHLUSTMP The date/time the user last changed any registration information.
void  setUserField1 (String) Method was locally defined, but is now inherited from UserBeanBase . Reserved for customization SHOPPER SHFIELD1
void  setUserField2 (String) Method was locally defined, but is now inherited from UserBeanBase . Reserved for customization SHOPPER SHFIELD2
void  setUserField3 (String) Method was locally defined, but is now inherited from UserBeanBase . Reserved for customization SHBTB SBFIELD3 in BPF
void  setUserId (Long) Method was locally defined, but is now inherited from UserBeanBase . ID for the user member Foreign key to MEMBER_ID in MEMBER table.
MemberKey  ejbCreate (UserInputData) Change in return type from void to MemberKey.
Change in exceptions: RemoteException was removed..
@param aUserInputData UserInputData
MemberKey  ejbCreate (String) Change in return type from void to MemberKey.
Change in exceptions: RemoteException was removed..
@param aRegisterType java.lang.String
MemberKey  ejbCreate (Hashtable) Change in return type from void to MemberKey.
Change in exceptions: RemoteException was removed..
@param aUserInputData UserInputData
void  ejbPostCreate (UserInputData) Change in exceptions thrown from RemoteException to no exceptions.
ejbPostCreate method for a CMP entity bean
void  ejbPostCreate (String) Change in exceptions thrown from RemoteException to no exceptions.
ejbPostCreate method for a CMP entity bean
void  ejbPostCreate (Hashtable) Change in exceptions thrown from RemoteException to no exceptions.
ejbPostCreate method for a CMP entity bean
 
Changed Fields
String  Field1 Field was locally defined, but is now inherited from UserBeanBase .  
String  Field2 Field was locally defined, but is now inherited from UserBeanBase .  
String  Field3 Field was locally defined, but is now inherited from UserBeanBase .  
String  LDAPDistinguishedName Field was locally defined, but is now inherited from UserBeanBase .  
Timestamp  LastOrder Field was locally defined, but is now inherited from UserBeanBase .  
Timestamp  LastSession Field was locally defined, but is now inherited from UserBeanBase .  
String  PreferredCurrency Field was locally defined, but is now inherited from UserBeanBase .  
Integer  PreferredLanguageId Field was locally defined, but is now inherited from UserBeanBase .  
Timestamp  PreviousLastSession Field was locally defined, but is now inherited from UserBeanBase .  
String  ProfileType Field was locally defined, but is now inherited from UserBeanBase .  
String  RegisterType Field was locally defined, but is now inherited from UserBeanBase .  
Timestamp  Registration Field was locally defined, but is now inherited from UserBeanBase .  
Timestamp  RegistrationCancel Field was locally defined, but is now inherited from UserBeanBase .  
Timestamp  RegistrationUpdate Field was locally defined, but is now inherited from UserBeanBase .  
UserRegistryAccessBean  abUserRegistry Field was locally defined, but is now inherited from UserBeanBase .  
Vector  memberGrpsForStore Field was locally defined, but is now inherited from UserBeanBase .  
Integer  storeId Field was locally defined, but is now inherited from UserBeanBase .