|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.user.objects.UserProfileAccessBean
This bean provides access to the USERDEMO table.
The following is a description of this table:
This table stores demographics information for users.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
UserProfileAccessBean()
Default constructor. |
|
UserProfileAccessBean(javax.ejb.EJBObject Object)
Creates an access bean for the specified EJB |
|
UserProfileAccessBean(java.util.Hashtable aProperties)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
UserProfileAccessBean(java.lang.Long aUserId)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.lang.String |
getDescription()
Description of the user. |
java.lang.String |
getDisplayName()
Display name of the entry A name used in displaying an entry in a one line summary list. |
java.lang.String |
getPhoto()
A location for the photograph of the user. |
java.lang.String |
getPreferredCommunication()
Preferred method of communication by phone. |
java.lang.String |
getPreferredDelivery()
Preferred delivery method. |
java.lang.String |
getPreferredMeasure()
Preferred measurement system. |
java.lang.String |
getTaxPayerId()
The Id of the user for taxation purpose. |
java.lang.String |
getUserId()
This method provides access to the USERDEMO.USERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getUserIdInEJBType()
This method provides access to the USERDEMO.USERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getUserProfileField1()
The user profile field 1. |
java.lang.String |
getUserProfileField2()
The user profile field 2. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setDescription(java.lang.String aDescription)
Set description of the user. |
void |
setDisplayName(java.lang.String aDisplayName)
Set the display name of the entry A name used in displaying an entry in a one line summary list. |
void |
setInitKey_UserId(java.lang.String aInitKey_UserId)
Set the primary key for this object |
void |
setPhoto(java.lang.String aPhoto)
Set a location for the photograph of the user. |
void |
setPreferredCommunication(java.lang.String aPreferredCommunication)
Set preferred method of communication by phone. |
void |
setPreferredDelivery(java.lang.String aPreferredDelivery)
Set preferred delivery method. |
void |
setPreferredMeasure(java.lang.String aPreferredMeasure)
Set the preferred measurement system. |
void |
setTaxPayerId(java.lang.String aTaxPayerId)
Set the identify of the user for taxation purpose. |
void |
setUserProfileField1(java.lang.String aUserProfileField1)
Set the user profile field 1. |
void |
setUserProfileField2(java.lang.String aUserProfileField2)
Set the user profile field 2. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserProfileAccessBean()
Default constructor. Maps to findByPrimaryKey.
public UserProfileAccessBean(javax.ejb.EJBObject Object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic UserProfileAccessBean(java.util.Hashtable aProperties) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aProperties
- java.util.Hashtablejavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic UserProfileAccessBean(java.lang.Long aUserId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aUserId
- java.lang.Longjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Description of the user.
getDescription
in interface UserProfileAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getDisplayName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Display name of the entry A name used in displaying an entry in a one line summary list.
getDisplayName
in interface UserProfileAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPhoto() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
A location for the photograph of the user.
getPhoto
in interface UserProfileAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPreferredCommunication() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Preferred method of communication by phone.
getPreferredCommunication
in interface UserProfileAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPreferredDelivery() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Preferred delivery method.
getPreferredDelivery
in interface UserProfileAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPreferredMeasure() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Preferred measurement system.
getPreferredMeasure
in interface UserProfileAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getTaxPayerId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The Id of the user for taxation purpose.
getTaxPayerId
in interface UserProfileAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getUserId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the USER table for the member (user) who is associated with this demographical information.
getUserId
in interface UserProfileAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getUserIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the USERDEMO.USERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the USER table for the member (user) who is associated with this demographical information.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getUserProfileField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The user profile field 1. Reserved for customization.
getUserProfileField1
in interface UserProfileAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getUserProfileField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The user profile field 2. Reserved for customization.
getUserProfileField2
in interface UserProfileAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setDescription(java.lang.String aDescription)
Set description of the user.
setDescription
in interface UserProfileAccessBeanData
aDescription
- java.lang.Stringpublic void setDisplayName(java.lang.String aDisplayName)
Set the display name of the entry A name used in displaying an entry in a one line summary list.
setDisplayName
in interface UserProfileAccessBeanData
aDisplayName
- java.lang.Stringpublic void setInitKey_UserId(java.lang.String aInitKey_UserId)
Set the primary key for this object
aInitKey_UserId
- java.lang.Stringpublic void setPhoto(java.lang.String aPhoto)
Set a location for the photograph of the user.
setPhoto
in interface UserProfileAccessBeanData
aPhoto
- java.lang.Stringpublic void setPreferredCommunication(java.lang.String aPreferredCommunication)
Set preferred method of communication by phone.
setPreferredCommunication
in interface UserProfileAccessBeanData
aPreferredCommunication
- java.lang.Stringpublic void setPreferredDelivery(java.lang.String aPreferredDelivery)
Set preferred delivery method.
setPreferredDelivery
in interface UserProfileAccessBeanData
aPreferredDelivery
- java.lang.Stringpublic void setPreferredMeasure(java.lang.String aPreferredMeasure)
Set the preferred measurement system.
setPreferredMeasure
in interface UserProfileAccessBeanData
aPreferredMeasure
- java.lang.Stringpublic void setTaxPayerId(java.lang.String aTaxPayerId)
Set the identify of the user for taxation purpose.
setTaxPayerId
in interface UserProfileAccessBeanData
aTaxPayerId
- java.lang.Stringpublic void setUserProfileField1(java.lang.String aUserProfileField1)
Set the user profile field 1. Reserved for customization.
setUserProfileField1
in interface UserProfileAccessBeanData
aUserProfileField1
- java.lang.Stringpublic void setUserProfileField2(java.lang.String aUserProfileField2)
Set the user profile field 2. Reserved for customization.
setUserProfileField2
in interface UserProfileAccessBeanData
aUserProfileField2
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |