public class OrderPaymentMethodDataBean extends OrderPaymentMethodDataBeanBase implements com.ibm.commerce.order.beans.OrderPaymentMethodInputDataBean, com.ibm.commerce.order.beans.OrderPaymentMethodSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
OrderPaymentMethodDataBean()
Databean constructor.
|
OrderPaymentMethodDataBean(java.lang.String aPaymentDevice,
java.lang.String aOrderId,
java.lang.String aRefundNumber,
java.lang.String aPaymentMethodID)
Databean constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String |
getDataBeanKeyOrderId()
This method returns order id.
|
java.lang.String |
getDataBeanKeyPaymentDevice()
This method returns payment device.
|
java.lang.String |
getDataBeanKeyPaymentMethodID()
This method returns payment method id.
|
java.lang.String |
getDataBeanKeyRefundNumber()
This method returns refund number.
|
TypedProperty |
getRequestProperties()
This method returns the request property set within this bean.
|
void |
populate()
This method is used to populate the OrderPaymentMethodDataBean.
|
void |
setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void |
setDataBeanKeyOrderId(java.lang.String aOrderId)
This method sets order id.
|
void |
setDataBeanKeyPaymentDevice(java.lang.String aPaymentDevice)
This method sets payment device.
|
void |
setDataBeanKeyPaymentMethodID(java.lang.String aPaymentMethodID)
This method sets payment method id.
|
void |
setDataBeanKeyRefundNumber(java.lang.String aRefundNumber)
This method sets refund number.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
getDelegatefindByOrder, findByStoreIdForSummary, findRecordsForSummaryByStoreentId, findWithPushDownQuery, getAccountId, getAccountIdInEntityType, getActualAmount, getActualAmountInEntityType, getBigIntField1, getBigIntField1InEntityType, getBigIntField2, getBigIntField2InEntityType, getBigIntField3, getBigIntField3InEntityType, getBuyerPurchaseOrderId, getBuyerPurchaseOrderIdInEntityType, getChargeAmount, getChargeAmountCurrency, getChargeAmountInEntityType, getChargeTime, getChargeTimeInEntityType, getCreditLineId, getCreditLineIdInEntityType, getDecimalField1, getDecimalField1InEntityType, getDecimalField2, getDecimalField2InEntityType, getDecimalField3, getDecimalField3InEntityType, getEndDate, getEndDateInEntityType, getEntity, getMaximumAuthorizationAmount, getMaximumAuthorizationAmountInEntityType, getOrderId, getOrderIdInEntityType, getPaymentDevice, getPaymentMethodID, getPaymentSummaryId, getPaymentSummaryIdInEntityType, getPolicyId, getPolicyIdInEntityType, getPurchaseOrderNumber, getRefundNumber, getRefundNumberInEntityType, getRmaId, getRmaIdInEntityType, getStartDate, getStartDateInEntityType, getStatus, getStatusInEntityType, getStringField1, getStringField2, getStringField3, getTradingId, getTradingIdInEntityType, getXMLData, instantiateEntity, setAccountId, setAccountId, setActualAmount, setActualAmount, setBigIntField1, setBigIntField1, setBigIntField2, setBigIntField2, setBigIntField3, setBigIntField3, setBuyerPurchaseOrderId, setBuyerPurchaseOrderId, setChargeAmount, setChargeAmount, setChargeAmountCurrency, setChargeTime, setChargeTime, setCreditLineId, setCreditLineId, setDecimalField1, setDecimalField1, setDecimalField2, setDecimalField2, setDecimalField3, setDecimalField3, setEndDate, setEndDate, setInitKey_orderId, setInitKey_orderId, setInitKey_paymentDevice, setInitKey_paymentMethodID, setInitKey_refundNumber, setInitKey_refundNumber, setMaximumAuthorizationAmount, setMaximumAuthorizationAmount, setOrderId, setOrderId, setPaymentSummaryId, setPaymentSummaryId, setPolicyId, setPolicyId, setRefundNumber, setRefundNumber, setRmaId, setRmaId, setStartDate, setStartDate, setStatus, setStatus, setStringField1, setStringField2, setStringField3, setTradingId, setTradingId, setXMLDatapublic static final java.lang.String COPYRIGHT
public OrderPaymentMethodDataBean()
public OrderPaymentMethodDataBean(java.lang.String aPaymentDevice,
java.lang.String aOrderId,
java.lang.String aRefundNumber,
java.lang.String aPaymentMethodID)
aPaymentDevice - java.lang.StringaOrderId - java.lang.StringaRefundNumber - java.lang.StringaPaymentMethodID - java.lang.Stringpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - TypedPropertypublic java.lang.String getDataBeanKeyPaymentDevice()
getDataBeanKeyPaymentDevice in interface com.ibm.commerce.order.beans.OrderPaymentMethodSmartDataBeanpublic java.lang.String getDataBeanKeyOrderId()
getDataBeanKeyOrderId in interface com.ibm.commerce.order.beans.OrderPaymentMethodSmartDataBeanpublic java.lang.String getDataBeanKeyRefundNumber()
getDataBeanKeyRefundNumber in interface com.ibm.commerce.order.beans.OrderPaymentMethodSmartDataBeanpublic java.lang.String getDataBeanKeyPaymentMethodID()
getDataBeanKeyPaymentMethodID in interface com.ibm.commerce.order.beans.OrderPaymentMethodSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyPaymentDevice(java.lang.String aPaymentDevice)
setDataBeanKeyPaymentDevice in interface com.ibm.commerce.order.beans.OrderPaymentMethodInputDataBeanaPaymentDevice - java.lang.Stringpublic void setDataBeanKeyOrderId(java.lang.String aOrderId)
setDataBeanKeyOrderId in interface com.ibm.commerce.order.beans.OrderPaymentMethodInputDataBeanaOrderId - java.lang.Stringpublic void setDataBeanKeyRefundNumber(java.lang.String aRefundNumber)
setDataBeanKeyRefundNumber in interface com.ibm.commerce.order.beans.OrderPaymentMethodInputDataBeanaRefundNumber - java.lang.Stringpublic void setDataBeanKeyPaymentMethodID(java.lang.String aPaymentMethodID)
setDataBeanKeyPaymentMethodID in interface com.ibm.commerce.order.beans.OrderPaymentMethodInputDataBeanaPaymentMethodID - java.lang.Stringpublic void populate()
populate in interface SmartDataBeanjava.lang.Exception