com.ibm.commerce.payment.beans

Class PaymentStatusDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.payment.beans.PaymentStatusInputDataBean, com.ibm.commerce.payment.beans.PaymentStatusSmartDataBean, Delegator, java.io.Serializable


    public class PaymentStatusDataBean
    extends PaymentStatusDataBeanBase
    implements com.ibm.commerce.payment.beans.PaymentStatusInputDataBean, com.ibm.commerce.payment.beans.PaymentStatusSmartDataBean
    This databean represents a PaymentStatus object.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      CommandContext getCommandContext()
      Gets the command context set within this bean.
      java.lang.String getDataBeanKeyOrderId()
      Returns OrderId
      java.lang.String getDataBeanKeyStoreId()
      Returns StoreId
      TypedProperty getRequestProperties()
      Gets the request property set within this bean.
      void populate()
      Retrieves data from the database.
      void setCommandContext(CommandContext aCommandContext)
      Sets the command context within this bean.
      void setDataBeanKeyOrderId(java.lang.String aOrderId)
      Sets OrderId
      void setDataBeanKeyStoreId(java.lang.String aStoreId)
      Sets StoreId
      void setRequestProperties(TypedProperty aRequestProperty)
      Sets the request property within this bean.
      • 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
      • Methods inherited from class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean

        createAccessBean, createAccessBean, createAccessBeanCollection, createAccessBeanCollection, createEntityCollection, detach, remove, setUseDataCache, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright
        See Also:
        Constant Field Values
    • Constructor Detail

      • PaymentStatusDataBean

        public PaymentStatusDataBean()
    • Method Detail

      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperty)
        Sets the request property within this bean.
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aRequestProperty - com.ibm.commerce.datatype.TypedProperty
      • getDataBeanKeyStoreId

        public java.lang.String getDataBeanKeyStoreId()
        Returns StoreId
        Specified by:
        getDataBeanKeyStoreId in interface com.ibm.commerce.payment.beans.PaymentStatusSmartDataBean
        Returns:
        java.lang.String
      • getDataBeanKeyOrderId

        public java.lang.String getDataBeanKeyOrderId()
        Returns OrderId
        Specified by:
        getDataBeanKeyOrderId in interface com.ibm.commerce.payment.beans.PaymentStatusSmartDataBean
        Returns:
        java.lang.String
      • getCommandContext

        public CommandContext getCommandContext()
        Gets the command context set within this bean.
        Specified by:
        getCommandContext in interface SmartDataBean
        Returns:
        com.ibm.commerce.command.CommandContext
      • setCommandContext

        public void setCommandContext(CommandContext aCommandContext)
        Sets the command context within this bean.
        Specified by:
        setCommandContext in interface SmartDataBean
        Parameters:
        aCommandContext - com.ibm.commerce.command.CommandContext
      • setDataBeanKeyStoreId

        public void setDataBeanKeyStoreId(java.lang.String aStoreId)
        Sets StoreId
        Specified by:
        setDataBeanKeyStoreId in interface com.ibm.commerce.payment.beans.PaymentStatusInputDataBean
        Parameters:
        aStoreId - java.lang.String
      • setDataBeanKeyOrderId

        public void setDataBeanKeyOrderId(java.lang.String aOrderId)
        Sets OrderId
        Specified by:
        setDataBeanKeyOrderId in interface com.ibm.commerce.payment.beans.PaymentStatusInputDataBean
        Parameters:
        aOrderId - java.lang.String
      • populate

        public void populate()
        Retrieves data from the database.
        Specified by:
        populate in interface SmartDataBean
        Throws:
        java.lang.Exception