public class InvoiceDataBean extends InvoiceDataBeanBase implements com.ibm.commerce.payment.beans.InvoiceInputDataBean, com.ibm.commerce.payment.beans.InvoiceSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright
|
emptyString| Constructor and Description |
|---|
InvoiceDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyInvoiceId()
Returns InvoiceId
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
com.ibm.commerce.payment.beans.InvoiceDetailDataBean |
parseInvoiceXml()
Parse the invoice XML
|
void |
populate()
Retrieves data from the database.
|
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyInvoiceId(java.lang.String aInvoiceId)
Sets InvoiceId
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByOrdersId, getEntity, getInvoiceId, getInvoiceIdInEntityType, getInvoiceXML, getOrderId, getOrderIdInEntityType, getOrderReleaseNumber, getOrderReleaseNumberInEntityType, getStatus, getTimeCreated, getTimeCreatedInEntityType, instantiateEntity, setInitKey_invoiceId, setInitKey_invoiceId, setInvoiceId, setInvoiceId, setInvoiceXML, setOrderId, setOrderId, setOrderReleaseNumber, setOrderReleaseNumber, setStatus, setTimeCreated, setTimeCreatedpublic static final java.lang.String COPYRIGHT
public CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic java.lang.String getDataBeanKeyInvoiceId()
getDataBeanKeyInvoiceId in interface com.ibm.commerce.payment.beans.InvoiceSmartDataBeanpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic com.ibm.commerce.payment.beans.InvoiceDetailDataBean parseInvoiceXml()
throws java.lang.Exception
java.lang.ExceptionInvoiceDetailDataBeanpublic void populate()
populate in interface SmartDataBeanjava.lang.Exceptionpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyInvoiceId(java.lang.String aInvoiceId)
setDataBeanKeyInvoiceId in interface com.ibm.commerce.payment.beans.InvoiceInputDataBeanaInvoiceId - java.lang.Stringpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedProperty