java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.order.objects.OrderOptionAccessBean
This table is used for Order notification. This access bean corresponds to the database table 'ORDOPTIONS'.
Constructor Summary | |
OrderOptionAccessBean() Zero argument constructor used to initialize the access bean. |
|
OrderOptionAccessBean(javax.ejb.EJBObject o) constructor |
|
OrderOptionAccessBean(java.lang.Long aOrderId, java.lang.Integer notifyMerchant, java.lang.Integer notifyShopper) 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). |
protected java.lang.String | defaultJNDIName() |
java.lang.String | getNotifyMerchant() This method provides access to the ORDOPTIONS.NOTIFYMERCHANT column of DB2 type INTEGER. |
java.lang.Integer | getNotifyMerchantInEJBType() This method provides access to the ORDOPTIONS.NOTIFYMERCHANT column of DB2 type INTEGER. |
java.lang.String | getNotifyShopper() This method provides access to the ORDOPTIONS.NOTIFYSHOPPER column of DB2 type INTEGER. |
java.lang.Integer | getNotifyShopperInEJBType() This method provides access to the ORDOPTIONS.NOTIFYSHOPPER column of DB2 type INTEGER. |
java.lang.String | getOrderId() This method provides access to the ORDOPTIONS.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getOrderIdInEJBType() This method provides access to the ORDOPTIONS.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setInitKey_orderId(java.lang.String newValue) Set the primary key for this object |
void | setNotifyMerchant(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setNotifyMerchant(java.lang.String newValue) This method accesses a non-CMP field |
void | setNotifyShopper(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setNotifyShopper(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OrderOptionAccessBean()
public OrderOptionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public OrderOptionAccessBean(java.lang.Long aOrderId, java.lang.Integer notifyMerchant, java.lang.Integer notifyShopper) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB
Method Detail |
public void setInitKey_orderId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getNotifyShopper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDOPTIONS.NOTIFYSHOPPER column of DB2 type INTEGER.
The following is a description of this column:
Flag to indicate whether the customer will be notified when the Order is processed as follows:&l
public java.lang.Integer getNotifyShopperInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDOPTIONS.NOTIFYSHOPPER column of DB2 type INTEGER.
The following is a description of this column:
Flag to indicate whether the customer will be notified when the Order is processed as follows:&l
public void setNotifyShopper(java.lang.String newValue)
public void setNotifyShopper(java.lang.Integer newValue)
public java.lang.String getNotifyMerchant() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDOPTIONS.NOTIFYMERCHANT column of DB2 type INTEGER.
The following is a description of this column:
Flag to indicate whether the merchant will be notified when the Order is processed as follows:&l
public java.lang.Integer getNotifyMerchantInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDOPTIONS.NOTIFYMERCHANT column of DB2 type INTEGER.
The following is a description of this column:
Flag to indicate whether the merchant will be notified when the Order is processed as follows:&l
public void setNotifyMerchant(java.lang.String newValue)
public void setNotifyMerchant(java.lang.Integer newValue)
public java.lang.String getOrderId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDOPTIONS.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Order ID.
public java.lang.Long getOrderIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDOPTIONS.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Order ID.
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.