public class SecureAcceptanceController
extends AbstractPageController
Constructor and Description |
---|
SecureAcceptanceController() |
Modifier and Type | Method and Description |
---|---|
protected CartService |
getCartService() |
protected ConfigurationService |
getConfigurationService() |
protected I18NService |
getI18NService() |
protected java.lang.String |
getMerchantPostUrl() |
protected MerchantService |
getMerchantService() |
protected PaymentSystemInfo |
getPaymentSystemInfo() |
protected java.lang.String |
getReceiptUrl() |
SiteBaseUrlResolutionService |
getSiteBaseUrlResolutionService() |
BaseSiteService |
getSiteService() |
protected java.lang.String |
getTransactionType() |
protected void |
setCartService(CartService cartService) |
protected void |
setConfigurationService(ConfigurationService configurationService) |
protected void |
setI18NService(I18NService i18NService) |
protected void |
setMerchantService(MerchantService merchantService) |
protected void |
setPaymentSystemInfo(PaymentSystemInfo paymentSystemInfo) |
protected void |
setSiteBaseUrlResolutionService(SiteBaseUrlResolutionService siteBaseUrlResolutionService) |
protected void |
setSiteService(BaseSiteService siteService) |
protected java.lang.String getTransactionType()
protected java.lang.String getReceiptUrl()
protected java.lang.String getMerchantPostUrl()
protected I18NService getI18NService()
protected void setI18NService(I18NService i18NService)
protected ConfigurationService getConfigurationService()
protected void setConfigurationService(ConfigurationService configurationService)
protected CartService getCartService()
protected void setCartService(CartService cartService)
protected MerchantService getMerchantService()
protected void setMerchantService(MerchantService merchantService)
protected PaymentSystemInfo getPaymentSystemInfo()
protected void setPaymentSystemInfo(PaymentSystemInfo paymentSystemInfo)
public SiteBaseUrlResolutionService getSiteBaseUrlResolutionService()
protected void setSiteBaseUrlResolutionService(SiteBaseUrlResolutionService siteBaseUrlResolutionService)
public BaseSiteService getSiteService()
protected void setSiteService(BaseSiteService siteService)