org.broadleafcommerce.vendor.authorizenet.service.payment
Interface AuthorizeNetPaymentService

All Known Implementing Classes:
AuthorizeNetPaymentServiceImpl

public interface AuthorizeNetPaymentService

Author:
elbertbautista

Method Summary
 net.authorize.sim.Result createResult(Map<String,String[]> responseMap)
           
 Integer getFailureReportingThreshold()
           
 AuthorizeNetGatewayRequest getGatewayRequest()
           
 org.broadleafcommerce.common.vendor.service.type.ServiceStatusType getServiceStatus()
           
 Object process(AuthorizeNetPaymentRequest arg)
           
 void setFailureReportingThreshold(Integer failureReportingThreshold)
           
 void setGatewayRequest(AuthorizeNetGatewayRequest gatewayRequest)
           
 

Method Detail

process

Object process(AuthorizeNetPaymentRequest arg)
               throws Exception
Throws:
Exception

getServiceStatus

org.broadleafcommerce.common.vendor.service.type.ServiceStatusType getServiceStatus()

getFailureReportingThreshold

Integer getFailureReportingThreshold()

setFailureReportingThreshold

void setFailureReportingThreshold(Integer failureReportingThreshold)

createResult

net.authorize.sim.Result createResult(Map<String,String[]> responseMap)

getGatewayRequest

AuthorizeNetGatewayRequest getGatewayRequest()

setGatewayRequest

void setGatewayRequest(AuthorizeNetGatewayRequest gatewayRequest)


Copyright © 2012. All Rights Reserved.