com.ibm.commerce.payment.beansrc
Class PaymentStatusDataBeanBase
- java.lang.Object
-
- com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
-
- com.ibm.commerce.payment.objects.PaymentStatusAccessBean
-
- com.ibm.commerce.payment.beansrc.PaymentStatusDataBeanBase
-
- All Implemented Interfaces:
- Delegator, java.io.Serializable
- Direct Known Subclasses:
- PaymentStatusDataBean
public class PaymentStatusDataBeanBase extends com.ibm.commerce.payment.objects.PaymentStatusAccessBean implements Delegator
Extension for com.ibm.commerce.payment.beans.PaymentStatusDataBean- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description PaymentStatusDataBeanBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Protectable
getDelegate()
Retrieves its delegate.-
Methods inherited from class com.ibm.commerce.payment.objects.PaymentStatusAccessBean
findByOrder, getActionAmount, getActionAmountInEntityType, getAddressVerificationResult, getAddressVerificationResultInEntityType, getAmountCurrency, getAmountCurrencyInEntityType, getApprovalCode, getAuthAmount, getAuthAmountInEntityType, getAuthCharIndicator, getAuthCharIndicatorInEntityType, getAuthCode, getAuthCodeInEntityType, getAuthReturnNumber, getAuthReturnNumberInEntityType, getAuthReversalCode, getAuthReversalCodeInEntityType, getCaptureAmount, getCaptureAmountInEntityType, getCaptureCode, getCaptureCodeInEntityType, getCaptureReversalCode, getCaptureReversalCodeInEntityType, getCardBrand, getCardExpiryDate, getCreditAmount, getCreditAmountInEntityType, getCreditReversalCode, getCreditReversalCodeInEntityType, getCreditStatusCode, getCreditStatusCodeInEntityType, getCurrencyExponent, getCurrencyExponentInEntityType, getEntity, getFailReasonCode, getFailReasonCode2, getFailReasonCode2InEntityType, getFailReasonCodeInEntityType, getFailReasonType, getFailReasonTypeInEntityType, getLastUpdateTimestamp, getLastUpdateTimestampInEntityType, getLogReferenceId, getNextState, getNextStateInEntityType, getOrderId, getOrderIdInEntityType, getOrderStatusCode, getOrderStatusCodeInEntityType, getPending, getPendingInEntityType, getPrimaryAccountNumber, getProfileName, getPurchaseRequestTimestamp, getPurchaseRequestTimestampInEntityType, getResponseReason, getResponseReasonInEntityType, getSettleAmount, getSettleAmountInEntityType, getStoreId, getStoreIdInEntityType, getTimeOut, getTimeOutInEntityType, getWakeupMessage, instantiateEntity, setActionAmount, setActionAmount, setAddressVerificationResult, setAddressVerificationResult, setAmountCurrency, setAmountCurrency, setApprovalCode, setAuthAmount, setAuthAmount, setAuthCharIndicator, setAuthCharIndicator, setAuthCode, setAuthCode, setAuthReturnNumber, setAuthReturnNumber, setAuthReversalCode, setAuthReversalCode, setCaptureAmount, setCaptureAmount, setCaptureCode, setCaptureCode, setCaptureReversalCode, setCaptureReversalCode, setCardBrand, setCardExpiryDate, setCreditAmount, setCreditAmount, setCreditReversalCode, setCreditReversalCode, setCreditStatusCode, setCreditStatusCode, setCurrencyExponent, setCurrencyExponent, setFailReasonCode, setFailReasonCode, setFailReasonCode2, setFailReasonCode2, setFailReasonType, setFailReasonType, setInitKey_orderId, setInitKey_orderId, setInitKey_storeId, setInitKey_storeId, setLastUpdateTimestamp, setLastUpdateTimestamp, setLogReferenceId, setNextState, setNextState, setOrderStatusCode, setOrderStatusCode, setPending, setPending, setPrimaryAccountNumber, setProfileName, setPurchaseRequestTimestamp, setPurchaseRequestTimestamp, setResponseReason, setResponseReason, setSettleAmount, setSettleAmount, setTimeOut, setTimeOut, setWakeupMessage
-
-
-
-
Method Detail
-
getDelegate
public Protectable getDelegate()
Retrieves its delegate.- Specified by:
getDelegate
in interfaceDelegator
- Returns:
- com.ibm.commerce.security.Protectable
-
-