com.ibm.commerce.user.objects
Interface UserProfileAccessBeanData

All Known Implementing Classes:
UserProfileAccessBean

public interface UserProfileAccessBeanData

This table contains basic registered user profile information.


Method Summary
java.lang.String getDescription()
java.lang.String getDisplayName()
java.lang.String getPhoto()
java.lang.String getPreferredCommunication()
java.lang.String getPreferredDelivery()
java.lang.String getPreferredMeasure()
java.lang.String getTaxPayerId()
java.lang.String getUserId()
java.lang.String getUserProfileField1()
java.lang.String getUserProfileField2()
void setDescription(java.lang.String newValue)
void setDisplayName(java.lang.String newValue)
void setPhoto(java.lang.String newValue)
void setPreferredCommunication(java.lang.String newValue)
void setPreferredDelivery(java.lang.String newValue)
void setPreferredMeasure(java.lang.String newValue)
void setTaxPayerId(java.lang.String newValue)
void setUserProfileField1(java.lang.String newValue)
void setUserProfileField2(java.lang.String newValue)

Method Detail

getDescription

public java.lang.String getDescription()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setDescription

public void setDescription(java.lang.String newValue)

getTaxPayerId

public java.lang.String getTaxPayerId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setTaxPayerId

public void setTaxPayerId(java.lang.String newValue)

getUserId

public java.lang.String getUserId()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getPreferredMeasure

public java.lang.String getPreferredMeasure()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPreferredMeasure

public void setPreferredMeasure(java.lang.String newValue)

getUserProfileField2

public java.lang.String getUserProfileField2()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setUserProfileField2

public void setUserProfileField2(java.lang.String newValue)

getUserProfileField1

public java.lang.String getUserProfileField1()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setUserProfileField1

public void setUserProfileField1(java.lang.String newValue)

getPhoto

public java.lang.String getPhoto()
                          throws java.rmi.RemoteException,
                                 javax.ejb.CreateException,
                                 javax.ejb.FinderException,
                                 javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPhoto

public void setPhoto(java.lang.String newValue)

getPreferredDelivery

public java.lang.String getPreferredDelivery()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPreferredDelivery

public void setPreferredDelivery(java.lang.String newValue)

getPreferredCommunication

public java.lang.String getPreferredCommunication()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPreferredCommunication

public void setPreferredCommunication(java.lang.String newValue)

getDisplayName

public java.lang.String getDisplayName()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setDisplayName

public void setDisplayName(java.lang.String newValue)

Feedback