|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.order.beans.OrderItemDataBean
This bean provides access to the ORDERITEMS table.
The following is a description of this table:
Each row of this table represents an OrderItem in an Order.
Fields inherited from interface com.ibm.commerce.security.Delegator |
COPYRIGHT |
Constructor Summary | |
OrderItemDataBean()
|
Method Summary | |
java.lang.Long |
getApplicableContractId()
IBM internal use only. |
FormattedMonetaryAmountDataBean |
getApplicableContractPrice()
IBM internal use only. |
CommandContext |
getCommandContext()
Gets the command context set within this bean. |
FormattedMonetaryAmountDataBean |
getFormattedShippingCharge()
IBM internal use only. |
FormattedMonetaryAmountDataBean |
getFormattedShippingTaxAmount()
IBM internal use only. |
FormattedMonetaryAmountDataBean |
getFormattedTaxAmount()
IBM internal use only. |
FormattedMonetaryAmountDataBean |
getFormattedTotalAdjustment()
IBM internal use only. |
FormattedMonetaryAmountDataBean |
getFormattedTotalProduct()
IBM internal use only. |
PriceDataBean |
getPerItemTotalPrice()
IBM internal use only. |
PriceDataBean |
getPriceDataBean()
IBM internal use only. |
TypedProperty |
getRequestProperties()
Gets the request property set within this bean. |
void |
populate()
Retrieves data from the database. |
void |
setCommandContext(CommandContext aCommandContext1)
Sets the command context within this bean. |
void |
setOrderItemId(java.lang.String aOrderItemId1)
This method provides access to the ORDERITEMS.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
void |
setRequestProperties(TypedProperty aRequestProperties1)
Sets the request property within this bean. |
Methods inherited from interface com.ibm.commerce.security.Delegator |
getDelegate |
Constructor Detail |
public OrderItemDataBean()
Method Detail |
public java.lang.Long getApplicableContractId() throws javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException, ECSystemException
IBM internal use only.
javax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionECSystemException
- The com.ibm.commerce.exception.ECSystemException exceptionpublic FormattedMonetaryAmountDataBean getApplicableContractPrice() throws javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException, ECSystemException
IBM internal use only.
javax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionECSystemException
- The com.ibm.commerce.exception.ECSystemException exceptionpublic CommandContext getCommandContext()
Gets the command context set within this bean.
public FormattedMonetaryAmountDataBean getFormattedShippingCharge() throws javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException, ECSystemException
IBM internal use only.
javax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionECSystemException
- The com.ibm.commerce.exception.ECSystemException exceptionpublic FormattedMonetaryAmountDataBean getFormattedShippingTaxAmount() throws javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException, ECSystemException
IBM internal use only.
javax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionECSystemException
- The com.ibm.commerce.exception.ECSystemException exceptionpublic FormattedMonetaryAmountDataBean getFormattedTaxAmount() throws javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException, ECSystemException
IBM internal use only.
javax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionECSystemException
- The com.ibm.commerce.exception.ECSystemException exceptionpublic FormattedMonetaryAmountDataBean getFormattedTotalAdjustment() throws javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException, ECSystemException
IBM internal use only.
javax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionECSystemException
- The com.ibm.commerce.exception.ECSystemException exceptionpublic FormattedMonetaryAmountDataBean getFormattedTotalProduct() throws javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException, ECSystemException
IBM internal use only.
javax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionECSystemException
- The com.ibm.commerce.exception.ECSystemException exceptionpublic PriceDataBean getPerItemTotalPrice()
IBM internal use only.
public PriceDataBean getPriceDataBean()
IBM internal use only.
public TypedProperty getRequestProperties()
Gets the request property set within this bean.
public void populate() throws java.lang.Exception
Retrieves data from the database.
java.lang.Exception
- The java.lang.Exception exceptionpublic void setCommandContext(CommandContext aCommandContext1)
Sets the command context within this bean.
aCommandContext1
- com.ibm.commerce.command.CommandContextpublic void setOrderItemId(java.lang.String aOrderItemId1)
This method provides access to the ORDERITEMS.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
aOrderItemId1
- java.lang.Stringpublic void setRequestProperties(TypedProperty aRequestProperties1)
Sets the request property within this bean.
aRequestProperties1
- com.ibm.commerce.datatype.TypedProperty
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |