public class BusinessProfileDataBean
extends com.ibm.commerce.user.beansrc.BusinessProfileDataBeanBase
implements com.ibm.commerce.user.beans.BusinessProfileInputDataBean, com.ibm.commerce.user.beans.BusinessProfileSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
BusinessProfileDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyUserId()
Gets the key (user id) of this data bean.
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Fetches and populates information needed by the bean.
|
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyUserId(java.lang.String aUserId)
Sets the key(user id)of this data bean.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
findByRequisitionerId, getAlternateId, getDepartmentNumber, getEmployeeId, getEmployeeType, getEntity, getManager, getOrganizationId, getOrganizationIdInEntityType, getOrganizationUnitId, getOrganizationUnitIdInEntityType, getRequistionerId, getSecretary, getUserId, getUserIdInEntityType, instantiateEntity, setAlternateId, setDepartmentNumber, setEmployeeId, setEmployeeType, setInitKey_userId, setInitKey_userId, setManager, setOrganizationId, setOrganizationId, setOrganizationUnitId, setOrganizationUnitId, setRequistionerId, setSecretary, setUserId, setUserIdpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyUserId()
getDataBeanKeyUserId in interface com.ibm.commerce.user.beans.BusinessProfileSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyUserId(java.lang.String aUserId)
setDataBeanKeyUserId in interface com.ibm.commerce.user.beans.BusinessProfileInputDataBeanaUserId - The key of this data bean.public void populate()
populate in interface SmartDataBeanjava.lang.Exception - Any exception thrown during populating.