public class CurrentPendingOrderAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements CurrentPendingOrderAccessBeanData
Constructor and Description |
---|
CurrentPendingOrderAccessBean()
Zero argument constructor used to initialize the access bean.
|
CurrentPendingOrderAccessBean(javax.ejb.EJBObject o) |
CurrentPendingOrderAccessBean(java.lang.Integer storeEntityId, java.lang.Long orderId, java.lang.Long memberId)
Maps to a corresponding ejbCreate method in the home interface of the EJB
|
Modifier and Type | Method and Description |
---|---|
void | commitCopyHelper() |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findByMember(java.lang.Long argMemberId)
Retrieves all the current pending order records for specified customer.
The SQL query used to fetch all the required rows from the CPENDORDER table is: SELECT * FROM CPENDORDER T1 WHERE T1.MEMBER_ID = ? |
java.util.Enumeration | findByMemberAndStore(java.lang.Long argMemberId, java.lang.Integer storeEntityId)
Retrieves all the current pending order records for specified customer and store.
The SQL query used to fetch all the required rows from the CPENDORDER table is: SELECT * FROM CPENDORDER T1 WHERE T1.MEMBER_ID = ? AND T1.STOREENT_ID = ? |
java.util.Enumeration | findByMemberForUpdate(java.lang.Long memberId)
Retrieves all the current pending order records for specified customer.
The SQL query used to fetch all the required rows from the CPENDORDER table is: SELECT * FROM CPENDORDER T1 WHERE T1.MEMBER_ID = ? for update |
java.lang.String | getField1() |
java.lang.Integer | getField1InEJBType() |
java.lang.String | getField2() |
java.lang.String | getMemberId() |
java.lang.Long | getMemberIdInEJBType() |
java.lang.String | getOrderId() |
java.lang.Long | getOrderIdInEJBType() |
java.lang.String | getStoreEntityId() |
java.lang.Integer | getStoreEntityIdInEJBType() |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() |
void | setField1(java.lang.Integer newValue) |
void | setField1(java.lang.String newValue) |
void | setField2(java.lang.String newValue) |
void | setInitKey_memberId(java.lang.String newValue) |
void | setInitKey_orderId(java.lang.String newValue) |
void | setMemberId(java.lang.Long newValue) |
void | setMemberId(java.lang.String newValue) |
void | setStoreEntityId(java.lang.Integer newValue) |
void | setStoreEntityId(java.lang.String newValue) |
public CurrentPendingOrderAccessBean()
public CurrentPendingOrderAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public CurrentPendingOrderAccessBean(java.lang.Integer storeEntityId, java.lang.Long orderId, java.lang.Long memberId) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB
public java.util.Enumeration findByMember(java.lang.Long argMemberId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the current pending order records for specified customer.
The SQL query used to fetch all the required rows from the CPENDORDER table is:
SELECT * FROM CPENDORDER T1 WHERE T1.MEMBER_ID = ?
public java.util.Enumeration findByMemberAndStore(java.lang.Long argMemberId, java.lang.Integer storeEntityId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the current pending order records for specified customer and store.
The SQL query used to fetch all the required rows from the CPENDORDER table is:
SELECT * FROM CPENDORDER T1 WHERE T1.MEMBER_ID = ? AND T1.STOREENT_ID = ?
public java.util.Enumeration findByMemberForUpdate(java.lang.Long memberId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the current pending order records for specified customer.
The SQL query used to fetch all the required rows from the CPENDORDER table is:
SELECT * FROM CPENDORDER T1 WHERE T1.MEMBER_ID = ? for update
public void setInitKey_orderId(java.lang.String newValue)
public void setInitKey_memberId(java.lang.String 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.String getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setField2(java.lang.String newValue)
public java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setField1(java.lang.String newValue)
public void setField1(java.lang.Integer newValue)
public java.lang.String getStoreEntityId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getStoreEntityIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setStoreEntityId(java.lang.String newValue)
public void setStoreEntityId(java.lang.Integer newValue)
public java.lang.String getOrderId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getOrderIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getMemberIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMemberId(java.lang.String newValue)
public void setMemberId(java.lang.Long newValue)