java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.user.objects.UserProfileAccessBean
This table contains basic registered user profile information. This access bean corresponds to the database table 'USERPROF'.
Constructor Summary | |
UserProfileAccessBean() Zero argument constructor used to initialize the access bean. |
|
UserProfileAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.lang.String | getDescription() This method accesses a non-CMP field |
java.lang.String | getDisplayName() This method provides access to the USERPROF.DISPLAYNAME column of DB2 type VARCHAR(128). |
java.lang.String | getPhoto() This method provides access to the USERPROF.PHOTO column of DB2 type VARCHAR(254). |
java.lang.String | getPreferredCommunication() This method provides access to the USERPROF.PREFERREDCOMM column of DB2 type CHAR(2). |
java.lang.String | getPreferredDelivery() This method provides access to the USERPROF.PREFERREDDELIVERY column of DB2 type VARCHAR(1000). |
java.lang.String | getPreferredMeasure() This method provides access to the USERPROF.PREFERREDMEASURE column of DB2 type CHAR(15). |
java.lang.String | getTaxPayerId() This method provides access to the USERPROF.TAXPAYERID column of DB2 type VARCHAR(254). |
java.lang.String | getUserId() This method provides access to the USERPROF.USERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getUserIdInEJBType() This method provides access to the USERPROF.USERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getUserProfileField1() This method accesses a non-CMP field |
java.lang.String | getUserProfileField2() This method accesses a non-CMP field |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setDescription(java.lang.String newValue) This method accesses a non-CMP field |
void | setDisplayName(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_UserId(java.lang.String newValue) Set the primary key for this object |
void | setPhoto(java.lang.String newValue) This method accesses a non-CMP field |
void | setPreferredCommunication(java.lang.String newValue) This method accesses a non-CMP field |
void | setPreferredDelivery(java.lang.String newValue) This method accesses a non-CMP field |
void | setPreferredMeasure(java.lang.String newValue) This method accesses a non-CMP field |
void | setTaxPayerId(java.lang.String newValue) This method accesses a non-CMP field |
void | setUserProfileField1(java.lang.String newValue) This method accesses a non-CMP field |
void | setUserProfileField2(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserProfileAccessBean()
public UserProfileAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
Method Detail |
public void setInitKey_UserId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setDescription(java.lang.String newValue)
public java.lang.String getTaxPayerId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERPROF.TAXPAYERID column of DB2 type VARCHAR(254).
The following is a description of this column:
A string used to identify the user for taxation purpose. Addition of this column triggered by Taxware integration, but presumably this column is useful even outside of Taxware.
public void setTaxPayerId(java.lang.String newValue)
public java.lang.String getUserId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERPROF.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key relationship to the USERS table for this registered user.
public java.lang.Long getUserIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERPROF.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key relationship to the USERS table for this registered user.
public java.lang.String getPreferredMeasure() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERPROF.PREFERREDMEASURE column of DB2 type CHAR(15).
The following is a description of this column:
Reserved for IBM internal use.
public void setPreferredMeasure(java.lang.String newValue)
public java.lang.String getUserProfileField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setUserProfileField2(java.lang.String newValue)
public java.lang.String getUserProfileField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setUserProfileField1(java.lang.String newValue)
public java.lang.String getPhoto() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERPROF.PHOTO column of DB2 type VARCHAR(254).
The following is a description of this column:
A location for the photograph of the user.
public void setPhoto(java.lang.String newValue)
public java.lang.String getPreferredDelivery() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERPROF.PREFERREDDELIVERY column of DB2 type VARCHAR(1000).
The following is a description of this column:
Preferred delivery method.
public void setPreferredDelivery(java.lang.String newValue)
public java.lang.String getPreferredCommunication() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERPROF.PREFERREDCOMM column of DB2 type CHAR(2).
The following is a description of this column:
Preferred method of communication by phone. Valid values are as follows: &l
public void setPreferredCommunication(java.lang.String newValue)
public java.lang.String getDisplayName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERPROF.DISPLAYNAME column of DB2 type VARCHAR(128).
The following is a description of this column:
Display name of the entry. This is a name used in displaying an entry in a one line summary list.
public void setDisplayName(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.