public class BuyerSupplierSecurityDataBean
extends com.ibm.commerce.me.beansrc.BuyerSupplierSecurityDataBeanBase
implements com.ibm.commerce.me.beans.BuyerSupplierSecurityInputDataBean, com.ibm.commerce.me.beans.BuyerSupplierSecuritySmartDataBean
BuyerSuplierSecurityAccessBean.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM internal copyright field
|
emptyString| Constructor and Description |
|---|
BuyerSupplierSecurityDataBean(java.lang.String aISupplierOrganizationId,
java.lang.String aIBuyerOrganizationId)
BuyerSupplierSecurityDatabean constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyIBuyerOrganizationId()
Returns the buyer organization id
|
java.lang.String |
getDataBeanKeyISupplierOrganizationId()
Returns the supplier organization id
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Retrieves data from the database, this class calls the parent class
BuyerSupplierSecurityAccessBean to retrieve data. |
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyIBuyerOrganizationId(java.lang.String aIBuyerOrganizationId)
Sets the buyer organization id to be used during data population
|
void |
setDataBeanKeyISupplierOrganizationId(java.lang.String aISupplierOrganizationId)
Sets the supplier organization id to be used during data population
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByBuyerId, findBySupplierId, getAuthenticationLevel, getAuthenticationLevelInEntityType, getBuyerLogonId, getBuyerLogonPassword, getBuyerLogonPasswordInEntityType, getBuyerOrganizationId, getBuyerOrganizationIdInEntityType, getEntity, getExpiryDate, getExpiryDateInEntityType, getField1, getField2, getField3, getStatus, getStatusInEntityType, getSupplierLogonId, getSupplierLogonIdType, getSupplierLogonPassword, getSupplierLogonPasswordInEntityType, getSupplierOrganizationId, getSupplierOrganizationIdInEntityType, instantiateEntity, setAuthenticationLevel, setAuthenticationLevel, setBuyerLogonId, setBuyerLogonPassword, setBuyerLogonPassword, setBuyerOrganizationId, setBuyerOrganizationId, setExpiryDate, setExpiryDate, setField1, setField2, setField3, setInitKey_iBuyerOrganizationId, setInitKey_iBuyerOrganizationId, setInitKey_iSupplierOrganizationId, setInitKey_iSupplierOrganizationId, setStatus, setStatus, setSupplierLogonId, setSupplierLogonIdType, setSupplierLogonPassword, setSupplierLogonPassword, setSupplierOrganizationId, setSupplierOrganizationIdpublic static final java.lang.String COPYRIGHT
public BuyerSupplierSecurityDataBean(java.lang.String aISupplierOrganizationId,
java.lang.String aIBuyerOrganizationId)
aISupplierOrganizationId - supplier organization idaIBuyerOrganizationId - buyer organization idpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
TypedPropertysetRequestProperties in interface InputDataBeanaTypedProperty - request property containing input parameters for this
data bean
WCSSupplierOrganizationId maps to the supplier organization id
WCSBuyerOrganizationId maps to the buyer organization idpublic java.lang.String getDataBeanKeyISupplierOrganizationId()
getDataBeanKeyISupplierOrganizationId in interface com.ibm.commerce.me.beans.BuyerSupplierSecuritySmartDataBeanpublic java.lang.String getDataBeanKeyIBuyerOrganizationId()
getDataBeanKeyIBuyerOrganizationId in interface com.ibm.commerce.me.beans.BuyerSupplierSecuritySmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - command context for this beanpublic void setDataBeanKeyISupplierOrganizationId(java.lang.String aISupplierOrganizationId)
setDataBeanKeyISupplierOrganizationId in interface com.ibm.commerce.me.beans.BuyerSupplierSecurityInputDataBeanaISupplierOrganizationId - supplier organization idpublic void setDataBeanKeyIBuyerOrganizationId(java.lang.String aIBuyerOrganizationId)
setDataBeanKeyIBuyerOrganizationId in interface com.ibm.commerce.me.beans.BuyerSupplierSecurityInputDataBeanaIBuyerOrganizationId - buyer organizationpublic void populate()
BuyerSupplierSecurityAccessBean to retrieve data.populate in interface SmartDataBeanjava.lang.Exception - is caught when the access bean raised
any EJB exceptions.