org.broadleafcommerce.vendor.cybersource.service
Interface CyberSourceService

All Known Subinterfaces:
CyberSourcePaymentService, CyberSourceTaxService
All Known Implementing Classes:
CyberSourceCreditCardPaymentServiceImpl, CyberSourceTaxServiceImpl

public interface CyberSourceService

Author:
jfischer

Method Summary
 Integer getFailureReportingThreshold()
           
 String getLibVersion()
           
 String getMerchantId()
           
 String getServerUrl()
           
 String getServiceName()
           
 ServiceStatusType getServiceStatus()
           
 boolean isValidService(CyberSourceRequest request)
           
 void setFailureReportingThreshold(Integer failureReportingThreshold)
           
 void setLibVersion(String libVersion)
           
 void setMerchantId(String merchantId)
           
 void setServerUrl(String serverUrl)
           
 

Method Detail

getServiceStatus

ServiceStatusType getServiceStatus()

getFailureReportingThreshold

Integer getFailureReportingThreshold()

setFailureReportingThreshold

void setFailureReportingThreshold(Integer failureReportingThreshold)

getServiceName

String getServiceName()

isValidService

boolean isValidService(CyberSourceRequest request)

getMerchantId

String getMerchantId()

setMerchantId

void setMerchantId(String merchantId)

getServerUrl

String getServerUrl()

setServerUrl

void setServerUrl(String serverUrl)

getLibVersion

String getLibVersion()

setLibVersion

void setLibVersion(String libVersion)


Copyright © 2012. All Rights Reserved.