|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.payment.objects.PaymentSummaryAccessBean
This bean provides access to the PAYSUMMARY table.
The following is a description of this table:
Each row of this table stores a payment summary XML that could be sent to an external accounting system. The summary is by Store, Account and payment policy.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
PaymentSummaryAccessBean()
Default constructor. |
|
PaymentSummaryAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
PaymentSummaryAccessBean(java.lang.Integer storeEntityId,
java.sql.Timestamp periodStart,
java.sql.Timestamp periodEnd,
java.math.BigDecimal totalCharge)
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). |
java.lang.String |
getAccountId()
This method provides access to the PAYSUMMARY.ACCOUNT_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getAccountIdInEJBType()
This method provides access to the PAYSUMMARY.ACCOUNT_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getCreditLineId()
This method provides access to the PAYSUMMARY.CREDITLINE_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getCreditLineIdInEJBType()
This method provides access to the PAYSUMMARY.CREDITLINE_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getCurrency()
This method provides access to the PAYSUMMARY.SETCCURR column of DB2 type CHAR(3) NULL. |
java.lang.String |
getPaymentSummaryId()
This method provides access to the PAYSUMMARY.PAYSUMMARY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getPaymentSummaryIdInEJBType()
This method provides access to the PAYSUMMARY.PAYSUMMARY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getPaymentSummaryXML()
This method provides access to the PAYSUMMARY.PAYSUMMARYXML column of DB2 type LONG NULL. |
java.lang.String |
getPeriodEndTime()
This method provides access to the PAYSUMMARY.PERIODENDTIME column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp |
getPeriodEndTimeInEJBType()
This method provides access to the PAYSUMMARY.PERIODENDTIME column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String |
getPeriodStartTime()
This method provides access to the PAYSUMMARY.PERIODSTARTTIME column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp |
getPeriodStartTimeInEJBType()
This method provides access to the PAYSUMMARY.PERIODSTARTTIME column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String |
getPolicyId()
This method provides access to the PAYSUMMARY.POLICY_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getPolicyIdInEJBType()
This method provides access to the PAYSUMMARY.POLICY_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getStatus()
This method provides access to the PAYSUMMARY.STATUS column of DB2 type INTEGER NULL. |
java.lang.Integer |
getStatusInEJBType()
This method provides access to the PAYSUMMARY.STATUS column of DB2 type INTEGER NULL. |
java.lang.String |
getStoreEntityId()
This method provides access to the PAYSUMMARY.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreEntityIdInEJBType()
This method provides access to the PAYSUMMARY.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getTotalCharge()
This method provides access to the PAYSUMMARY.TOTALCHARGE column of DB2 type DECIMAL(20,5) NOT NULL. |
java.math.BigDecimal |
getTotalChargeInEJBType()
This method provides access to the PAYSUMMARY.TOTALCHARGE column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setAccountId(java.lang.Long aAccountId)
This method provides access to the PAYSUMMARY.ACCOUNT_ID column of DB2 type BIGINT NULL. |
void |
setAccountId(java.lang.String aAccountId)
This method provides access to the PAYSUMMARY.ACCOUNT_ID column of DB2 type BIGINT NULL. |
void |
setCreditLineId(java.lang.Long aCreditLineId)
This method provides access to the PAYSUMMARY.CREDITLINE_ID column of DB2 type BIGINT NULL. |
void |
setCreditLineId(java.lang.String aCreditLineId)
This method provides access to the PAYSUMMARY.CREDITLINE_ID column of DB2 type BIGINT NULL. |
void |
setCurrency(java.lang.String aCurrency)
This method provides access to the PAYSUMMARY.SETCCURR column of DB2 type CHAR(3) NULL. |
void |
setInitKey_paymentSummaryId(java.lang.String aInitKey_paymentSummaryId)
Sets the primary key for this object |
void |
setPaymentSummaryId(java.lang.Long aPaymentSummaryId)
This method provides access to the PAYSUMMARY.PAYSUMMARY_ID column of DB2 type BIGINT NOT NULL. |
void |
setPaymentSummaryId(java.lang.String aPaymentSummaryId)
This method provides access to the PAYSUMMARY.PAYSUMMARY_ID column of DB2 type BIGINT NOT NULL. |
void |
setPaymentSummaryXML(java.lang.String aPaymentSummaryXML)
This method provides access to the PAYSUMMARY.PAYSUMMARYXML column of DB2 type LONG NULL. |
void |
setPeriodEndTime(java.lang.String aPeriodEndTime)
This method provides access to the PAYSUMMARY.PERIODENDTIME column of DB2 type TIMESTAMP NOT NULL. |
void |
setPeriodEndTime(java.sql.Timestamp aPeriodEndTime)
This method provides access to the PAYSUMMARY.PERIODENDTIME column of DB2 type TIMESTAMP NOT NULL. |
void |
setPeriodStartTime(java.lang.String aPeriodStartTime)
This method provides access to the PAYSUMMARY.PERIODSTARTTIME column of DB2 type TIMESTAMP NOT NULL. |
void |
setPeriodStartTime(java.sql.Timestamp aPeriodStartTime)
This method provides access to the PAYSUMMARY.PERIODSTARTTIME column of DB2 type TIMESTAMP NOT NULL. |
void |
setPolicyId(java.lang.Long aPolicyId)
This method provides access to the PAYSUMMARY.POLICY_ID column of DB2 type BIGINT NULL. |
void |
setPolicyId(java.lang.String aPolicyId)
This method provides access to the PAYSUMMARY.POLICY_ID column of DB2 type BIGINT NULL. |
void |
setStatus(java.lang.Integer aStatus)
This method provides access to the PAYSUMMARY.STATUS column of DB2 type INTEGER NULL. |
void |
setStatus(java.lang.String aStatus)
This method provides access to the PAYSUMMARY.STATUS column of DB2 type INTEGER NULL. |
void |
setStoreEntityId(java.lang.Integer aStoreEntityId)
This method provides access to the PAYSUMMARY.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreEntityId(java.lang.String aStoreEntityId)
This method provides access to the PAYSUMMARY.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setTotalCharge(java.math.BigDecimal aTotalCharge)
This method provides access to the PAYSUMMARY.TOTALCHARGE column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setTotalCharge(java.lang.String aTotalCharge)
This method provides access to the PAYSUMMARY.TOTALCHARGE column of DB2 type DECIMAL(20,5) NOT NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PaymentSummaryAccessBean()
Default constructor. Maps to findByPrimaryKey.
public PaymentSummaryAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- The EJB Object used for the access bean construction.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic PaymentSummaryAccessBean(java.lang.Integer storeEntityId, java.sql.Timestamp periodStart, java.sql.Timestamp periodEnd, java.math.BigDecimal totalCharge) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException, java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
storeEntityId
- The ID of the Store Entity.periodStart
- The period start time.periodEnd
- The period end time.totalCharge
- The total amount charged for the specified period.javax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getAccountId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.ACCOUNT_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The business account ID of this payment summary. May be null if there is no business account.
getAccountId
in interface PaymentSummaryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getAccountIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.ACCOUNT_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The business account ID of this payment summary. May be null if there is no business account.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getCreditLineId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.CREDITLINE_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
CreditLine ID. If the payment policy for this payment summary is the Credit Payment Policy, the ID of the Credit Line is also store here. Foreign key to the CREDITLINE table.
getCreditLineId
in interface PaymentSummaryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getCreditLineIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.CREDITLINE_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
CreditLine ID. If the payment policy for this payment summary is the Credit Payment Policy, the ID of the Credit Line is also store here. Foreign key to the CREDITLINE table.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.SETCCURR column of DB2 type CHAR(3) NULL.
The following is a description of this column:
Currency of the Total Charge Amount field. (Alphabetic currency code as per ISO 4217.)
getCurrency
in interface PaymentSummaryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPaymentSummaryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.PAYSUMMARY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key for this row.
getPaymentSummaryId
in interface PaymentSummaryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getPaymentSummaryIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.PAYSUMMARY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key for this row.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPaymentSummaryXML() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.PAYSUMMARYXML column of DB2 type LONG NULL.
The following is a description of this column:
The Payment Summary XML for the specified period.
getPaymentSummaryXML
in interface PaymentSummaryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPeriodEndTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.PERIODENDTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Period end time.
getPeriodEndTime
in interface PaymentSummaryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getPeriodEndTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.PERIODENDTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Period end time.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPeriodStartTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.PERIODSTARTTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Period start time.
getPeriodStartTime
in interface PaymentSummaryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getPeriodStartTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.PERIODSTARTTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Period start time.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPolicyId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.POLICY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the Payment Policy that this payment summary is for.
getPolicyId
in interface PaymentSummaryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getPolicyIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.POLICY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the Payment Policy that this payment summary is for.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.STATUS column of DB2 type INTEGER NULL.
The following is a description of this column:
Flag to indicate if the Payment Summary has been sent to an external accounting system. (0 - Not sent; 1 - sent.)
getStatus
in interface PaymentSummaryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getStatusInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.STATUS column of DB2 type INTEGER NULL.
The following is a description of this column:
Flag to indicate if the Payment Summary has been sent to an external accounting system. (0 - Not sent; 1 - sent.)
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getStoreEntityId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the Store.
getStoreEntityId
in interface PaymentSummaryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getStoreEntityIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the Store.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getTotalCharge() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.TOTALCHARGE column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The Total charge amount represented by this Payment Summary in the default currency of the Store.
getTotalCharge
in interface PaymentSummaryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.math.BigDecimal getTotalChargeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PAYSUMMARY.TOTALCHARGE column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The Total charge amount represented by this Payment Summary in the default currency of the Store.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setAccountId(java.lang.Long aAccountId)
This method provides access to the PAYSUMMARY.ACCOUNT_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The business account ID of this payment summary. May be null if there is no business account.
aAccountId
- java.lang.Longpublic void setAccountId(java.lang.String aAccountId)
This method provides access to the PAYSUMMARY.ACCOUNT_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The business account ID of this payment summary. May be null if there is no business account.
setAccountId
in interface PaymentSummaryAccessBeanData
aAccountId
- java.lang.Stringpublic void setCreditLineId(java.lang.Long aCreditLineId)
This method provides access to the PAYSUMMARY.CREDITLINE_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
CreditLine ID. If the payment policy for this payment summary is the Credit Payment Policy, the ID of the Credit Line is also store here. Foreign key to the CREDITLINE table.
aCreditLineId
- java.lang.Longpublic void setCreditLineId(java.lang.String aCreditLineId)
This method provides access to the PAYSUMMARY.CREDITLINE_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
CreditLine ID. If the payment policy for this payment summary is the Credit Payment Policy, the ID of the Credit Line is also store here. Foreign key to the CREDITLINE table.
setCreditLineId
in interface PaymentSummaryAccessBeanData
aCreditLineId
- java.lang.Stringpublic void setCurrency(java.lang.String aCurrency)
This method provides access to the PAYSUMMARY.SETCCURR column of DB2 type CHAR(3) NULL.
The following is a description of this column:
Currency of the Total Charge Amount field. (Alphabetic currency code as per ISO 4217.)
setCurrency
in interface PaymentSummaryAccessBeanData
aCurrency
- java.lang.Stringpublic void setInitKey_paymentSummaryId(java.lang.String aInitKey_paymentSummaryId)
Sets the primary key for this object
aInitKey_paymentSummaryId
- java.lang.Stringpublic void setPaymentSummaryId(java.lang.Long aPaymentSummaryId)
This method provides access to the PAYSUMMARY.PAYSUMMARY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key for this row.
aPaymentSummaryId
- java.lang.Longpublic void setPaymentSummaryId(java.lang.String aPaymentSummaryId)
This method provides access to the PAYSUMMARY.PAYSUMMARY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key for this row.
setPaymentSummaryId
in interface PaymentSummaryAccessBeanData
aPaymentSummaryId
- java.lang.Stringpublic void setPaymentSummaryXML(java.lang.String aPaymentSummaryXML)
This method provides access to the PAYSUMMARY.PAYSUMMARYXML column of DB2 type LONG NULL.
The following is a description of this column:
The Payment Summary XML for the specified period.
setPaymentSummaryXML
in interface PaymentSummaryAccessBeanData
aPaymentSummaryXML
- java.lang.Stringpublic void setPeriodEndTime(java.lang.String aPeriodEndTime)
This method provides access to the PAYSUMMARY.PERIODENDTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Period end time.
setPeriodEndTime
in interface PaymentSummaryAccessBeanData
aPeriodEndTime
- java.lang.Stringpublic void setPeriodEndTime(java.sql.Timestamp aPeriodEndTime)
This method provides access to the PAYSUMMARY.PERIODENDTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Period end time.
aPeriodEndTime
- java.sql.Timestamppublic void setPeriodStartTime(java.lang.String aPeriodStartTime)
This method provides access to the PAYSUMMARY.PERIODSTARTTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Period start time.
setPeriodStartTime
in interface PaymentSummaryAccessBeanData
aPeriodStartTime
- java.lang.Stringpublic void setPeriodStartTime(java.sql.Timestamp aPeriodStartTime)
This method provides access to the PAYSUMMARY.PERIODSTARTTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Period start time.
aPeriodStartTime
- java.sql.Timestamppublic void setPolicyId(java.lang.Long aPolicyId)
This method provides access to the PAYSUMMARY.POLICY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the Payment Policy that this payment summary is for.
aPolicyId
- java.lang.Longpublic void setPolicyId(java.lang.String aPolicyId)
This method provides access to the PAYSUMMARY.POLICY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the Payment Policy that this payment summary is for.
setPolicyId
in interface PaymentSummaryAccessBeanData
aPolicyId
- java.lang.Stringpublic void setStatus(java.lang.Integer aStatus)
This method provides access to the PAYSUMMARY.STATUS column of DB2 type INTEGER NULL.
The following is a description of this column:
Flag to indicate if the Payment Summary has been sent to an external accounting system. (0 - Not sent; 1 - sent.)
aStatus
- java.lang.Integerpublic void setStatus(java.lang.String aStatus)
This method provides access to the PAYSUMMARY.STATUS column of DB2 type INTEGER NULL.
The following is a description of this column:
Flag to indicate if the Payment Summary has been sent to an external accounting system. (0 - Not sent; 1 - sent.)
setStatus
in interface PaymentSummaryAccessBeanData
aStatus
- java.lang.Stringpublic void setStoreEntityId(java.lang.Integer aStoreEntityId)
This method provides access to the PAYSUMMARY.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the Store.
aStoreEntityId
- java.lang.Integerpublic void setStoreEntityId(java.lang.String aStoreEntityId)
This method provides access to the PAYSUMMARY.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID of the Store.
setStoreEntityId
in interface PaymentSummaryAccessBeanData
aStoreEntityId
- java.lang.Stringpublic void setTotalCharge(java.math.BigDecimal aTotalCharge)
This method provides access to the PAYSUMMARY.TOTALCHARGE column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The Total charge amount represented by this Payment Summary in the default currency of the Store.
aTotalCharge
- java.math.BigDecimalpublic void setTotalCharge(java.lang.String aTotalCharge)
This method provides access to the PAYSUMMARY.TOTALCHARGE column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The Total charge amount represented by this Payment Summary in the default currency of the Store.
setTotalCharge
in interface PaymentSummaryAccessBeanData
aTotalCharge
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |