|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.order.objects.OrderMessagingExtensionAccessBean
This bean provides access to the ORDMEEXTN table.
The following is a description of this table:
This table contains procurement system specific order information.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
OrderMessagingExtensionAccessBean()
Default constructor. |
|
OrderMessagingExtensionAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB. |
|
OrderMessagingExtensionAccessBean(java.lang.Long anOrderId)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByPayloadId(java.lang.String aPayloadId)
Retrieves the OrderMessagingExtensionAccessBean with the specified PayloadId. |
java.lang.String |
getBuyerOrderId()
This method provides access to the ORDMEEXTN.BUYERORDERID column of DB2 type CHAR(32) NULL. |
java.lang.String |
getComments1()
This method provides access to the ORDMEEXTN.COMMENTS1 column of DB2 type VARCHAR(1024) NULL. |
java.lang.String |
getComments2()
This method provides access to the ORDMEEXTN.COMMENTS2 column of DB2 type VARCHAR(1024) NULL. |
java.lang.String |
getField1()
This method provides access to the ORDMEEXTN.FIELD1 column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getField2()
This method provides access to the ORDMEEXTN.FIELD2 column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getField3()
This method provides access to the ORDMEEXTN.FIELD3 column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getOrderId()
This method provides access to the ORDMEEXTN.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrderIdInEJBType()
This method provides access to the ORDMEEXTN.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getOrderType()
This method provides access to the ORDMEEXTN.ORDERTYPE column of DB2 type CHAR(2) NULL. |
java.lang.String |
getPayloadId()
This method provides access to the ORDMEEXTN.PAYLOADID column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getRequestedShipTime()
This method provides access to the ORDMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getRequestedShipTimeInEJBType()
This method provides access to the ORDMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getRequestedTime()
This method provides access to the ORDMEEXTN.REQUESTEDTIME column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getRequestedTimeInEJBType()
This method provides access to the ORDMEEXTN.REQUESTEDTIME column of DB2 type TIMESTAMP NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setBuyerOrderId(java.lang.String aBuyerOrderId)
This method provides access to the ORDMEEXTN.BUYERORDERID column of DB2 type CHAR(32) NULL. |
void |
setComments1(java.lang.String aComments1)
This method provides access to the ORDMEEXTN.COMMENTS1 column of DB2 type VARCHAR(1024) NULL. |
void |
setComments2(java.lang.String aComments2)
This method provides access to the ORDMEEXTN.COMMENTS2 column of DB2 type VARCHAR(1024) NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the ORDMEEXTN.FIELD1 column of DB2 type VARCHAR(64) NULL. |
void |
setField2(java.lang.String aField2)
This method provides access to the ORDMEEXTN.FIELD2 column of DB2 type VARCHAR(64) NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the ORDMEEXTN.FIELD3 column of DB2 type VARCHAR(64) NULL. |
void |
setInitKey_iOrderId(java.lang.String aInitKey_iOrderId)
Set the primary key for this object |
void |
setOrderId(java.lang.Long aOrderId)
This method provides access to the ORDMEEXTN.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderId(java.lang.String aOrderId)
This method provides access to the ORDMEEXTN.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderType(java.lang.String aOrderType)
This method provides access to the ORDMEEXTN.ORDERTYPE column of DB2 type CHAR(2) NULL. |
void |
setPayloadId(java.lang.String aPayloadId)
This method provides access to the ORDMEEXTN.PAYLOADID column of DB2 type VARCHAR(128) NULL. |
void |
setRequestedShipTime(java.lang.String aRequestedShipTime)
This method provides access to the ORDMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL. |
void |
setRequestedShipTime(java.sql.Timestamp aRequestedShipTime)
This method provides access to the ORDMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL. |
void |
setRequestedTime(java.lang.String aRequestedTime)
This method provides access to the ORDMEEXTN.REQUESTEDTIME column of DB2 type TIMESTAMP NULL. |
void |
setRequestedTime(java.sql.Timestamp aRequestedTime)
This method provides access to the ORDMEEXTN.REQUESTEDTIME column of DB2 type TIMESTAMP NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OrderMessagingExtensionAccessBean()
Default constructor.
public OrderMessagingExtensionAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB.
object
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic OrderMessagingExtensionAccessBean(java.lang.Long anOrderId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
anOrderId
- java.lang.Longjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
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.util.Enumeration findByPayloadId(java.lang.String aPayloadId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the OrderMessagingExtensionAccessBean with the specified PayloadId.
The SQL query used to fetch the requested rows from the ORDMEEXTN table is:
SELECT * FROM ORDMEEXTN T1 WHERE (T1.PAYLOADID = ?)
aPayloadId
- java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getBuyerOrderId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDMEEXTN.BUYERORDERID column of DB2 type CHAR(32) NULL.
The following is a description of this column:
The order number defined by the system of the buying organization.
getBuyerOrderId
in interface OrderMessagingExtensionAccessBeanData
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 getComments1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDMEEXTN.COMMENTS1 column of DB2 type VARCHAR(1024) NULL.
The following is a description of this column:
Comments.
getComments1
in interface OrderMessagingExtensionAccessBeanData
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 getComments2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDMEEXTN.COMMENTS2 column of DB2 type VARCHAR(1024) NULL.
The following is a description of this column:
Comments.
getComments2
in interface OrderMessagingExtensionAccessBeanData
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 getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDMEEXTN.FIELD1 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
getField1
in interface OrderMessagingExtensionAccessBeanData
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 getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDMEEXTN.FIELD2 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
getField2
in interface OrderMessagingExtensionAccessBeanData
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
This method provides access to the ORDMEEXTN.FIELD3 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
getField3
in interface OrderMessagingExtensionAccessBeanData
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 getOrderId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDMEEXTN.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Order reference number. Primary key.
getOrderId
in interface OrderMessagingExtensionAccessBeanData
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 getOrderIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDMEEXTN.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Order reference number. Primary key.
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 getOrderType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDMEEXTN.ORDERTYPE column of DB2 type CHAR(2) NULL.
The following is a description of this column:
Code to designate whether the order is a blanket or stand alone order. Valid values are BK = blanket order or SA = stand alone order.
getOrderType
in interface OrderMessagingExtensionAccessBeanData
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 getPayloadId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDMEEXTN.PAYLOADID column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
Unique identification generated by the procurement system like Ariba to track the order request.
getPayloadId
in interface OrderMessagingExtensionAccessBeanData
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 getRequestedShipTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Requested order ship time.
getRequestedShipTime
in interface OrderMessagingExtensionAccessBeanData
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 getRequestedShipTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Requested order ship time.
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 getRequestedTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDMEEXTN.REQUESTEDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
This is the time the order was requested by the buying organization at the procurement system.
getRequestedTime
in interface OrderMessagingExtensionAccessBeanData
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 getRequestedTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDMEEXTN.REQUESTEDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
This is the time the order was requested by the buying organization at the procurement system.
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 refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
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 setBuyerOrderId(java.lang.String aBuyerOrderId)
This method provides access to the ORDMEEXTN.BUYERORDERID column of DB2 type CHAR(32) NULL.
The following is a description of this column:
The order number defined by the system of the buying organization.
setBuyerOrderId
in interface OrderMessagingExtensionAccessBeanData
aBuyerOrderId
- java.lang.Stringpublic void setComments1(java.lang.String aComments1)
This method provides access to the ORDMEEXTN.COMMENTS1 column of DB2 type VARCHAR(1024) NULL.
The following is a description of this column:
Comments.
setComments1
in interface OrderMessagingExtensionAccessBeanData
aComments1
- java.lang.Stringpublic void setComments2(java.lang.String aComments2)
This method provides access to the ORDMEEXTN.COMMENTS2 column of DB2 type VARCHAR(1024) NULL.
The following is a description of this column:
Comments.
setComments2
in interface OrderMessagingExtensionAccessBeanData
aComments2
- java.lang.Stringpublic void setField1(java.lang.String aField1)
This method provides access to the ORDMEEXTN.FIELD1 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
setField1
in interface OrderMessagingExtensionAccessBeanData
aField1
- java.lang.Stringpublic void setField2(java.lang.String aField2)
This method provides access to the ORDMEEXTN.FIELD2 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
setField2
in interface OrderMessagingExtensionAccessBeanData
aField2
- java.lang.Stringpublic void setField3(java.lang.String aField3)
This method provides access to the ORDMEEXTN.FIELD3 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
setField3
in interface OrderMessagingExtensionAccessBeanData
aField3
- java.lang.Stringpublic void setInitKey_iOrderId(java.lang.String aInitKey_iOrderId)
Set the primary key for this object
aInitKey_iOrderId
- java.lang.Stringpublic void setOrderId(java.lang.Long aOrderId)
This method provides access to the ORDMEEXTN.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Order reference number. Primary key.
aOrderId
- java.lang.Longpublic void setOrderId(java.lang.String aOrderId)
This method provides access to the ORDMEEXTN.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Order reference number. Primary key.
setOrderId
in interface OrderMessagingExtensionAccessBeanData
aOrderId
- java.lang.Stringpublic void setOrderType(java.lang.String aOrderType)
This method provides access to the ORDMEEXTN.ORDERTYPE column of DB2 type CHAR(2) NULL.
The following is a description of this column:
Code to designate whether the order is a blanket or stand alone order. Valid values are BK = blanket order or SA = stand alone order.
setOrderType
in interface OrderMessagingExtensionAccessBeanData
aOrderType
- java.lang.Stringpublic void setPayloadId(java.lang.String aPayloadId)
This method provides access to the ORDMEEXTN.PAYLOADID column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
Unique identification generated by the procurement system like Ariba to track the order request.
setPayloadId
in interface OrderMessagingExtensionAccessBeanData
aPayloadId
- java.lang.Stringpublic void setRequestedShipTime(java.lang.String aRequestedShipTime)
This method provides access to the ORDMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Requested order ship time.
setRequestedShipTime
in interface OrderMessagingExtensionAccessBeanData
aRequestedShipTime
- java.lang.Stringpublic void setRequestedShipTime(java.sql.Timestamp aRequestedShipTime)
This method provides access to the ORDMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Requested order ship time.
aRequestedShipTime
- java.sql.Timestamppublic void setRequestedTime(java.lang.String aRequestedTime)
This method provides access to the ORDMEEXTN.REQUESTEDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
This is the time the order was requested by the buying organization at the procurement system.
setRequestedTime
in interface OrderMessagingExtensionAccessBeanData
aRequestedTime
- java.lang.Stringpublic void setRequestedTime(java.sql.Timestamp aRequestedTime)
This method provides access to the ORDMEEXTN.REQUESTEDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
This is the time the order was requested by the buying organization at the procurement system.
aRequestedTime
- java.sql.Timestamp
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |