java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.order.objects.OrderTemplateAccessBean
Each row of this table indicates that an Order is used as a template by a customer, and also indicates whether the template is current for that customer. This access bean corresponds to the database table 'ORDERTMPL'.
Constructor Summary | |
OrderTemplateAccessBean() Zero argument constructor used to initialize the access bean. |
|
OrderTemplateAccessBean(javax.ejb.EJBObject o) constructor |
|
OrderTemplateAccessBean(java.lang.Long arg1, java.lang.Long arg2) Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
OrderTemplateAccessBean(java.lang.Long arg1, java.lang.Long arg2, java.lang.Integer arg3) 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.util.Enumeration | findByMemberForUpdate(java.lang.Long memberId)
Retrieves order templates for the specified member.
The SQL query used to fetch all the required rows from the ORDERTMPL table is: SELECT * FROM ORDERTMPL T1 WHERE T1.MEMBER_ID = ? for update |
java.lang.String | getMemberId() This method provides access to the ORDERTMPL.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getMemberIdInEJBType() This method provides access to the ORDERTMPL.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getOrderId() This method provides access to the ORDERTMPL.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getOrderIdInEJBType() This method provides access to the ORDERTMPL.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getUsage() This method provides access to the ORDERTMPL.USAGE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer | getUsageInEJBType() This method provides access to the ORDERTMPL.USAGE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setInitKey_memberId(java.lang.String newValue) Set the primary key for this object |
void | setInitKey_orderId(java.lang.String newValue) Set the primary key for this object |
void | setMemberId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setMemberId(java.lang.String newValue) This method accesses a non-CMP field |
void | setUsage(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setUsage(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 OrderTemplateAccessBean()
public OrderTemplateAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public OrderTemplateAccessBean(java.lang.Long arg1, java.lang.Long arg2) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB
public OrderTemplateAccessBean(java.lang.Long arg1, java.lang.Long arg2, java.lang.Integer arg3) 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 java.util.Enumeration findByMemberForUpdate(java.lang.Long memberId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves order templates for the specified member.
The SQL query used to fetch all the required rows from the ORDERTMPL table is:
SELECT * FROM ORDERTMPL T1 WHERE T1.MEMBER_ID = ? for update
public void setInitKey_orderId(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_memberId(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 getUsage() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERTMPL.USAGE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
The intended usage for this template.&l
public java.lang.Integer getUsageInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERTMPL.USAGE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
The intended usage for this template.&l
public void setUsage(java.lang.String newValue)
public void setUsage(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 ORDERTMPL.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order.
public java.lang.Long getOrderIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERTMPL.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order.
public java.lang.String getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERTMPL.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The customer.
public java.lang.Long getMemberIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERTMPL.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The customer.
public void setMemberId(java.lang.String newValue)
public void setMemberId(java.lang.Long newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.