com.softslate.commerce.businessobjects.payment.google.notification
Class RiskInformationNotificationProcessorImpl

java.lang.Object
  extended by com.softslate.commerce.businessobjects.core.BaseBusinessObject
      extended by com.softslate.commerce.businessobjects.core.BaseBusinessProcessor
          extended by com.softslate.commerce.businessobjects.payment.google.notification.AbstractNotificationProcessor
              extended by com.softslate.commerce.businessobjects.payment.google.notification.RiskInformationNotificationProcessorImpl
All Implemented Interfaces:
com.google.checkout.notification.RiskInformationNotificationProcessor, BusinessObject, BusinessProcessor

public class RiskInformationNotificationProcessorImpl
extends AbstractNotificationProcessor
implements com.google.checkout.notification.RiskInformationNotificationProcessor


Field Summary
(package private) static org.apache.commons.logging.Log log
           
private  com.google.checkout.MerchantConstants merchantConstants
           
 
Constructor Summary
RiskInformationNotificationProcessorImpl()
           
 
Method Summary
 com.google.checkout.MerchantConstants getMerchantConstants()
           
 java.lang.String process(com.google.checkout.notification.RiskInformationNotification newNotification)
           
 void setMerchantConstants(com.google.checkout.MerchantConstants merchantConstants)
           
 
Methods inherited from class com.softslate.commerce.businessobjects.payment.google.notification.AbstractNotificationProcessor
getAckString
 
Methods inherited from class com.softslate.commerce.businessobjects.core.BaseBusinessProcessor
formatDateTime, formatPrice, getAppComponents, getAppSettings, getAttributeIDs, getBusinessObjectFactory, getDaoFactory, getProductIDs, getSettings, getUser, initialize, loadMatchingSkus, parseDateTime, parseResponseData, prepareRequestData, sendHTTPPost, setAppComponents, setAppSettings, setBusinessObjectFactory, setDaoFactory, setSettings, setUser, utils
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

static org.apache.commons.logging.Log log

merchantConstants

private com.google.checkout.MerchantConstants merchantConstants
Constructor Detail

RiskInformationNotificationProcessorImpl

public RiskInformationNotificationProcessorImpl()
Method Detail

setMerchantConstants

public void setMerchantConstants(com.google.checkout.MerchantConstants merchantConstants)

getMerchantConstants

public com.google.checkout.MerchantConstants getMerchantConstants()

process

public java.lang.String process(com.google.checkout.notification.RiskInformationNotification newNotification)
                         throws com.google.checkout.CheckoutException
Specified by:
process in interface com.google.checkout.notification.RiskInformationNotificationProcessor
Throws:
com.google.checkout.CheckoutException


Copyright ? SoftSlate, LLC 2003?2005