public class Configuration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCOUNT_STEWARD_API_ROOT |
static String |
ACCOUNT_STEWARD_STORAGE |
static String |
BILLING_PROCESSOR_API_ROOT |
static String |
BILLING_PROCESSOR_STORAGE |
static String |
CONFIGURATION_OBJECT |
static Configuration |
instance |
static String |
MAPS_API_KEY |
static String |
PAYMENT_PROCESSOR_API_ROOT |
static String |
PRODUCT_BILLING_API_ROOT |
static String |
PRODUCT_BILLING_STORAGE |
static String |
SEARCH_API_ROOT |
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
static Configuration |
get() |
String |
getCurrency() |
String |
getDomicile() |
String |
getLegalForm() |
String |
getLocale() |
String |
getLoginId() |
String |
getLogo() |
String |
getMapsApiKey() |
String |
getSignInUrl() |
String |
getVat() |
AddressLookupListener |
initAddressLookupListener() |
boolean |
isDevelopment() |
boolean |
isFeatureEnabled(Feature.Name name) |
void |
setCurrency(String currency) |
void |
setLocale(String locale) |
void |
setLogo(String logo) |
void |
setMapsApiKey(String mapsApiKey) |
public static final String CONFIGURATION_OBJECT
public static final String ACCOUNT_STEWARD_STORAGE
public static final String PRODUCT_BILLING_STORAGE
public static final String BILLING_PROCESSOR_STORAGE
public static final String ACCOUNT_STEWARD_API_ROOT
public static final String PRODUCT_BILLING_API_ROOT
public static final String BILLING_PROCESSOR_API_ROOT
public static final String PAYMENT_PROCESSOR_API_ROOT
public static final String SEARCH_API_ROOT
public static final String MAPS_API_KEY
public static Configuration instance
public static Configuration get()
public AddressLookupListener initAddressLookupListener()
public boolean isDevelopment()
public String getSignInUrl()
public String getDomicile()
public String getCurrency()
public void setCurrency(String currency)
public String getVat()
public String getLoginId()
public String getLogo()
public void setLogo(String logo)
public void setLocale(String locale)
public String getLocale()
public String getMapsApiKey()
public void setMapsApiKey(String mapsApiKey)
public String getLegalForm()
public boolean isFeatureEnabled(Feature.Name name)
Copyright © 2023. All rights reserved.