com.ibm.commerce.user.objects
Interface BusinessProfileAccessBeanData

All Known Implementing Classes:
BusinessProfileAccessBean

public interface BusinessProfileAccessBeanData

This table stores business profile information for a user.


Method Summary
 java.lang.String getAlternateId()
           
 java.lang.String getDepartmentNumber()
           
 java.lang.String getEmployeeId()
           
 java.lang.String getEmployeeType()
           
 java.lang.String getManager()
           
 java.lang.String getOrganizationId()
           
 java.lang.String getOrganizationUnitId()
           
 java.lang.String getRequistionerId()
           
 java.lang.String getSecretary()
           
 java.lang.String getUserId()
           
 void setAlternateId(java.lang.String newValue)
           
 void setDepartmentNumber(java.lang.String newValue)
           
 void setEmployeeId(java.lang.String newValue)
           
 void setEmployeeType(java.lang.String newValue)
           
 void setManager(java.lang.String newValue)
           
 void setOrganizationId(java.lang.String newValue)
           
 void setOrganizationUnitId(java.lang.String newValue)
           
 void setRequistionerId(java.lang.String newValue)
           
 void setSecretary(java.lang.String newValue)
           
 void setUserId(java.lang.String newValue)            
 

Method Detail

getRequistionerId

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

setRequistionerId

public void setRequistionerId(java.lang.String newValue)

getSecretary

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

setSecretary

public void setSecretary(java.lang.String newValue)

getEmployeeId

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

setEmployeeId

public void setEmployeeId(java.lang.String newValue)

getUserId

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

setUserId

public void setUserId(java.lang.String newValue)

getOrganizationUnitId

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

setOrganizationUnitId

public void setOrganizationUnitId(java.lang.String newValue)

getAlternateId

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

setAlternateId

public void setAlternateId(java.lang.String newValue)

getOrganizationId

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

setOrganizationId

public void setOrganizationId(java.lang.String newValue)

getEmployeeType

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

setEmployeeType

public void setEmployeeType(java.lang.String newValue)

getManager

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

setManager

public void setManager(java.lang.String newValue)

getDepartmentNumber

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

setDepartmentNumber

public void setDepartmentNumber(java.lang.String newValue)