|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.orderstatus.beans.OrderFulfillmentStatusDataBean
IBM internal use only.
Fields inherited from interface com.ibm.commerce.security.Delegator |
COPYRIGHT |
Fields inherited from interface com.ibm.commerce.security.Protectable |
COPYRIGHT |
Constructor Summary | |
OrderFulfillmentStatusDataBean()
|
Method Summary | |
boolean |
fulfills(java.lang.Long aFills,
java.lang.String aFills)
IBM internal use only. |
java.sql.Timestamp |
getActualShipDateTime()
IBM internal use only. |
CommandContext |
getCommandContext()
Gets the command context set within this bean. |
java.lang.String |
getComment()
IBM internal use only. |
java.lang.String |
getCurrency()
IBM internal use only. |
java.lang.String |
getDataBeanKeyOrderStatusId()
Retrieve its primary key. |
Protectable |
getDelegate()
Retrieves access control information. |
java.lang.Integer |
getField1()
IBM internal use only. |
java.math.BigDecimal |
getField2()
IBM internal use only. |
java.lang.String |
getField3()
IBM internal use only. |
java.sql.Timestamp |
getInvoiceDateTime()
IBM internal use only. |
java.math.BigDecimal |
getInvoiceValue()
IBM internal use only. |
java.sql.Timestamp |
getLastUpdateTime()
IBM internal use only. |
java.lang.String |
getMerchantOrderNumber()
IBM internal use only. |
java.lang.Long |
getOrderId()
IBM internal use only. |
java.lang.String |
getOrderStatus()
IBM internal use only. |
java.lang.Long |
getOrderStatusId()
IBM internal use only. |
java.lang.Long |
getOwner()
IBM internal use only. |
java.sql.Timestamp |
getPlaceDateTime()
IBM internal use only. |
java.math.BigDecimal |
getPriceTotal()
IBM internal use only. |
TypedProperty |
getRequestProperties()
Gets the request property set within this bean. |
java.sql.Timestamp |
getRequestShipDateTime()
IBM internal use only. |
java.sql.Timestamp |
getScheduleShipDateTime()
IBM internal use only. |
java.lang.String |
getSequenceNumber()
IBM internal use only. |
java.lang.String |
getShipCondition()
IBM internal use only. |
java.lang.String |
getShippingModeFlag()
IBM internal use only. |
java.math.BigDecimal |
getShippingTaxTotal()
IBM internal use only. |
java.math.BigDecimal |
getShippingTotal()
IBM internal use only. |
java.math.BigDecimal |
getTaxTotal()
IBM internal use only. |
java.lang.Integer |
getVersioning()
IBM internal use only. |
void |
populate()
Retrieves data from the database. |
void |
propertySet(java.util.Hashtable aPertySet)
IBM internal use only. |
void |
setActualShipDateTime(java.sql.Timestamp aActualShipDateTime)
IBM internal use only. |
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean. |
void |
setComment(java.lang.String aComment)
IBM internal use only. |
void |
setCurrency(java.lang.String aCurrency)
IBM internal use only. |
void |
setDataBeanKeyOrderStatusId(java.lang.String aDataBeanKeyOrderStatusId)
Set its primary key for fetching. |
void |
setField1(java.lang.Integer aField1)
IBM internal use only. |
void |
setField2(java.math.BigDecimal aField2)
IBM internal use only. |
void |
setField3(java.lang.String aField3)
IBM internal use only. |
void |
setInvoiceDateTime(java.sql.Timestamp aInvoiceDateTime)
IBM internal use only. |
void |
setInvoiceValue(java.math.BigDecimal aInvoiceValue)
IBM internal use only. |
void |
setLastUpdateTime(java.sql.Timestamp aLastUpdateTime)
IBM internal use only. |
void |
setMerchantOrderNumber(java.lang.String aMerchantOrderNumber)
IBM internal use only. |
void |
setOrderId(java.lang.Long aOrderId)
IBM internal use only. |
void |
setOrderStatus(java.lang.String aOrderStatus)
IBM internal use only. |
void |
setOrderStatusId(java.lang.Long aOrderStatusId)
IBM internal use only. |
void |
setPlaceDateTime(java.sql.Timestamp aPlaceDateTime)
IBM internal use only. |
void |
setPriceTotal(java.math.BigDecimal aPriceTotal)
IBM internal use only. |
void |
setRequestProperties(TypedProperty aRequestProperties)
Sets the request property within this bean. |
void |
setRequestShipDateTime(java.sql.Timestamp aRequestShipDateTime)
IBM internal use only. |
void |
setScheduleShipDateTime(java.sql.Timestamp aScheduleShipDateTime)
IBM internal use only. |
void |
setSequenceNumber(java.lang.String aSequenceNumber)
IBM internal use only. |
void |
setShipCondition(java.lang.String aShipCondition)
IBM internal use only. |
void |
setShippingModeFlag(java.lang.String aShippingModeFlag)
IBM internal use only. |
void |
setShippingTaxTotal(java.math.BigDecimal aShippingTaxTotal)
IBM internal use only. |
void |
setShippingTotal(java.math.BigDecimal aShippingTotal)
IBM internal use only. |
void |
setTaxTotal(java.math.BigDecimal aTaxTotal)
IBM internal use only. |
void |
setVersioning(java.lang.Integer aVersioning)
IBM internal use only. |
Constructor Detail |
public OrderFulfillmentStatusDataBean()
Method Detail |
public boolean fulfills(java.lang.Long aFills, java.lang.String aFills) throws java.rmi.RemoteException, java.lang.Exception
IBM internal use only.
fulfills
in interface Protectable
aFills
- java.lang.LongaFills
- java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjava.lang.Exception
- The java.lang.Exception exceptionpublic java.sql.Timestamp getActualShipDateTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic CommandContext getCommandContext()
Gets the command context set within this bean.
public java.lang.String getComment() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getDataBeanKeyOrderStatusId()
Retrieve its primary key.
public Protectable getDelegate() throws java.lang.Exception
Retrieves access control information.
getDelegate
in interface Delegator
java.lang.Exception
- The java.lang.Exception exceptionpublic java.lang.Integer getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.math.BigDecimal getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getInvoiceDateTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.math.BigDecimal getInvoiceValue() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getLastUpdateTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getMerchantOrderNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getOrderId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getOrderStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getOrderStatusId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException
IBM internal use only.
getOwner
in interface Protectable
java.lang.Exception
- The java.lang.Exception exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic java.sql.Timestamp getPlaceDateTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.math.BigDecimal getPriceTotal() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic TypedProperty getRequestProperties()
Gets the request property set within this bean.
public java.sql.Timestamp getRequestShipDateTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getScheduleShipDateTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getSequenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getShipCondition() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getShippingModeFlag() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.math.BigDecimal getShippingTaxTotal() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.math.BigDecimal getShippingTotal() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.math.BigDecimal getTaxTotal() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getVersioning() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void populate() throws java.lang.Exception
Retrieves data from the database.
java.lang.Exception
- The java.lang.Exception exceptionpublic void propertySet(java.util.Hashtable aPertySet) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
aPertySet
- java.util.Hashtablejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setActualShipDateTime(java.sql.Timestamp aActualShipDateTime)
IBM internal use only.
aActualShipDateTime
- java.sql.Timestamppublic void setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
aCommandContext
- com.ibm.commerce.command.CommandContextpublic void setComment(java.lang.String aComment)
IBM internal use only.
aComment
- java.lang.Stringpublic void setCurrency(java.lang.String aCurrency)
IBM internal use only.
aCurrency
- java.lang.Stringpublic void setDataBeanKeyOrderStatusId(java.lang.String aDataBeanKeyOrderStatusId)
Set its primary key for fetching.
aDataBeanKeyOrderStatusId
- java.lang.Stringpublic void setField1(java.lang.Integer aField1)
IBM internal use only.
aField1
- java.lang.Integerpublic void setField2(java.math.BigDecimal aField2)
IBM internal use only.
aField2
- java.math.BigDecimalpublic void setField3(java.lang.String aField3)
IBM internal use only.
aField3
- java.lang.Stringpublic void setInvoiceDateTime(java.sql.Timestamp aInvoiceDateTime)
IBM internal use only.
aInvoiceDateTime
- java.sql.Timestamppublic void setInvoiceValue(java.math.BigDecimal aInvoiceValue)
IBM internal use only.
aInvoiceValue
- java.math.BigDecimalpublic void setLastUpdateTime(java.sql.Timestamp aLastUpdateTime)
IBM internal use only.
aLastUpdateTime
- java.sql.Timestamppublic void setMerchantOrderNumber(java.lang.String aMerchantOrderNumber)
IBM internal use only.
aMerchantOrderNumber
- java.lang.Stringpublic void setOrderId(java.lang.Long aOrderId)
IBM internal use only.
aOrderId
- java.lang.Longpublic void setOrderStatus(java.lang.String aOrderStatus)
IBM internal use only.
aOrderStatus
- java.lang.Stringpublic void setOrderStatusId(java.lang.Long aOrderStatusId)
IBM internal use only.
aOrderStatusId
- java.lang.Longpublic void setPlaceDateTime(java.sql.Timestamp aPlaceDateTime)
IBM internal use only.
aPlaceDateTime
- java.sql.Timestamppublic void setPriceTotal(java.math.BigDecimal aPriceTotal)
IBM internal use only.
aPriceTotal
- java.math.BigDecimalpublic void setRequestProperties(TypedProperty aRequestProperties) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
Sets the request property within this bean.
aRequestProperties
- com.ibm.commerce.datatype.TypedPropertyjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic void setRequestShipDateTime(java.sql.Timestamp aRequestShipDateTime)
IBM internal use only.
aRequestShipDateTime
- java.sql.Timestamppublic void setScheduleShipDateTime(java.sql.Timestamp aScheduleShipDateTime)
IBM internal use only.
aScheduleShipDateTime
- java.sql.Timestamppublic void setSequenceNumber(java.lang.String aSequenceNumber)
IBM internal use only.
aSequenceNumber
- java.lang.Stringpublic void setShipCondition(java.lang.String aShipCondition)
IBM internal use only.
aShipCondition
- java.lang.Stringpublic void setShippingModeFlag(java.lang.String aShippingModeFlag)
IBM internal use only.
aShippingModeFlag
- java.lang.Stringpublic void setShippingTaxTotal(java.math.BigDecimal aShippingTaxTotal)
IBM internal use only.
aShippingTaxTotal
- java.math.BigDecimalpublic void setShippingTotal(java.math.BigDecimal aShippingTotal)
IBM internal use only.
aShippingTotal
- java.math.BigDecimalpublic void setTaxTotal(java.math.BigDecimal aTaxTotal)
IBM internal use only.
aTaxTotal
- java.math.BigDecimalpublic void setVersioning(java.lang.Integer aVersioning)
IBM internal use only.
aVersioning
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |