com.ibm.commerce.order.beansrc
Class OrderPaymentMethodDataBeanBase

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.order.objects.OrderPaymentMethodAccessBean
          com.ibm.commerce.order.beansrc.OrderPaymentMethodDataBeanBase
All Implemented Interfaces:
Delegator, OrderPaymentMethodAccessBeanData
Direct Known Subclasses:
OrderPaymentMethodDataBean

public class OrderPaymentMethodDataBeanBase
extends OrderPaymentMethodAccessBean
implements Delegator

Extension for com.ibm.commerce.order.beans.OrderPaymentMethodDataBean

See Also:
Serialized Form

Field Summary
Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
Constructor Summary
OrderPaymentMethodDataBeanBase()
Method Summary
Protectable getDelegate()
Retrieves its delegatee.
Methods inherited from class com.ibm.commerce.order.objects.OrderPaymentMethodAccessBean
commitCopyHelper, defaultJNDIName, findByOrder, findByStoreIdForSummary, findRecordsForSummaryByStoreentId, findWithPushDownQuery, getAccountId, getAccountIdInEJBType, getActualAmount, getActualAmountInEJBType, getBigIntField1, getBigIntField1InEJBType, getBigIntField2, getBigIntField2InEJBType, getBigIntField3, getBigIntField3InEJBType, getBuyerPurchaseOrderId, getBuyerPurchaseOrderIdInEJBType, getChargeAmount, getChargeAmountCurrency, getChargeAmountInEJBType, getChargeTime, getChargeTimeInEJBType, getCreditLineId, getCreditLineIdInEJBType, getDecimalField1, getDecimalField1InEJBType, getDecimalField2, getDecimalField2InEJBType, getDecimalField3, getDecimalField3InEJBType, getEndDate, getEndDateInEJBType, getMaximumAuthorizationAmount, getMaximumAuthorizationAmountInEJBType, getOrderId, getOrderIdInEJBType, getPaymentDevice, getPaymentMethodID, getPaymentSummaryId, getPaymentSummaryIdInEJBType, getPolicyId, getPolicyIdInEJBType, getPurchaseOrderNumber, getRefundNumber, getRefundNumberInEJBType, getRmaId, getRmaIdInEJBType, getStartDate, getStartDateInEJBType, getStatus, getStatusInEJBType, getStringField1, getStringField2, getStringField3, getTradingId, getTradingIdInEJBType, getXMLData, instantiateEJB, instantiateEJBByPrimaryKey, refreshCopyHelper, setAccountId, setAccountId, setActualAmount, setActualAmount, setBigIntField1, setBigIntField1, setBigIntField2, setBigIntField2, setBigIntField3, setBigIntField3, setBuyerPurchaseOrderId, setBuyerPurchaseOrderId, setChargeAmount, setChargeAmount, setChargeAmountCurrency, setChargeTime, setChargeTime, setCreditLineId, setCreditLineId, setDecimalField1, setDecimalField1, setDecimalField2, setDecimalField2, setDecimalField3, setDecimalField3, setEndDate, setEndDate, setInitKey_orderId, setInitKey_paymentDevice, setInitKey_paymentMethodID, setInitKey_refundNumber, setMaximumAuthorizationAmount, setMaximumAuthorizationAmount, setOrderId, setOrderId, setPaymentSummaryId, setPaymentSummaryId, setPolicyId, setPolicyId, setRefundNumber, setRefundNumber, setRmaId, setRmaId, setStartDate, setStartDate, setStatus, setStatus, setStringField1, setStringField2, setStringField3, setTradingId, setTradingId, setXMLData
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

OrderPaymentMethodDataBeanBase

public OrderPaymentMethodDataBeanBase()
Method Detail

getDelegate

public Protectable getDelegate()
                        throws java.lang.Exception
Retrieves its delegatee.
Specified by:
getDelegate in interface Delegator
Returns:
com.ibm.commerce.security.Protectable
Throws:
java.lang.Exception

Feedback