C# Class Atomia.Web.Plugin.PublicOrder.Helpers.ResellerHelper

Hepler class for reseller related logic.
Datei anzeigen Open project: atomia/OrderPage

Public Methods

Method Description
GetResellerCountryCode ( ) : string

Gets the reseller country code.

GetResellerCurrencyCode ( ) : string

Gets the reseller currency code.

GetResellerId ( ) : System.Guid

Gets the reseller id.

GetResellerLanguages ( ) : IList

Gets the reseller languages.

GetResellerPaymentMethods ( PaymentMethod &defaultPaymentMethod ) : IList

Gets the reseller payment methods.

LoadResellerIntoSessionByHash ( string resellerHash ) : void

Loads the reseller into session by hash.

LoadResellerIntoSessionByUrl ( string url ) : void

Loads the reseller into session by URL.

Method Details

GetResellerCountryCode() public static method

Gets the reseller country code.
public static GetResellerCountryCode ( ) : string
return string

GetResellerCurrencyCode() public static method

Gets the reseller currency code.
public static GetResellerCurrencyCode ( ) : string
return string

GetResellerId() public static method

Gets the reseller id.
public static GetResellerId ( ) : System.Guid
return System.Guid

GetResellerLanguages() public static method

Gets the reseller languages.
public static GetResellerLanguages ( ) : IList
return IList

GetResellerPaymentMethods() public static method

Gets the reseller payment methods.
public static GetResellerPaymentMethods ( PaymentMethod &defaultPaymentMethod ) : IList
defaultPaymentMethod PaymentMethod The default payment method.
return IList

LoadResellerIntoSessionByHash() public static method

Loads the reseller into session by hash.
public static LoadResellerIntoSessionByHash ( string resellerHash ) : void
resellerHash string The reseller hash.
return void

LoadResellerIntoSessionByUrl() public static method

Loads the reseller into session by URL.
public static LoadResellerIntoSessionByUrl ( string url ) : void
url string The URL.
return void