java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.order.objects.OrderPaymentMethodAccessBean
The Order Payment Method table contains order payment or refund methods selected for an order. It is also used to keep track of the actual amount charged or refunded against the order.
Constructor Summary | |
---|---|
OrderPaymentMethodAccessBean() constructor | |
OrderPaymentMethodAccessBean(com.ibm.commerce.order.objimpl.OrderPaymentMethodInputData arg0,
boolean arg1) constructor | |
OrderPaymentMethodAccessBean(javax.ejb.EJBObject o) constructor | |
OrderPaymentMethodAccessBean(java.lang.Long arg0,
java.lang.String arg1, java.lang.String arg2, boolean arg3) constructor | |
OrderPaymentMethodAccessBean(java.lang.Long arg0,
java.lang.String arg1, java.lang.String arg2, java.lang.Long arg3,
boolean arg4) 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 order payment methods for the specified order. |
java.util.Enumeration |
findByStoreIdForSummary(java.lang.Integer arg0,
java.sql.Timestamp arg1, java.lang.Integer arg2) Retrieves the Order Payment Methods for the specified Store Entity with null PaySummary_ID but with non-null Charge Amount, Account_id and Policy_id. |
java.util.Enumeration |
findRecordsForSummaryByStoreentId(java.lang.Integer arg0) Retrieves the Order Payment Methods for the specified Store Entity with null PaySummary_ID but with Charge Amount that is not NULL. |
java.util.Enumeration |
findWithPushDownQuery(java.lang.String arg0) Retrieves ordpaymthd rows identified by the specified WHERE clause. |
java.lang.String |
getAccountId() This method provides access to the ORDPAYMTHD.ACCOUNT_ID column of DB2 type BIGINT. |
java.lang.Long |
getAccountIdInEJBType() This method provides access to the ORDPAYMTHD.ACCOUNT_ID column of DB2 type BIGINT. |
java.lang.String |
getActualAmount() This method provides access to the ORDPAYMTHD.ACTUALAMOUNT column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal |
getActualAmountInEJBType() This method provides access to the ORDPAYMTHD.ACTUALAMOUNT column of DB2 type DECIMAL(20 5). |
java.lang.String |
getBigIntField1() This method provides access to the ORDPAYMTHD.BIGINTFIELD1 column of DB2 type BIGINT. |
java.lang.Long |
getBigIntField1InEJBType() This method provides access to the ORDPAYMTHD.BIGINTFIELD1 column of DB2 type BIGINT. |
java.lang.String |
getBigIntField2() This method provides access to the ORDPAYMTHD.BIGINTFIELD2 column of DB2 type BIGINT. |
java.lang.Long |
getBigIntField2InEJBType() This method provides access to the ORDPAYMTHD.BIGINTFIELD2 column of DB2 type BIGINT. |
java.lang.String |
getBigIntField3() This method provides access to the ORDPAYMTHD.BIGINTFIELD3 column of DB2 type BIGINT. |
java.lang.Long |
getBigIntField3InEJBType() This method provides access to the ORDPAYMTHD.BIGINTFIELD3 column of DB2 type BIGINT. |
java.lang.String |
getBuyerPurchaseOrderId() This method provides access to the ORDPAYMTHD.BUYERPO_ID column of DB2 type BIGINT. |
java.lang.Long |
getBuyerPurchaseOrderIdInEJBType() This method provides access to the ORDPAYMTHD.BUYERPO_ID column of DB2 type BIGINT. |
java.lang.String |
getChargeAmount() This method provides access to the ORDPAYMTHD.CHARGEAMOUNT column of DB2 type DECIMAL(20 5). |
java.lang.String |
getChargeAmountCurrency() This method provides access to the ORDPAYMTHD.CHARGEAMTCURR column of DB2 type CHAR(3). |
java.math.BigDecimal |
getChargeAmountInEJBType() This method provides access to the ORDPAYMTHD.CHARGEAMOUNT column of DB2 type DECIMAL(20 5). |
java.lang.String |
getChargeTime() This method provides access to the ORDPAYMTHD.CHARGETIME column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getChargeTimeInEJBType() This method provides access to the ORDPAYMTHD.CHARGETIME column of DB2 type TIMESTAMP. |
java.lang.String |
getCreditLineId() This method provides access to the ORDPAYMTHD.CREDITLINE_ID column of DB2 type BIGINT. |
java.lang.Long |
getCreditLineIdInEJBType() This method provides access to the ORDPAYMTHD.CREDITLINE_ID column of DB2 type BIGINT. |
java.lang.String |
getDecimalField1() This method provides access to the ORDPAYMTHD.DECIMALFIELD1 column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal |
getDecimalField1InEJBType() This method provides access to the ORDPAYMTHD.DECIMALFIELD1 column of DB2 type DECIMAL(20 5). |
java.lang.String |
getDecimalField2() This method provides access to the ORDPAYMTHD.DECIMALFIELD2 column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal |
getDecimalField2InEJBType() This method provides access to the ORDPAYMTHD.DECIMALFIELD2 column of DB2 type DECIMAL(20 5). |
java.lang.String |
getDecimalField3() This method provides access to the ORDPAYMTHD.DECIMALFIELD3 column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal |
getDecimalField3InEJBType() This method provides access to the ORDPAYMTHD.DECIMALFIELD3 column of DB2 type DECIMAL(20 5). |
java.lang.String |
getEndDate() This method provides access to the ORDPAYMTHD.ENDDATE column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getEndDateInEJBType() This method provides access to the ORDPAYMTHD.ENDDATE column of DB2 type TIMESTAMP. |
java.lang.String |
getMaximumAuthorizationAmount() This method provides access to the ORDPAYMTHD.MAXAMOUNT column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal |
getMaximumAuthorizationAmountInEJBType() This method provides access to the ORDPAYMTHD.MAXAMOUNT column of DB2 type DECIMAL(20 5). |
java.lang.String |
getOrderId() This method provides access to the ORDPAYMTHD.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrderIdInEJBType() This method provides access to the ORDPAYMTHD.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getPaymentDevice() This method provides access to the ORDPAYMTHD.PAYDEVICE column of DB2 type CHAR(64) FOR BIT DATA NOT NULL. |
java.lang.String |
getPaymentMethodID() This method provides access to the ORDPAYMTHD.PAYMETHOD column of DB2 type CHAR(5) NOT NULL. |
java.lang.String |
getPaymentSummaryId() This method provides access to the ORDPAYMTHD.PAYSUMMARY_ID column of DB2 type BIGINT. |
java.lang.Long |
getPaymentSummaryIdInEJBType() This method provides access to the ORDPAYMTHD.PAYSUMMARY_ID column of DB2 type BIGINT. |
java.lang.String |
getPolicyId() This method provides access to the ORDPAYMTHD.POLICY_ID column of DB2 type BIGINT. |
java.lang.Long |
getPolicyIdInEJBType() This method provides access to the ORDPAYMTHD.POLICY_ID column of DB2 type BIGINT. |
java.lang.String |
getPurchaseOrderNumber() Retrieves the buyer purchase order number for the order if one was specified by the buyer at the time the order was submitted for processing. |
java.lang.String |
getRefundNumber() This method provides access to the ORDPAYMTHD.REFUNDNUMBER column of DB2 type BIGINT NOT NULL DEFAULT 0. |
java.lang.Long |
getRefundNumberInEJBType() This method provides access to the ORDPAYMTHD.REFUNDNUMBER column of DB2 type BIGINT NOT NULL DEFAULT 0. |
java.lang.String |
getRmaId() This method provides access to the ORDPAYMTHD.RMA_ID column of DB2 type BIGINT. |
java.lang.Long |
getRmaIdInEJBType() This method provides access to the ORDPAYMTHD.RMA_ID column of DB2 type BIGINT. |
java.lang.String |
getStartDate() This method provides access to the ORDPAYMTHD.STARTDATE column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getStartDateInEJBType() This method provides access to the ORDPAYMTHD.STARTDATE column of DB2 type TIMESTAMP. |
java.lang.String |
getStatus() This method provides access to the ORDPAYMTHD.STATUS column of DB2 type INTEGER DEFAULT 0. |
java.lang.Integer |
getStatusInEJBType() This method provides access to the ORDPAYMTHD.STATUS column of DB2 type INTEGER DEFAULT 0. |
java.lang.String |
getStringField1() This method provides access to the ORDPAYMTHD.STRINGFIELD1 column of DB2 type VARCHAR(254). |
java.lang.String |
getStringField2() This method provides access to the ORDPAYMTHD.STRINGFIELD2 column of DB2 type VARCHAR(254). |
java.lang.String |
getStringField3() This method provides access to the ORDPAYMTHD.STRINGFIELD3 column of DB2 type VARCHAR(254). |
java.lang.String |
getTradingId() This method provides access to the ORDPAYMTHD.TRADING_ID column of DB2 type BIGINT. |
java.lang.Long |
getTradingIdInEJBType() This method provides access to the ORDPAYMTHD.TRADING_ID column of DB2 type BIGINT. |
java.lang.String |
getXMLData() This method accesses a non-CMP field |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setAccountId(java.lang.Long newValue) This method provides access to the ORDPAYMTHD.ACCOUNT_ID column of DB2 type BIGINT. |
void |
setAccountId(java.lang.String newValue) This method provides access to the ORDPAYMTHD.ACCOUNT_ID column of DB2 type BIGINT. |
void |
setActualAmount(java.math.BigDecimal newValue) This method provides access to the ORDPAYMTHD.ACTUALAMOUNT column of DB2 type DECIMAL(20 5). |
void |
setActualAmount(java.lang.String newValue) This method provides access to the ORDPAYMTHD.ACTUALAMOUNT column of DB2 type DECIMAL(20 5). |
void |
setBigIntField1(java.lang.Long newValue) This method provides access to the ORDPAYMTHD.BIGINTFIELD1 column of DB2 type BIGINT. |
void |
setBigIntField1(java.lang.String newValue) This method provides access to the ORDPAYMTHD.BIGINTFIELD1 column of DB2 type BIGINT. |
void |
setBigIntField2(java.lang.Long newValue) This method provides access to the ORDPAYMTHD.BIGINTFIELD2 column of DB2 type BIGINT. |
void |
setBigIntField2(java.lang.String newValue) This method provides access to the ORDPAYMTHD.BIGINTFIELD2 column of DB2 type BIGINT. |
void |
setBigIntField3(java.lang.Long newValue) This method provides access to the ORDPAYMTHD.BIGINTFIELD3 column of DB2 type BIGINT. |
void |
setBigIntField3(java.lang.String newValue) This method provides access to the ORDPAYMTHD.BIGINTFIELD3 column of DB2 type BIGINT. |
void |
setBuyerPurchaseOrderId(java.lang.Long newValue) This method provides access to the ORDPAYMTHD.BUYERPO_ID column of DB2 type BIGINT. |
void |
setBuyerPurchaseOrderId(java.lang.String newValue) This method provides access to the ORDPAYMTHD.BUYERPO_ID column of DB2 type BIGINT. |
void |
setChargeAmount(java.math.BigDecimal newValue) This method provides access to the ORDPAYMTHD.CHARGEAMOUNT column of DB2 type DECIMAL(20 5). |
void |
setChargeAmount(java.lang.String newValue) This method provides access to the ORDPAYMTHD.CHARGEAMOUNT column of DB2 type DECIMAL(20 5). |
void |
setChargeAmountCurrency(java.lang.String newValue) This method provides access to the ORDPAYMTHD.CHARGEAMTCURR column of DB2 type CHAR(3). |
void |
setChargeTime(java.lang.String newValue) This method provides access to the ORDPAYMTHD.CHARGETIME column of DB2 type TIMESTAMP. |
void |
setChargeTime(java.sql.Timestamp newValue) This method provides access to the ORDPAYMTHD.CHARGETIME column of DB2 type TIMESTAMP. |
void |
setCreditLineId(java.lang.Long newValue) This method provides access to the ORDPAYMTHD.CREDITLINE_ID column of DB2 type BIGINT. |
void |
setCreditLineId(java.lang.String newValue) This method provides access to the ORDPAYMTHD.CREDITLINE_ID column of DB2 type BIGINT. |
void |
setDecimalField1(java.math.BigDecimal newValue) This method provides access to the ORDPAYMTHD.DECIMALFIELD1 column of DB2 type DECIMAL(20 5). |
void |
setDecimalField1(java.lang.String newValue) This method provides access to the ORDPAYMTHD.DECIMALFIELD1 column of DB2 type DECIMAL(20 5). |
void |
setDecimalField2(java.math.BigDecimal newValue) This method provides access to the ORDPAYMTHD.DECIMALFIELD2 column of DB2 type DECIMAL(20 5). |
void |
setDecimalField2(java.lang.String newValue) This method provides access to the ORDPAYMTHD.DECIMALFIELD2 column of DB2 type DECIMAL(20 5). |
void |
setDecimalField3(java.math.BigDecimal newValue) This method provides access to the ORDPAYMTHD.DECIMALFIELD3 column of DB2 type DECIMAL(20 5). |
void |
setDecimalField3(java.lang.String newValue) This method provides access to the ORDPAYMTHD.DECIMALFIELD3 column of DB2 type DECIMAL(20 5). |
void |
setEndDate(java.lang.String newValue) This method provides access to the ORDPAYMTHD.ENDDATE column of DB2 type TIMESTAMP. |
void |
setEndDate(java.sql.Timestamp newValue) This method provides access to the ORDPAYMTHD.ENDDATE column of DB2 type TIMESTAMP. |
void |
setInitKey_orderId(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_paymentDevice(byte[] newValue) Set the primary key for this object |
void |
setInitKey_paymentMethodID(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_refundNumber(java.lang.String newValue) Set the primary key for this object |
void |
setMaximumAuthorizationAmount(java.math.BigDecimal newValue) This method provides access to the ORDPAYMTHD.MAXAMOUNT column of DB2 type DECIMAL(20 5). |
void |
setMaximumAuthorizationAmount(java.lang.String newValue) This method provides access to the ORDPAYMTHD.MAXAMOUNT column of DB2 type DECIMAL(20 5). |
void |
setOrderId(java.lang.Long newValue) This method provides access to the ORDPAYMTHD.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderId(java.lang.String newValue) This method provides access to the ORDPAYMTHD.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setPaymentSummaryId(java.lang.Long newValue) This method provides access to the ORDPAYMTHD.PAYSUMMARY_ID column of DB2 type BIGINT. |
void |
setPaymentSummaryId(java.lang.String newValue) This method provides access to the ORDPAYMTHD.PAYSUMMARY_ID column of DB2 type BIGINT. |
void |
setPolicyId(java.lang.Long newValue) This method provides access to the ORDPAYMTHD.POLICY_ID column of DB2 type BIGINT. |
void |
setPolicyId(java.lang.String newValue) This method provides access to the ORDPAYMTHD.POLICY_ID column of DB2 type BIGINT. |
void |
setRefundNumber(java.lang.Long newValue) This method provides access to the ORDPAYMTHD.REFUNDNUMBER column of DB2 type BIGINT NOT NULL DEFAULT 0. |
void |
setRefundNumber(java.lang.String newValue) This method provides access to the ORDPAYMTHD.REFUNDNUMBER column of DB2 type BIGINT NOT NULL DEFAULT 0. |
void |
setRmaId(java.lang.Long newValue) This method provides access to the ORDPAYMTHD.RMA_ID column of DB2 type BIGINT. |
void |
setRmaId(java.lang.String newValue) This method provides access to the ORDPAYMTHD.RMA_ID column of DB2 type BIGINT. |
void |
setStartDate(java.lang.String newValue) This method provides access to the ORDPAYMTHD.STARTDATE column of DB2 type TIMESTAMP. |
void |
setStartDate(java.sql.Timestamp newValue) This method provides access to the ORDPAYMTHD.STARTDATE column of DB2 type TIMESTAMP. |
void |
setStatus(java.lang.Integer newValue) This method provides access to the ORDPAYMTHD.STATUS column of DB2 type INTEGER DEFAULT 0. |
void |
setStatus(java.lang.String newValue) This method provides access to the ORDPAYMTHD.STATUS column of DB2 type INTEGER DEFAULT 0. |
void |
setStringField1(java.lang.String newValue) This method provides access to the ORDPAYMTHD.STRINGFIELD1 column of DB2 type VARCHAR(254). |
void |
setStringField2(java.lang.String newValue) This method provides access to the ORDPAYMTHD.STRINGFIELD2 column of DB2 type VARCHAR(254). |
void |
setStringField3(java.lang.String newValue) This method provides access to the ORDPAYMTHD.STRINGFIELD3 column of DB2 type VARCHAR(254). |
void |
setTradingId(java.lang.Long newValue) This method provides access to the ORDPAYMTHD.TRADING_ID column of DB2 type BIGINT. |
void |
setTradingId(java.lang.String newValue) This method provides access to the ORDPAYMTHD.TRADING_ID column of DB2 type BIGINT. |
void |
setXMLData(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 OrderPaymentMethodAccessBean()
public OrderPaymentMethodAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public OrderPaymentMethodAccessBean(com.ibm.commerce.order.objimpl.OrderPaymentMethodInputData arg0, boolean arg1) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
arg0
-
com.ibm.commerce.order.objimpl.OrderPaymentMethodInputDataarg1
- booleanjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
public OrderPaymentMethodAccessBean(java.lang.Long arg0, java.lang.String arg1, java.lang.String arg2, boolean arg3) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
arg0
- java.lang.Longarg1
- java.lang.Stringarg2
- java.lang.Stringarg3
- booleanjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
public OrderPaymentMethodAccessBean(java.lang.Long arg0, java.lang.String arg1, java.lang.String arg2, java.lang.Long arg3, boolean arg4) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
arg0
- java.lang.Longarg1
- java.lang.Stringarg2
- java.lang.Stringarg3
- java.lang.Longarg4
- booleanjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
Method Detail |
---|
public java.util.Enumeration findByOrder(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the order payment methods for the specified order.
The SQL query used to fetch all the required rows from the ORDPAYMTHD table is:
SELECT * FROM ORDPAYMTHD T1 WHERE (T1.ORDERS_ID = ?)
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByStoreIdForSummary(java.lang.Integer arg0, java.sql.Timestamp arg1, java.lang.Integer arg2) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the Order Payment Methods for the specified Store Entity with null PaySummary_ID but with non-null Charge Amount, Account_id and Policy_id. The returned rows must have a Charge Time earlier than the specified time and shall be ordered by Account_id, policy_id, Charge Amount currency and Charge Time. The number of rows returned must not exceed the number specified in maxRows.
The SQL query used to fetch the requested row for the specified Store is:
SELECT * FROM ORDPAYMTHD T1 WHERE T1.ORDERS_ID IN (SELECT ORDERS.ORDERS_ID FROM ORDERS WHERE ORDERS.STOREENT_ID=?) AND T1.PAYSUMMARY_ID IS NULL AND T1.CHARGEAMOUNT IS NOT NULL AND T1.ACCOUNT_ID IS NOT NULLAND T1.POLICY_ID IS NOT NULL AND T1.CHARGETIME < ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findRecordsForSummaryByStoreentId(java.lang.Integer arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the Order Payment Methods for the specified Store Entity with null PaySummary_ID but with Charge Amount that is not NULL. The returned rows shall be ordered by Account_id, policy_id and Charge Amount currency.
The SQL query used to fetch the requested row for the specified Store is:
SELECT * FROM ORDPAYMTHD T1 WHERE T1.ORDERS_ID IN (SELECT ORDERS_ID FROM ORDERS WHERE STOREENT_ID = ?) AND T1.PAYSUMMARY_ID IS NULL AND T1.CHARGEAMOUNT IS NOT NULL ORDER BY T1.ACCOUNT_ID, T1.POLICY_ID, T1.CHARGEAMTCURR
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findWithPushDownQuery(java.lang.String arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves ordpaymthd rows identified by the specified WHERE clause.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_paymentDevice(byte[] newValue)
Set the primary key for this object
newValue
- byte[]public void setInitKey_orderId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_paymentMethodID(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_refundNumber(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 getChargeTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.CHARGETIME column of DB2 type TIMESTAMP.
The following is a description of this column:
Time charge amount was updated.
getChargeTime
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getChargeTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.CHARGETIME column of DB2 type TIMESTAMP.
The following is a description of this column:
Time charge amount was updated.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setChargeTime(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.CHARGETIME column of DB2 type TIMESTAMP.
The following is a description of this column:
Time charge amount was updated.
setChargeTime
in interface
OrderPaymentMethodAccessBeanData
newValue
- Stringpublic void setChargeTime(java.sql.Timestamp newValue)
This method provides access to the ORDPAYMTHD.CHARGETIME column of DB2 type TIMESTAMP.
The following is a description of this column:
Time charge amount was updated.
newValue
- java.sql.Timestamppublic java.lang.String getDecimalField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.DECIMALFIELD3 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Reserved for IBM internal use.
getDecimalField3
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.math.BigDecimal getDecimalField3InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.DECIMALFIELD3 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDecimalField3(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.DECIMALFIELD3 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Reserved for IBM internal use.
setDecimalField3
in interface
OrderPaymentMethodAccessBeanData
newValue
- Stringpublic void setDecimalField3(java.math.BigDecimal newValue)
This method provides access to the ORDPAYMTHD.DECIMALFIELD3 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.math.BigDecimalpublic java.lang.String getDecimalField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.DECIMALFIELD2 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Reserved for IBM internal use.
getDecimalField2
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.math.BigDecimal getDecimalField2InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.DECIMALFIELD2 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDecimalField2(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.DECIMALFIELD2 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Reserved for IBM internal use.
setDecimalField2
in interface
OrderPaymentMethodAccessBeanData
newValue
- Stringpublic void setDecimalField2(java.math.BigDecimal newValue)
This method provides access to the ORDPAYMTHD.DECIMALFIELD2 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.math.BigDecimalpublic java.lang.String getDecimalField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.DECIMALFIELD1 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Reserved for IBM internal use.
getDecimalField1
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.math.BigDecimal getDecimalField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.DECIMALFIELD1 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDecimalField1(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.DECIMALFIELD1 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Reserved for IBM internal use.
setDecimalField1
in interface
OrderPaymentMethodAccessBeanData
newValue
- Stringpublic void setDecimalField1(java.math.BigDecimal newValue)
This method provides access to the ORDPAYMTHD.DECIMALFIELD1 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.math.BigDecimalpublic java.lang.String getTradingId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.TRADING_ID column of DB2 type BIGINT.
The following is a description of this column:
ID for the Trading Agreement. Usually used for Refund entries only. Foreign key to the Trading table.
getTradingId
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getTradingIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.TRADING_ID column of DB2 type BIGINT.
The following is a description of this column:
ID for the Trading Agreement. Usually used for Refund entries only. Foreign key to the Trading table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTradingId(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.TRADING_ID column of DB2 type BIGINT.
The following is a description of this column:
ID for the Trading Agreement. Usually used for Refund entries only. Foreign key to the Trading table.
setTradingId
in interface
OrderPaymentMethodAccessBeanData
newValue
- Stringpublic void setTradingId(java.lang.Long newValue)
This method provides access to the ORDPAYMTHD.TRADING_ID column of DB2 type BIGINT.
The following is a description of this column:
ID for the Trading Agreement. Usually used for Refund entries only. Foreign key to the Trading table.
newValue
- java.lang.Longpublic java.lang.String getBigIntField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.BIGINTFIELD3 column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
getBigIntField3
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getBigIntField3InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.BIGINTFIELD3 column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setBigIntField3(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.BIGINTFIELD3 column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
setBigIntField3
in interface
OrderPaymentMethodAccessBeanData
newValue
- Stringpublic void setBigIntField3(java.lang.Long newValue)
This method provides access to the ORDPAYMTHD.BIGINTFIELD3 column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.lang.Longpublic java.lang.String getAccountId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.ACCOUNT_ID column of DB2 type BIGINT.
The following is a description of this column:
The ID of the business account. Foreign key to the ACCOUNT table.
getAccountId
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getAccountIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.ACCOUNT_ID column of DB2 type BIGINT.
The following is a description of this column:
The ID of the business account. Foreign key to the ACCOUNT table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAccountId(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.ACCOUNT_ID column of DB2 type BIGINT.
The following is a description of this column:
The ID of the business account. Foreign key to the ACCOUNT table.
setAccountId
in interface
OrderPaymentMethodAccessBeanData
newValue
- Stringpublic void setAccountId(java.lang.Long newValue)
This method provides access to the ORDPAYMTHD.ACCOUNT_ID column of DB2 type BIGINT.
The following is a description of this column:
The ID of the business account. Foreign key to the ACCOUNT table.
newValue
- java.lang.Longpublic java.lang.String getBigIntField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.BIGINTFIELD2 column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
getBigIntField2
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getBigIntField2InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.BIGINTFIELD2 column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setBigIntField2(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.BIGINTFIELD2 column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
setBigIntField2
in interface
OrderPaymentMethodAccessBeanData
newValue
- Stringpublic void setBigIntField2(java.lang.Long newValue)
This method provides access to the ORDPAYMTHD.BIGINTFIELD2 column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.lang.Longpublic java.lang.String getBigIntField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.BIGINTFIELD1 column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
getBigIntField1
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getBigIntField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.BIGINTFIELD1 column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setBigIntField1(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.BIGINTFIELD1 column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
setBigIntField1
in interface
OrderPaymentMethodAccessBeanData
newValue
- Stringpublic void setBigIntField1(java.lang.Long newValue)
This method provides access to the ORDPAYMTHD.BIGINTFIELD1 column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.lang.Longpublic java.lang.String getPaymentDevice() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.PAYDEVICE column of DB2 type CHAR(64) FOR BIT DATA NOT NULL.
The following is a description of this column:
The payment device identifier. The default DoPayment implementation stores the credit card number in this column. The number will be encrypted if PDIEncrypt is set to &quo
getPaymentDevice
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getStartDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.STARTDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The start date. DoPayment implementation may use this for its own purpose. (This column is not used by the default DoPayment implementation.)
getStartDate
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getStartDateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.STARTDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The start date. DoPayment implementation may use this for its own purpose. (This column is not used by the default DoPayment implementation.)
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStartDate(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.STARTDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The start date. DoPayment implementation may use this for its own purpose. (This column is not used by the default DoPayment implementation.)
setStartDate
in interface
OrderPaymentMethodAccessBeanData
newValue
- Stringpublic void setStartDate(java.sql.Timestamp newValue)
This method provides access to the ORDPAYMTHD.STARTDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The start date. DoPayment implementation may use this for its own purpose. (This column is not used by the default DoPayment implementation.)
newValue
- java.sql.Timestamppublic java.lang.String getStringField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.STRINGFIELD3 column of DB2 type VARCHAR(254).
The following is a description of this column:
Reserved for IBM internal use.
getStringField3
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStringField3(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.STRINGFIELD3 column of DB2 type VARCHAR(254).
The following is a description of this column:
Reserved for IBM internal use.
setStringField3
in interface
OrderPaymentMethodAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getStringField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.STRINGFIELD2 column of DB2 type VARCHAR(254).
The following is a description of this column:
Reserved for IBM internal use.
getStringField2
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStringField2(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.STRINGFIELD2 column of DB2 type VARCHAR(254).
The following is a description of this column:
Reserved for IBM internal use.
setStringField2
in interface
OrderPaymentMethodAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getStringField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.STRINGFIELD1 column of DB2 type VARCHAR(254).
The following is a description of this column:
Reserved for IBM internal use.
getStringField1
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStringField1(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.STRINGFIELD1 column of DB2 type VARCHAR(254).
The following is a description of this column:
Reserved for IBM internal use.
setStringField1
in interface
OrderPaymentMethodAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getPaymentSummaryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.PAYSUMMARY_ID column of DB2 type BIGINT.
The following is a description of this column:
Identifies the payment summary entry that this payment is part of. This field is updated when the Payment Summary entry is created by running the PaymentSummaryGenerate command.
getPaymentSummaryId
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getPaymentSummaryIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.PAYSUMMARY_ID column of DB2 type BIGINT.
The following is a description of this column:
Identifies the payment summary entry that this payment is part of. This field is updated when the Payment Summary entry is created by running the PaymentSummaryGenerate command.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPaymentSummaryId(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.PAYSUMMARY_ID column of DB2 type BIGINT.
The following is a description of this column:
Identifies the payment summary entry that this payment is part of. This field is updated when the Payment Summary entry is created by running the PaymentSummaryGenerate command.
setPaymentSummaryId
in interface
OrderPaymentMethodAccessBeanData
newValue
- Stringpublic void setPaymentSummaryId(java.lang.Long newValue)
This method provides access to the ORDPAYMTHD.PAYSUMMARY_ID column of DB2 type BIGINT.
The following is a description of this column:
Identifies the payment summary entry that this payment is part of. This field is updated when the Payment Summary entry is created by running the PaymentSummaryGenerate command.
newValue
- java.lang.Longpublic java.lang.String getBuyerPurchaseOrderId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.BUYERPO_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the BuyerPO representing the buyer purchase order number specified for the Order. Foreign key to the BUYERPO table.
getBuyerPurchaseOrderId
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getBuyerPurchaseOrderIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.BUYERPO_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the BuyerPO representing the buyer purchase order number specified for the Order. Foreign key to the BUYERPO table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setBuyerPurchaseOrderId(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.BUYERPO_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the BuyerPO representing the buyer purchase order number specified for the Order. Foreign key to the BUYERPO table.
setBuyerPurchaseOrderId
in interface
OrderPaymentMethodAccessBeanData
newValue
- Stringpublic void setBuyerPurchaseOrderId(java.lang.Long newValue)
This method provides access to the ORDPAYMTHD.BUYERPO_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the BuyerPO representing the buyer purchase order number specified for the Order. Foreign key to the BUYERPO table.
newValue
- java.lang.Longpublic java.lang.String getMaximumAuthorizationAmount() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.MAXAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Payment maximum authorization amount.
getMaximumAuthorizationAmount
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.math.BigDecimal getMaximumAuthorizationAmountInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.MAXAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Payment maximum authorization amount.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMaximumAuthorizationAmount(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.MAXAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Payment maximum authorization amount.
setMaximumAuthorizationAmount
in interface
OrderPaymentMethodAccessBeanData
newValue
- Stringpublic void setMaximumAuthorizationAmount(java.math.BigDecimal newValue)
This method provides access to the ORDPAYMTHD.MAXAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Payment maximum authorization amount.
newValue
- java.math.BigDecimalpublic java.lang.String getXMLData() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getXMLData
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setXMLData(java.lang.String newValue)
setXMLData
in interface
OrderPaymentMethodAccessBeanData
public java.lang.String getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.STATUS column of DB2 type INTEGER DEFAULT 0.
The following is a description of this column:
Reserved for IBM internal use.
getStatus
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getStatusInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.STATUS column of DB2 type INTEGER DEFAULT 0.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStatus(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.STATUS column of DB2 type INTEGER DEFAULT 0.
The following is a description of this column:
Reserved for IBM internal use.
setStatus
in interface
OrderPaymentMethodAccessBeanData
newValue
- Stringpublic void setStatus(java.lang.Integer newValue)
This method provides access to the ORDPAYMTHD.STATUS column of DB2 type INTEGER DEFAULT 0.
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.lang.Integerpublic java.lang.String getOrderId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Order ID. Foreign key to the ORDERS table.
getOrderId
in interface
OrderPaymentMethodAccessBeanData
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 ORDPAYMTHD.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Order ID. Foreign key to the ORDERS table.
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 ORDPAYMTHD.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Order ID. Foreign key to the ORDERS table.
setOrderId
in interface
OrderPaymentMethodAccessBeanData
newValue
- Stringpublic void setOrderId(java.lang.Long newValue)
This method provides access to the ORDPAYMTHD.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Order ID. Foreign key to the ORDERS table.
newValue
- java.lang.Longpublic java.lang.String getCreditLineId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.CREDITLINE_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the credit line to track charges for purchases that have PayMethod equals &quo
getCreditLineId
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getCreditLineIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.CREDITLINE_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the credit line to track charges for purchases that have PayMethod equals &quo
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCreditLineId(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.CREDITLINE_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the credit line to track charges for purchases that have PayMethod equals &quo
setCreditLineId
in interface
OrderPaymentMethodAccessBeanData
newValue
- Stringpublic void setCreditLineId(java.lang.Long newValue)
This method provides access to the ORDPAYMTHD.CREDITLINE_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the credit line to track charges for purchases that have PayMethod equals &quo
newValue
- java.lang.Longpublic java.lang.String getPolicyId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.POLICY_ID column of DB2 type BIGINT.
The following is a description of this column:
The payment policy ID which identifies the payment policy used for this purchase.
getPolicyId
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getPolicyIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.POLICY_ID column of DB2 type BIGINT.
The following is a description of this column:
The payment policy ID which identifies the payment policy used for this purchase.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPolicyId(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.POLICY_ID column of DB2 type BIGINT.
The following is a description of this column:
The payment policy ID which identifies the payment policy used for this purchase.
setPolicyId
in interface
OrderPaymentMethodAccessBeanData
newValue
- Stringpublic void setPolicyId(java.lang.Long newValue)
This method provides access to the ORDPAYMTHD.POLICY_ID column of DB2 type BIGINT.
The following is a description of this column:
The payment policy ID which identifies the payment policy used for this purchase.
newValue
- java.lang.Longpublic java.lang.String getChargeAmountCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.CHARGEAMTCURR column of DB2 type CHAR(3).
The following is a description of this column:
Currency for the CHARGEAMOUNT column. This is a currency code as per ISO 4217 standards.
getChargeAmountCurrency
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setChargeAmountCurrency(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.CHARGEAMTCURR column of DB2 type CHAR(3).
The following is a description of this column:
Currency for the CHARGEAMOUNT column. This is a currency code as per ISO 4217 standards.
setChargeAmountCurrency
in interface
OrderPaymentMethodAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getChargeAmount() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.CHARGEAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The actual amount converted to the default currency of the store.
getChargeAmount
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.math.BigDecimal getChargeAmountInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.CHARGEAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The actual amount converted to the default currency of the store.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setChargeAmount(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.CHARGEAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The actual amount converted to the default currency of the store.
setChargeAmount
in interface
OrderPaymentMethodAccessBeanData
newValue
- Stringpublic void setChargeAmount(java.math.BigDecimal newValue)
This method provides access to the ORDPAYMTHD.CHARGEAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The actual amount converted to the default currency of the store.
newValue
- java.math.BigDecimalpublic java.lang.String getRefundNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.REFUNDNUMBER column of DB2 type BIGINT NOT NULL DEFAULT 0.
The following is a description of this column:
Refund number if this entry represents a refund entry.
getRefundNumber
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getRefundNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.REFUNDNUMBER column of DB2 type BIGINT NOT NULL DEFAULT 0.
The following is a description of this column:
Refund number if this entry represents a refund entry.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRefundNumber(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.REFUNDNUMBER column of DB2 type BIGINT NOT NULL DEFAULT 0.
The following is a description of this column:
Refund number if this entry represents a refund entry.
setRefundNumber
in interface
OrderPaymentMethodAccessBeanData
newValue
- Stringpublic void setRefundNumber(java.lang.Long newValue)
This method provides access to the ORDPAYMTHD.REFUNDNUMBER column of DB2 type BIGINT NOT NULL DEFAULT 0.
The following is a description of this column:
Refund number if this entry represents a refund entry.
newValue
- java.lang.Longpublic java.lang.String getEndDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.ENDDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The end date. The default DoPayment implementation uses this column to hold the credit card expiry date.
getEndDate
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getEndDateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.ENDDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The end date. The default DoPayment implementation uses this column to hold the credit card expiry date.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setEndDate(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.ENDDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The end date. The default DoPayment implementation uses this column to hold the credit card expiry date.
setEndDate
in interface
OrderPaymentMethodAccessBeanData
newValue
- Stringpublic void setEndDate(java.sql.Timestamp newValue)
This method provides access to the ORDPAYMTHD.ENDDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The end date. The default DoPayment implementation uses this column to hold the credit card expiry date.
newValue
- java.sql.Timestamppublic java.lang.String getRmaId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.RMA_ID column of DB2 type BIGINT.
The following is a description of this column:
The return merchandise authorization (RMA) ID for the refund against this order. Foreign key to the RMA table.
getRmaId
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getRmaIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.RMA_ID column of DB2 type BIGINT.
The following is a description of this column:
The return merchandise authorization (RMA) ID for the refund against this order. Foreign key to the RMA table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRmaId(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.RMA_ID column of DB2 type BIGINT.
The following is a description of this column:
The return merchandise authorization (RMA) ID for the refund against this order. Foreign key to the RMA table.
setRmaId
in interface
OrderPaymentMethodAccessBeanData
newValue
- Stringpublic void setRmaId(java.lang.Long newValue)
This method provides access to the ORDPAYMTHD.RMA_ID column of DB2 type BIGINT.
The following is a description of this column:
The return merchandise authorization (RMA) ID for the refund against this order. Foreign key to the RMA table.
newValue
- java.lang.Longpublic java.lang.String getPaymentMethodID() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.PAYMETHOD column of DB2 type CHAR(5) NOT NULL.
The following is a description of this column:
The order payment method up to 5 characters. If WebSphere Commerce Payments is used to process payment for the Order this column holds the word &quo
getPaymentMethodID
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getActualAmount() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.ACTUALAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Actual amount deposited or refunded for this order. For refunds, this amount is negative. This amount is in the same currency as the Order.
getActualAmount
in interface
OrderPaymentMethodAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.math.BigDecimal getActualAmountInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDPAYMTHD.ACTUALAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Actual amount deposited or refunded for this order. For refunds, this amount is negative. This amount is in the same currency as the Order.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setActualAmount(java.lang.String newValue)
This method provides access to the ORDPAYMTHD.ACTUALAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Actual amount deposited or refunded for this order. For refunds, this amount is negative. This amount is in the same currency as the Order.
setActualAmount
in interface
OrderPaymentMethodAccessBeanData
newValue
- Stringpublic void setActualAmount(java.math.BigDecimal newValue)
This method provides access to the ORDPAYMTHD.ACTUALAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Actual amount deposited or refunded for this order. For refunds, this amount is negative. This amount is in the same currency as the Order.
newValue
- java.math.BigDecimalpublic java.lang.String getPurchaseOrderNumber() throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Retrieves the buyer purchase order number for the order if one was specified by the buyer at the time the order was submitted for processing.
javax.naming.NamingException
- The
javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exception