com.ibm.commerce.user.objects
Interface UserProfileAccessBeanData

All Known Implementing Classes:
UserProfileAccessBean

public interface UserProfileAccessBeanData


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

getDisplayName

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

getPhoto

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

getPreferredCommunication

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

getPreferredDelivery

public java.lang.String getPreferredDelivery()
                                      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

getTaxPayerId

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

getUserId

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

getUserProfileField1

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

getUserProfileField2

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

setDescription

public void setDescription(java.lang.String newValue)

setDisplayName

public void setDisplayName(java.lang.String newValue)

setPhoto

public void setPhoto(java.lang.String newValue)

setPreferredCommunication

public void setPreferredCommunication(java.lang.String newValue)

setPreferredDelivery

public void setPreferredDelivery(java.lang.String newValue)

setPreferredMeasure

public void setPreferredMeasure(java.lang.String newValue)

setTaxPayerId

public void setTaxPayerId(java.lang.String newValue)

setUserProfileField1

public void setUserProfileField1(java.lang.String newValue)

setUserProfileField2

public void setUserProfileField2(java.lang.String newValue)