public class OrderAdjustmentDataBean extends OrderAdjustmentDataBeanBase implements com.ibm.commerce.order.beans.OrderAdjustmentInputDataBean, com.ibm.commerce.order.beans.OrderAdjustmentSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
protected CommandContext | iCommandContext
command context
|
protected java.lang.String | iDataBeanKeyOrderAdjustmentId
order adjustment id
|
protected TypedProperty | iRequestProperties
request properties
|
Constructor and Description |
---|
OrderAdjustmentDataBean()
Constructs an OrderAdjustmentDataBean.
|
OrderAdjustmentDataBean(OrderAdjustmentAccessBean aabOrderAdjustment)
Constructs an OrderAdjustmentDataBean from an OrderAdjustmentAccessBean by extracting the OrderAdjustment EJB reference from the OrderAdjustmentAccessBean.
|
Modifier and Type | Method and Description |
---|---|
CalculationCodeDataBean | getCalculationCodeDataBean()
This method returns the CalculationCodeDataBean associated with this OrderAdjustment.
|
CalculationCodeDescriptionDataBean | getCalculationCodeDescriptionDataBean()
This method returns the CalculationCodeDescriptionDataBean of the CalculationCodeDataBean associated with this OrderAdjustment that corresponds to the current Language and Store.
|
java.lang.String | getCalculationCodeDescriptionString()
This method returns the description string of the CalculationCodeDataBean associated with this OrderAdjustment that corresponds to the current Language and Store.
|
java.lang.String | getCalculationCodeLongDescriptionString()
This method returns the long description string of the CalculationCodeDataBean associated with this OrderAdjustment that corresponds to the current Language and Store.
|
CommandContext | getCommandContext()
This method returns the command context set within this bean.
|
java.lang.String | getDataBeanKeyOrderAdjustmentId()
This method returns order adjustment id.
|
OrderAdjustmentDescriptionDataBean | getDescriptionDataBean()
This method returns the OrderAdjustmentDescriptionDataBean of this OrderAdjustment that corresponds to the current Language and Store.
|
java.lang.String | getDescriptionString()
This method returns the description string of this OrderAdjustment that corresponds to the current Language and Store.
|
FormattedMonetaryAmountDataBean | getFormattedAmount()
This method returns the formatted amount of this OrderAdjustment.
|
OrderDataBean | getOrderDataBean()
This method returns the OrderDataBean associated with this OrderAdjustment.
|
TypedProperty | getRequestProperties()
This method returns the request property set within this bean.
|
void | populate()
This method is used to populate the OrderAdjustmentDataBean.
|
void | setCommandContext(CommandContext aCommandContext)
This method sets the command context within this bean.
|
void | setDataBeanKeyOrderAdjustmentId(java.lang.String aOrderAdjustmentId)
This method sets order adjustment id.
|
void | setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
public static final java.lang.String COPYRIGHT
protected CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyOrderAdjustmentId
public OrderAdjustmentDataBean()
public OrderAdjustmentDataBean(OrderAdjustmentAccessBean aabOrderAdjustment) throws java.lang.Exception
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public java.lang.String getDataBeanKeyOrderAdjustmentId()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyOrderAdjustmentId(java.lang.String aOrderAdjustmentId)
public void populate() throws java.lang.Exception
public OrderAdjustmentDescriptionDataBean getDescriptionDataBean()
public java.lang.String getDescriptionString()
public CalculationCodeDataBean getCalculationCodeDataBean()
public CalculationCodeDescriptionDataBean getCalculationCodeDescriptionDataBean()
public java.lang.String getCalculationCodeDescriptionString()
public java.lang.String getCalculationCodeLongDescriptionString()
public OrderDataBean getOrderDataBean()
public FormattedMonetaryAmountDataBean getFormattedAmount()