|
||||||||
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.OrderItemMessagingExtensionAccessBean
This bean provides access to the ORDIMEEXTN table.
The following is a description of this table:
This table contains procurement system specific OrderItem information.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
OrderItemMessagingExtensionAccessBean()
Default constructor. |
|
OrderItemMessagingExtensionAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB. |
|
OrderItemMessagingExtensionAccessBean(java.lang.Long anOrderItemId)
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.lang.String |
getComments1()
This method provides access to the ORDIMEEXTN.COMMENTS1 column of DB2 type VARCHAR(1024) NULL. |
java.lang.String |
getComments2()
This method provides access to the ORDIMEEXTN.COMMENTS2 column of DB2 type VARCHAR(1024) NULL. |
java.lang.String |
getField1()
This method provides access to the ORDIMEEXTN.FIELD1 column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getField2()
This method provides access to the ORDIMEEXTN.FIELD2 column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getField3()
This method provides access to the ORDIMEEXTN.FIELD3 column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getOrderItemId()
This method provides access to the ORDIMEEXTN.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrderItemIdInEJBType()
This method provides access to the ORDIMEEXTN.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getRequestedShipTime()
This method provides access to the ORDIMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getRequestedShipTimeInEJBType()
This method provides access to the ORDIMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getShipAsComplete()
This method provides access to the ORDIMEEXTN.SHIPASCOMPLETE column of DB2 type CHAR(1) NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setComments1(java.lang.String aComments1)
This method provides access to the ORDIMEEXTN.COMMENTS1 column of DB2 type VARCHAR(1024) NULL. |
void |
setComments2(java.lang.String aComments2)
This method provides access to the ORDIMEEXTN.COMMENTS2 column of DB2 type VARCHAR(1024) NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the ORDIMEEXTN.FIELD1 column of DB2 type VARCHAR(64) NULL. |
void |
setField2(java.lang.String aField2)
This method provides access to the ORDIMEEXTN.FIELD2 column of DB2 type VARCHAR(64) NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the ORDIMEEXTN.FIELD3 column of DB2 type VARCHAR(64) NULL. |
void |
setInitKey_iOrderItemId(java.lang.String aInitKey_iOrderItemId)
Set the primary key for this object |
void |
setOrderItemId(java.lang.Long aOrderItemId)
This method provides access to the ORDIMEEXTN.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderItemId(java.lang.String aOrderItemId)
This method provides access to the ORDIMEEXTN.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
void |
setRequestedShipTime(java.lang.String aRequestedShipTime)
This method provides access to the ORDIMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL. |
void |
setRequestedShipTime(java.sql.Timestamp aRequestedShipTime)
This method provides access to the ORDIMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL. |
void |
setShipAsComplete(java.lang.String aShipAsComplete)
This method provides access to the ORDIMEEXTN.SHIPASCOMPLETE column of DB2 type CHAR(1) 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 OrderItemMessagingExtensionAccessBean()
Default constructor.
public OrderItemMessagingExtensionAccessBean(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 OrderItemMessagingExtensionAccessBean(java.lang.Long anOrderItemId) 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
anOrderItemId
- 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.lang.String getComments1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDIMEEXTN.COMMENTS1 column of DB2 type VARCHAR(1024) NULL.
The following is a description of this column:
Comment.
getComments1
in interface OrderItemMessagingExtensionAccessBeanData
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 ORDIMEEXTN.COMMENTS2 column of DB2 type VARCHAR(1024) NULL.
The following is a description of this column:
Comment.
getComments2
in interface OrderItemMessagingExtensionAccessBeanData
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 ORDIMEEXTN.FIELD1 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
getField1
in interface OrderItemMessagingExtensionAccessBeanData
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 ORDIMEEXTN.FIELD2 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
getField2
in interface OrderItemMessagingExtensionAccessBeanData
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 ORDIMEEXTN.FIELD3 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
getField3
in interface OrderItemMessagingExtensionAccessBeanData
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 getOrderItemId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDIMEEXTN.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the ORDERITEMS table and the primary key.
getOrderItemId
in interface OrderItemMessagingExtensionAccessBeanData
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 getOrderItemIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDIMEEXTN.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the ORDERITEMS table and the 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 getRequestedShipTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDIMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Requested order item ship time.
getRequestedShipTime
in interface OrderItemMessagingExtensionAccessBeanData
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 ORDIMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Requested order item 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 getShipAsComplete() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDIMEEXTN.SHIPASCOMPLETE column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Whether partial shipment of the item will be accepted:
N = ship partial.
Y = ship complete.
getShipAsComplete
in interface OrderItemMessagingExtensionAccessBeanData
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 setComments1(java.lang.String aComments1)
This method provides access to the ORDIMEEXTN.COMMENTS1 column of DB2 type VARCHAR(1024) NULL.
The following is a description of this column:
Comment.
setComments1
in interface OrderItemMessagingExtensionAccessBeanData
aComments1
- java.lang.Stringpublic void setComments2(java.lang.String aComments2)
This method provides access to the ORDIMEEXTN.COMMENTS2 column of DB2 type VARCHAR(1024) NULL.
The following is a description of this column:
Comment.
setComments2
in interface OrderItemMessagingExtensionAccessBeanData
aComments2
- java.lang.Stringpublic void setField1(java.lang.String aField1)
This method provides access to the ORDIMEEXTN.FIELD1 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
setField1
in interface OrderItemMessagingExtensionAccessBeanData
aField1
- java.lang.Stringpublic void setField2(java.lang.String aField2)
This method provides access to the ORDIMEEXTN.FIELD2 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
setField2
in interface OrderItemMessagingExtensionAccessBeanData
aField2
- java.lang.Stringpublic void setField3(java.lang.String aField3)
This method provides access to the ORDIMEEXTN.FIELD3 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
setField3
in interface OrderItemMessagingExtensionAccessBeanData
aField3
- java.lang.Stringpublic void setInitKey_iOrderItemId(java.lang.String aInitKey_iOrderItemId)
Set the primary key for this object
aInitKey_iOrderItemId
- java.lang.Stringpublic void setOrderItemId(java.lang.Long aOrderItemId)
This method provides access to the ORDIMEEXTN.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the ORDERITEMS table and the primary key.
aOrderItemId
- java.lang.Longpublic void setOrderItemId(java.lang.String aOrderItemId)
This method provides access to the ORDIMEEXTN.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the ORDERITEMS table and the primary key.
setOrderItemId
in interface OrderItemMessagingExtensionAccessBeanData
aOrderItemId
- java.lang.Stringpublic void setRequestedShipTime(java.lang.String aRequestedShipTime)
This method provides access to the ORDIMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Requested order item ship time.
setRequestedShipTime
in interface OrderItemMessagingExtensionAccessBeanData
aRequestedShipTime
- java.lang.Stringpublic void setRequestedShipTime(java.sql.Timestamp aRequestedShipTime)
This method provides access to the ORDIMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Requested order item ship time.
aRequestedShipTime
- java.sql.Timestamppublic void setShipAsComplete(java.lang.String aShipAsComplete)
This method provides access to the ORDIMEEXTN.SHIPASCOMPLETE column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Whether partial shipment of the item will be accepted:
N = ship partial.
Y = ship complete.
setShipAsComplete
in interface OrderItemMessagingExtensionAccessBeanData
aShipAsComplete
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |