public class BuyerPurchaseOrderDataBean extends BuyerPurchaseOrderDataBeanBase implements com.ibm.commerce.payment.beans.BuyerPurchaseOrderInputDataBean, com.ibm.commerce.payment.beans.BuyerPurchaseOrderSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
emptyString| Constructor and Description |
|---|
BuyerPurchaseOrderDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyBuyerPurchaseOrderId()
Returns BuyerPurchaseOrderId
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Retrieves data from the database.
|
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyBuyerPurchaseOrderId(java.lang.String aBuyerPurchaseOrderId)
Sets BuyerPurchaseOrderId
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByAccountIdAndPurchaseOrderNumber, findPOsByAccountIdAndPurchaseOrderNumber, getAccountId, getAccountIdInEntityType, getAmount, getAmountInEntityType, getBuyerPurchaseOrderId, getBuyerPurchaseOrderIdInEntityType, getBuyerPurchaseOrderTypeId, getBuyerPurchaseOrderTypeIdInEntityType, getCurrency, getEntity, getPurchaseOrderNumber, getState, getStateInEntityType, instantiateEntity, setAccountId, setAccountId, setAmount, setAmount, setBuyerPurchaseOrderId, setBuyerPurchaseOrderId, setBuyerPurchaseOrderTypeId, setBuyerPurchaseOrderTypeId, setCurrency, setInitKey_buyerPurchaseOrderId, setInitKey_buyerPurchaseOrderId, setPurchaseOrderNumber, setState, setStatepublic 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 getDataBeanKeyBuyerPurchaseOrderId()
getDataBeanKeyBuyerPurchaseOrderId in interface com.ibm.commerce.payment.beans.BuyerPurchaseOrderSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyBuyerPurchaseOrderId(java.lang.String aBuyerPurchaseOrderId)
setDataBeanKeyBuyerPurchaseOrderId in interface com.ibm.commerce.payment.beans.BuyerPurchaseOrderInputDataBeanaBuyerPurchaseOrderId - java.lang.Stringpublic void populate()
populate in interface SmartDataBeanjava.lang.Exception