public class TempOrderCouponMapAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements TempOrderCouponMapAccessBeanData
Constructor and Description |
---|
TempOrderCouponMapAccessBean()
Zero argument constructor used to initialize the access bean.
|
TempOrderCouponMapAccessBean(javax.ejb.EJBObject o) |
TempOrderCouponMapAccessBean(java.lang.Long newOrderId, java.lang.Long newBcId)
Maps to a corresponding ejbCreate method in the home interface of the EJB to create an entry in TORCPMAP table.
|
Modifier and Type | Method and Description |
---|---|
void | commitCopyHelper() |
protected java.lang.String | defaultJNDIName() |
TempOrderCouponMapAccessBean | findByBcId(java.lang.Long paramBcId)
This method executes the following SQL Script: SELECT T1.CPWALLET_ID, T1.ORDERS_ID FROM TORCPMAP T1 WHERE (T1.CPWALLET_ID = ?)
|
java.util.Enumeration | findByOrderId(java.lang.Long paramOrderId)
This method executes the following SQL script: SELECT T1.CPWALLET_ID, T1.ORDERS_ID FROM TORCPMAP T1 WHERE (T1.ORDERS_ID = ?)
|
TempOrderCouponMapAccessBean | findByOrderIdBcId(java.lang.Long paramOrderId, java.lang.Long paramBcId)
This method executes the following SQL script: SELECT T1.CPWALLET_ID, T1.ORDERS_ID FROM TORCPMAP T1 WHERE (T1.ORDERS_ID = ?) AND (T1.CPWALLET_ID = ?)
|
java.lang.Long | getBcId() |
java.lang.Long | getOrderId() |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() |
void | setBcId(java.lang.Long newValue) |
void | setInitKey_bcId(java.lang.Long newValue) |
void | setInitKey_orderId(java.lang.Long newValue) |
void | setOrderId(java.lang.Long newValue) |
public TempOrderCouponMapAccessBean()
public TempOrderCouponMapAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public TempOrderCouponMapAccessBean(java.lang.Long newOrderId, java.lang.Long newBcId) 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 to create an entry in TORCPMAP table.
public TempOrderCouponMapAccessBean findByBcId(java.lang.Long paramBcId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method executes the following SQL Script: SELECT T1.CPWALLET_ID, T1.ORDERS_ID FROM TORCPMAP T1 WHERE (T1.CPWALLET_ID = ?)
public TempOrderCouponMapAccessBean findByOrderIdBcId(java.lang.Long paramOrderId, java.lang.Long paramBcId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method executes the following SQL script: SELECT T1.CPWALLET_ID, T1.ORDERS_ID FROM TORCPMAP T1 WHERE (T1.ORDERS_ID = ?) AND (T1.CPWALLET_ID = ?)
public java.util.Enumeration findByOrderId(java.lang.Long paramOrderId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method executes the following SQL script: SELECT T1.CPWALLET_ID, T1.ORDERS_ID FROM TORCPMAP T1 WHERE (T1.ORDERS_ID = ?)
public void setInitKey_bcId(java.lang.Long newValue)
public void setInitKey_orderId(java.lang.Long newValue)
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
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getBcId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setBcId(java.lang.Long newValue)
public java.lang.Long getOrderId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setOrderId(java.lang.Long newValue)