public class PaymentStatusDataBean extends PaymentStatusDataBeanBase implements com.ibm.commerce.payment.beans.PaymentStatusInputDataBean, com.ibm.commerce.payment.beans.PaymentStatusSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
emptyString| Constructor and Description |
|---|
PaymentStatusDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyOrderId()
Returns OrderId
|
java.lang.String |
getDataBeanKeyStoreId()
Returns StoreId
|
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 |
setDataBeanKeyOrderId(java.lang.String aOrderId)
Sets OrderId
|
void |
setDataBeanKeyStoreId(java.lang.String aStoreId)
Sets StoreId
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByOrder, getActionAmount, getActionAmountInEntityType, getAddressVerificationResult, getAddressVerificationResultInEntityType, getAmountCurrency, getAmountCurrencyInEntityType, getApprovalCode, getAuthAmount, getAuthAmountInEntityType, getAuthCharIndicator, getAuthCharIndicatorInEntityType, getAuthCode, getAuthCodeInEntityType, getAuthReturnNumber, getAuthReturnNumberInEntityType, getAuthReversalCode, getAuthReversalCodeInEntityType, getCaptureAmount, getCaptureAmountInEntityType, getCaptureCode, getCaptureCodeInEntityType, getCaptureReversalCode, getCaptureReversalCodeInEntityType, getCardBrand, getCardExpiryDate, getCreditAmount, getCreditAmountInEntityType, getCreditReversalCode, getCreditReversalCodeInEntityType, getCreditStatusCode, getCreditStatusCodeInEntityType, getCurrencyExponent, getCurrencyExponentInEntityType, getEntity, getFailReasonCode, getFailReasonCode2, getFailReasonCode2InEntityType, getFailReasonCodeInEntityType, getFailReasonType, getFailReasonTypeInEntityType, getLastUpdateTimestamp, getLastUpdateTimestampInEntityType, getLogReferenceId, getNextState, getNextStateInEntityType, getOrderId, getOrderIdInEntityType, getOrderStatusCode, getOrderStatusCodeInEntityType, getPending, getPendingInEntityType, getPrimaryAccountNumber, getProfileName, getPurchaseRequestTimestamp, getPurchaseRequestTimestampInEntityType, getResponseReason, getResponseReasonInEntityType, getSettleAmount, getSettleAmountInEntityType, getStoreId, getStoreIdInEntityType, getTimeOut, getTimeOutInEntityType, getWakeupMessage, instantiateEntity, setActionAmount, setActionAmount, setAddressVerificationResult, setAddressVerificationResult, setAmountCurrency, setAmountCurrency, setApprovalCode, setAuthAmount, setAuthAmount, setAuthCharIndicator, setAuthCharIndicator, setAuthCode, setAuthCode, setAuthReturnNumber, setAuthReturnNumber, setAuthReversalCode, setAuthReversalCode, setCaptureAmount, setCaptureAmount, setCaptureCode, setCaptureCode, setCaptureReversalCode, setCaptureReversalCode, setCardBrand, setCardExpiryDate, setCreditAmount, setCreditAmount, setCreditReversalCode, setCreditReversalCode, setCreditStatusCode, setCreditStatusCode, setCurrencyExponent, setCurrencyExponent, setFailReasonCode, setFailReasonCode, setFailReasonCode2, setFailReasonCode2, setFailReasonType, setFailReasonType, setInitKey_orderId, setInitKey_orderId, setInitKey_storeId, setInitKey_storeId, setLastUpdateTimestamp, setLastUpdateTimestamp, setLogReferenceId, setNextState, setNextState, setOrderStatusCode, setOrderStatusCode, setPending, setPending, setPrimaryAccountNumber, setProfileName, setPurchaseRequestTimestamp, setPurchaseRequestTimestamp, setResponseReason, setResponseReason, setSettleAmount, setSettleAmount, setTimeOut, setTimeOut, setWakeupMessagepublic 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 getDataBeanKeyStoreId()
getDataBeanKeyStoreId in interface com.ibm.commerce.payment.beans.PaymentStatusSmartDataBeanpublic java.lang.String getDataBeanKeyOrderId()
getDataBeanKeyOrderId in interface com.ibm.commerce.payment.beans.PaymentStatusSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyStoreId(java.lang.String aStoreId)
setDataBeanKeyStoreId in interface com.ibm.commerce.payment.beans.PaymentStatusInputDataBeanaStoreId - java.lang.Stringpublic void setDataBeanKeyOrderId(java.lang.String aOrderId)
setDataBeanKeyOrderId in interface com.ibm.commerce.payment.beans.PaymentStatusInputDataBeanaOrderId - java.lang.Stringpublic void populate()
populate in interface SmartDataBeanjava.lang.Exception