com.ibm.commerce.inventory.beans
Class OrderReleaseDataBean

com.ibm.commerce.inventory.beans.OrderReleaseDataBean
All Implemented Interfaces:
Delegator, Protectable

public class OrderReleaseDataBean
implements Delegator, Protectable

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
OrderReleaseDataBean()
           
 
Method Summary
 boolean fulfills(java.lang.Long aFills, java.lang.String aFills)
          IBM internal use only.
 java.lang.String getCaptureDate()
          IBM internal use only.
 java.sql.Timestamp getCaptureDateInEJBType()
          IBM internal use only.
 CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getCustomerConfirm()
          IBM internal use only.
 java.sql.Timestamp getCustomerConfirmInEJBType()
          IBM internal use only.
 java.lang.String getDataBeanKeyOrderReleaseNum()
          Retrieve its primary key.
 java.lang.String getDataBeanKeyOrdersId()
          Retrieve its primary key.
 Protectable getDelegate()
          Retrieves access control information.
 java.lang.String getFfmacknowledgement()
          IBM internal use only.
 java.sql.Timestamp getFfmacknowledgementInEJBType()
          IBM internal use only.
 java.lang.String getField1()
          IBM internal use only.
 java.lang.Integer getField1InEJBType()
          IBM internal use only.
 java.lang.String getField2()
          IBM internal use only.
 java.lang.String getField3()
          IBM internal use only.
 java.lang.String getLastupdate()
          IBM internal use only.
 java.sql.Timestamp getLastupdateInEJBType()
          IBM internal use only.
 OrderItemDataBean[] getOrderItemDataBeans()
          IBM internal use only.
 java.lang.String getOrderReleaseNum()
          IBM internal use only.
 java.lang.Integer getOrderReleaseNumInEJBType()
          IBM internal use only.
 java.lang.String getOrdersId()
          IBM internal use only.
 java.lang.Long getOrdersIdInEJBType()
          IBM internal use only.
 java.lang.Long getOwner()
          IBM internal use only.
 java.lang.String[] getPackageIds()
          IBM internal use only.
 java.lang.String getPackSlipXml()
          IBM internal use only.
 java.lang.String getPickBatchId()
          IBM internal use only.
 java.lang.Long getPickBatchIdInEJBType()
          IBM internal use only.
 TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 java.lang.String getStatus()
          IBM internal use only.
 java.lang.String getTimePlaced()
          IBM internal use only.
 java.sql.Timestamp getTimePlacedInEJBType()
          IBM internal use only.
 java.lang.String[] getTrackingIds()
          IBM internal use only.
 com.ibm.commerce.inventory.beans.PackslipDetailDataBean parsePackSlipXml()
          IBM internal use only.
 void populate()
          Retrieves data from the database.
 void setCaptureDate(java.sql.Timestamp aCaptureDate)
          IBM internal use only.
 void setCommandContext(CommandContext aCommandContext)
          Sets the command context within this bean.
 void setCustomerConfirm(java.sql.Timestamp aCustomerConfirm)
          IBM internal use only.
 void setDataBeanKeyOrderReleaseNum(java.lang.String aDataBeanKeyOrderReleaseNum)
          Set its primary key for fetching.
 void setDataBeanKeyOrdersId(java.lang.String aDataBeanKeyOrdersId)
          Set its primary key for fetching.
 void setFfmacknowledgement(java.sql.Timestamp aFfmacknowledgement)
          IBM internal use only.
 void setField1(java.lang.Integer aField1)
          IBM internal use only.
 void setField2(java.lang.String aField2)
          IBM internal use only.
 void setField3(java.lang.String aField3)
          IBM internal use only.
 void setLastupdate(java.sql.Timestamp aLastupdate)
          IBM internal use only.
 void setOrderReleaseNum(java.lang.Integer aOrderReleaseNum)
          IBM internal use only.
 void setOrdersId(java.lang.Long aOrdersId)
          IBM internal use only.
 void setPackSlipXml(java.lang.String aPackSlipXml)
          IBM internal use only.
 void setPickBatchId(java.lang.Long aPickBatchId)
          IBM internal use only.
 void setRequestProperties(TypedProperty aRequestProperties)
          Sets the request property within this bean.
 void setStatus(java.lang.String aStatus)
          IBM internal use only.
 void setTimePlaced(java.sql.Timestamp aTimePlaced)
          IBM internal use only.
 

Constructor Detail

OrderReleaseDataBean

public OrderReleaseDataBean()
Method Detail

fulfills

public boolean fulfills(java.lang.Long aFills,
                        java.lang.String aFills)
                 throws java.rmi.RemoteException,
                        java.lang.Exception

IBM internal use only.

Specified by:
fulfills in interface Protectable
Parameters:
aFills - java.lang.Long
aFills - java.lang.String
Returns:
boolean
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
java.lang.Exception - The java.lang.Exception exception

getCaptureDate

public java.lang.String getCaptureDate()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCaptureDateInEJBType

public java.sql.Timestamp getCaptureDateInEJBType()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException

IBM internal use only.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getCustomerConfirm

public java.lang.String getCustomerConfirm()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCustomerConfirmInEJBType

public java.sql.Timestamp getCustomerConfirmInEJBType()
                                               throws java.rmi.RemoteException,
                                                      javax.ejb.CreateException,
                                                      javax.ejb.FinderException,
                                                      javax.naming.NamingException

IBM internal use only.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDataBeanKeyOrderReleaseNum

public java.lang.String getDataBeanKeyOrderReleaseNum()

Retrieve its primary key.

Returns:
java.lang.String

getDataBeanKeyOrdersId

public java.lang.String getDataBeanKeyOrdersId()

Retrieve its primary key.

Returns:
java.lang.String

getDelegate

public Protectable getDelegate()
                        throws java.lang.Exception

Retrieves access control information.

Specified by:
getDelegate in interface Delegator
Returns:
com.ibm.commerce.security.Protectable
Throws:
java.lang.Exception - The java.lang.Exception exception

getFfmacknowledgement

public java.lang.String getFfmacknowledgement()
                                       throws java.rmi.RemoteException,
                                              javax.ejb.CreateException,
                                              javax.ejb.FinderException,
                                              javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getFfmacknowledgementInEJBType

public java.sql.Timestamp getFfmacknowledgementInEJBType()
                                                  throws java.rmi.RemoteException,
                                                         javax.ejb.CreateException,
                                                         javax.ejb.FinderException,
                                                         javax.naming.NamingException

IBM internal use only.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField1

public java.lang.String getField1()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField1InEJBType

public java.lang.Integer getField1InEJBType()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField2

public java.lang.String getField2()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField3

public java.lang.String getField3()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLastupdate

public java.lang.String getLastupdate()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLastupdateInEJBType

public java.sql.Timestamp getLastupdateInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

IBM internal use only.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrderItemDataBeans

public OrderItemDataBean[] getOrderItemDataBeans()
                                          throws java.lang.Exception

IBM internal use only.

Returns:
com.ibm.commerce.order.beans.OrderItemDataBean[]
Throws:
java.lang.Exception - The java.lang.Exception exception

getOrderReleaseNum

public java.lang.String getOrderReleaseNum()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrderReleaseNumInEJBType

public java.lang.Integer getOrderReleaseNumInEJBType()
                                              throws java.rmi.RemoteException,
                                                     javax.ejb.CreateException,
                                                     javax.ejb.FinderException,
                                                     javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrdersId

public java.lang.String getOrdersId()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrdersIdInEJBType

public java.lang.Long getOrdersIdInEJBType()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOwner

public java.lang.Long getOwner()
                        throws java.lang.Exception,
                               java.rmi.RemoteException

IBM internal use only.

Specified by:
getOwner in interface Protectable
Returns:
java.lang.Long
Throws:
java.lang.Exception - The java.lang.Exception exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getPackageIds

public java.lang.String[] getPackageIds()
                                 throws java.lang.Exception

IBM internal use only.

Returns:
java.lang.String[]
Throws:
java.lang.Exception - The java.lang.Exception exception

getPackSlipXml

public java.lang.String getPackSlipXml()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPickBatchId

public java.lang.String getPickBatchId()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPickBatchIdInEJBType

public java.lang.Long getPickBatchIdInEJBType()
                                       throws java.rmi.RemoteException,
                                              javax.ejb.CreateException,
                                              javax.ejb.FinderException,
                                              javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRequestProperties

public TypedProperty getRequestProperties()

Gets the request property set within this bean.

Returns:
com.ibm.commerce.datatype.TypedProperty

getStatus

public java.lang.String getStatus()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getTimePlaced

public java.lang.String getTimePlaced()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getTimePlacedInEJBType

public java.sql.Timestamp getTimePlacedInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

IBM internal use only.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getTrackingIds

public java.lang.String[] getTrackingIds()
                                  throws java.lang.Exception

IBM internal use only.

Returns:
java.lang.String[]
Throws:
java.lang.Exception - The java.lang.Exception exception

parsePackSlipXml

public com.ibm.commerce.inventory.beans.PackslipDetailDataBean parsePackSlipXml()
                                                                         throws java.lang.Exception

IBM internal use only.

Returns:
com.ibm.commerce.inventory.beans.PackslipDetailDataBean
Throws:
java.lang.Exception - The java.lang.Exception exception

populate

public void populate()
              throws java.lang.Exception

Retrieves data from the database.

Returns:
void
Throws:
java.lang.Exception - The java.lang.Exception exception

setCaptureDate

public void setCaptureDate(java.sql.Timestamp aCaptureDate)

IBM internal use only.

Parameters:
aCaptureDate - java.sql.Timestamp
Returns:
void

setCommandContext

public void setCommandContext(CommandContext aCommandContext)

Sets the command context within this bean.

Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext
Returns:
void

setCustomerConfirm

public void setCustomerConfirm(java.sql.Timestamp aCustomerConfirm)

IBM internal use only.

Parameters:
aCustomerConfirm - java.sql.Timestamp
Returns:
void

setDataBeanKeyOrderReleaseNum

public void setDataBeanKeyOrderReleaseNum(java.lang.String aDataBeanKeyOrderReleaseNum)

Set its primary key for fetching.

Parameters:
aDataBeanKeyOrderReleaseNum - java.lang.String
Returns:
void

setDataBeanKeyOrdersId

public void setDataBeanKeyOrdersId(java.lang.String aDataBeanKeyOrdersId)

Set its primary key for fetching.

Parameters:
aDataBeanKeyOrdersId - java.lang.String
Returns:
void

setFfmacknowledgement

public void setFfmacknowledgement(java.sql.Timestamp aFfmacknowledgement)

IBM internal use only.

Parameters:
aFfmacknowledgement - java.sql.Timestamp
Returns:
void

setField1

public void setField1(java.lang.Integer aField1)

IBM internal use only.

Parameters:
aField1 - java.lang.Integer
Returns:
void

setField2

public void setField2(java.lang.String aField2)

IBM internal use only.

Parameters:
aField2 - java.lang.String
Returns:
void

setField3

public void setField3(java.lang.String aField3)

IBM internal use only.

Parameters:
aField3 - java.lang.String
Returns:
void

setLastupdate

public void setLastupdate(java.sql.Timestamp aLastupdate)

IBM internal use only.

Parameters:
aLastupdate - java.sql.Timestamp
Returns:
void

setOrderReleaseNum

public void setOrderReleaseNum(java.lang.Integer aOrderReleaseNum)

IBM internal use only.

Parameters:
aOrderReleaseNum - java.lang.Integer
Returns:
void

setOrdersId

public void setOrdersId(java.lang.Long aOrdersId)

IBM internal use only.

Parameters:
aOrdersId - java.lang.Long
Returns:
void

setPackSlipXml

public void setPackSlipXml(java.lang.String aPackSlipXml)

IBM internal use only.

Parameters:
aPackSlipXml - java.lang.String
Returns:
void

setPickBatchId

public void setPickBatchId(java.lang.Long aPickBatchId)

IBM internal use only.

Parameters:
aPickBatchId - java.lang.Long
Returns:
void

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperties)
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException,
                                 javax.ejb.FinderException

Sets the request property within this bean.

Parameters:
aRequestProperties - com.ibm.commerce.datatype.TypedProperty
Returns:
void
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

setStatus

public void setStatus(java.lang.String aStatus)

IBM internal use only.

Parameters:
aStatus - java.lang.String
Returns:
void

setTimePlaced

public void setTimePlaced(java.sql.Timestamp aTimePlaced)

IBM internal use only.

Parameters:
aTimePlaced - java.sql.Timestamp
Returns:
void