C# Class Kooboo.Commerce.Web.Areas.Commerce.Controllers.PaymentMethodController

Inheritance: Kooboo.Commerce.Web.Framework.Mvc.CommerceController
Show file Open project: Kooboo/Ecommerce

Public Methods

Method Description
BasicInfo ( int id ) : System.Web.Mvc.ActionResult
Complete ( int id ) : System.Web.Mvc.ActionResult
Index ( int page = 1, int pageSize = 50 ) : System.Web.Mvc.ActionResult
PaymentMethodController ( IPaymentProcessorProvider processorProvider, PaymentMethodService paymentMethodService ) : System
Processor ( int id ) : System.Web.Mvc.ActionResult
Steps ( int step ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
BasicInfo ( PaymentMethodEditorModel model, string @return ) : System.Web.Mvc.ActionResult
Delete ( PaymentMethodRowModel model ) : System.Web.Mvc.ActionResult
Disable ( PaymentMethodRowModel model ) : System.Web.Mvc.ActionResult
Enable ( PaymentMethodRowModel model ) : System.Web.Mvc.ActionResult
EnablePaymentMethod ( int id ) : void
GetAvailablePaymentProcessors ( ) : IList
UpdateProcessorConfig ( int paymentMethodId, [ config ) : void

Method Details

BasicInfo() public method

public BasicInfo ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Complete() public method

public Complete ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Index() public method

public Index ( int page = 1, int pageSize = 50 ) : System.Web.Mvc.ActionResult
page int
pageSize int
return System.Web.Mvc.ActionResult

PaymentMethodController() public method

public PaymentMethodController ( IPaymentProcessorProvider processorProvider, PaymentMethodService paymentMethodService ) : System
processorProvider IPaymentProcessorProvider
paymentMethodService Kooboo.Commerce.Payments.PaymentMethodService
return System

Processor() public method

public Processor ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Steps() public method

public Steps ( int step ) : System.Web.Mvc.ActionResult
step int
return System.Web.Mvc.ActionResult