Method | Description | |
---|---|---|
FetchPluginParameterFromConfig ( string pluginParameterName ) : string |
|
|
FetchSetting ( string settingName, string codeBase, bool returnValueOnly ) : object | ||
FilterPackages ( Controller controller, AtomiaBillingPublicService atomiaBillingPublicService, System.Guid accountId, System.Guid resellerId, string currencyCode, string countryCode, string filterValue ) : List |
Filters the packages.
|
|
GetProductProvider ( ) : IProductsProvider |
Gets the product provider.
|
|
GetPublicOrderService ( |
||
GetUnavailableDomainsHelper ( Controller controller, string domains ) : string |
Gets the unavailable domains.
|
|
PrepareForSubmit ( string str ) : string |
Prepares for submit.
|
|
TaxAreShownForReseller ( Controller controller ) : bool |
For currently logged account, get parent - that is resseller and returns property ShowTax
|
public static FetchPluginParameterFromConfig ( string pluginParameterName ) : string | ||
pluginParameterName | string | /// The plugin parameter name. /// |
return | string |
public static FetchSetting ( string settingName, string codeBase, bool returnValueOnly ) : object | ||
settingName | string | |
codeBase | string | |
returnValueOnly | bool | |
return | object |
public static FilterPackages ( Controller controller, AtomiaBillingPublicService atomiaBillingPublicService, System.Guid accountId, System.Guid resellerId, string currencyCode, string countryCode, string filterValue ) : List |
||
controller | Controller | The controller. |
atomiaBillingPublicService | AtomiaBillingPublicService | The atomia billing public service. |
accountId | System.Guid | The account id. |
resellerId | System.Guid | The reseller id. |
currencyCode | string | The currency code. |
countryCode | string | The country code. |
filterValue | string | The filter value. |
return | List |
public static GetProductProvider ( ) : IProductsProvider | ||
return | IProductsProvider |
public static GetPublicOrderService ( |
||
context | ||
return | AtomiaBillingPublicService |
public static GetUnavailableDomainsHelper ( Controller controller, string domains ) : string | ||
controller | Controller | The controller. |
domains | string | The domains. |
return | string |
public static PrepareForSubmit ( string str ) : string | ||
str | string | The string. |
return | string |
public static TaxAreShownForReseller ( Controller controller ) : bool | ||
controller | Controller | |
return | bool |