java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.order.objects.OrderPaymentInfoAccessBean
Each row in this table holds a name-value pair representing payment information for a particular Order. Values added to this table are encrypted when the &quo
Constructor Summary | |
---|---|
OrderPaymentInfoAccessBean() constructor | |
OrderPaymentInfoAccessBean(javax.ejb.EJBObject o) constructor | |
OrderPaymentInfoAccessBean(java.lang.Long arg0, java.lang.String arg1,
java.lang.String arg2, boolean arg3) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByOrder(java.lang.Long arg0)
Retrieves all the name-value pairs representing payment information
for specified order.
The SQL query used to fetch all the required rows from the
ORDPAYINFO table
is:SELECT * FROM ORDPAYINFO T1 WHERE (T1.ORDERS_ID = ?) |
java.lang.String |
getOrderId() This method provides access to the ORDPAYINFO.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrderIdInEJBType() This method provides access to the ORDPAYINFO.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getOrderPaymentInfoId() This method provides access to the ORDPAYINFO.ORDPAYINFO_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrderPaymentInfoIdInEJBType() This method provides access to the ORDPAYINFO.ORDPAYINFO_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getPaymentPairName() This method provides access to the ORDPAYINFO.NAME column of DB2 type CHAR(64) NOT NULL. |
java.lang.String |
getPaymentPairValue() This method provides access to the ORDPAYINFO.VALUE column of DB2 type VARCHAR(254) NOT NULL. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setInitKey_orderPaymentInfoId(java.lang.String newValue) Set the primary key for this object |
void |
setOrderId(java.lang.Long newValue) This method provides access to the ORDPAYINFO.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderId(java.lang.String newValue) This method provides access to the ORDPAYINFO.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setPaymentPairName(java.lang.String newValue) This method provides access to the ORDPAYINFO.NAME column of DB2 type CHAR(64) NOT NULL. |
void |
setPaymentPairValue(java.lang.String arg0, boolean arg1) This method provides access to the ORDPAYINFO.VALUE column of DB2 type VARCHAR(254) NOT NULL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public OrderPaymentInfoAccessBean()
public OrderPaymentInfoAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public OrderPaymentInfoAccessBean(java.lang.Long arg0, java.lang.String arg1, java.lang.String arg2, boolean arg3) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
arg0
- java.lang.Longarg1
- java.lang.Stringarg2
- java.lang.Stringarg3
- booleanjavax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException
java.rmi.RemoteException
Method Detail |
---|
public java.util.Enumeration findByOrder(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the name-value pairs representing payment information for
specified order.
The SQL query used to fetch all the required rows from the
ORDPAYINFO table
is:
SELECT * FROM ORDPAYINFO T1 WHERE (T1.ORDERS_ID = ?)
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_orderPaymentInfoId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
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).
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
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getOrderPaymentInfoId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYINFO.ORDPAYINFO_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
getOrderPaymentInfoId
in interface
OrderPaymentInfoAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getOrderPaymentInfoIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYINFO.ORDPAYINFO_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getPaymentPairValue() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYINFO.VALUE column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The name-value pair value. If the first character of the value is a space, then the value has been encrypted.
getPaymentPairValue
in interface
OrderPaymentInfoAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getOrderId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYINFO.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order.
getOrderId
in interface
OrderPaymentInfoAccessBeanData
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
This method provides access to the ORDPAYINFO.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOrderId(java.lang.String newValue)
This method provides access to the ORDPAYINFO.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order.
setOrderId
in interface
OrderPaymentInfoAccessBeanData
newValue
- Stringpublic void setOrderId(java.lang.Long newValue)
This method provides access to the ORDPAYINFO.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order.
newValue
- java.lang.Longpublic java.lang.String getPaymentPairName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYINFO.NAME column of DB2 type CHAR(64) NOT NULL.
The following is a description of this column:
The name-value pair name.
getPaymentPairName
in interface
OrderPaymentInfoAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPaymentPairName(java.lang.String newValue)
This method provides access to the ORDPAYINFO.NAME column of DB2 type CHAR(64) NOT NULL.
The following is a description of this column:
The name-value pair name.
setPaymentPairName
in interface
OrderPaymentInfoAccessBeanData
newValue
- java.lang.Stringpublic void setPaymentPairValue(java.lang.String arg0, boolean arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYINFO.VALUE column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The name-value pair value. If the first character of the value is a space, then the value has been encrypted.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
javax.naming.NamingException