- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 41 of file ShopContext.java.
◆ getBank()
long org.turro.financials.cart.ShopContext.getBank |
( |
| ) |
|
◆ getCartPath()
String org.turro.financials.cart.ShopContext.getCartPath |
( |
| ) |
|
◆ getCheckoutPath()
String org.turro.financials.cart.ShopContext.getCheckoutPath |
( |
| ) |
|
◆ getContactPhone()
String org.turro.financials.cart.ShopContext.getContactPhone |
( |
| ) |
|
◆ getContractBank()
Contract org.turro.financials.cart.ShopContext.getContractBank |
( |
| ) |
|
Definition at line 90 of file ShopContext.java.
91 return new FinancialsPU().find(Contract.class, bank);
◆ getContractStore()
Contract org.turro.financials.cart.ShopContext.getContractStore |
( |
| ) |
|
Definition at line 86 of file ShopContext.java.
87 return new FinancialsPU().find(Contract.class, store);
◆ getCurrency()
String org.turro.financials.cart.ShopContext.getCurrency |
( |
| ) |
|
◆ getDelivery()
String org.turro.financials.cart.ShopContext.getDelivery |
( |
| ) |
|
◆ getDeliveryContexts()
◆ getFiscal()
String org.turro.financials.cart.ShopContext.getFiscal |
( |
| ) |
|
◆ getInstance()
static ShopContext org.turro.financials.cart.ShopContext.getInstance |
( |
| ) |
|
|
static |
Definition at line 207 of file ShopContext.java.
208 if(_instance ==
null || FileWatch.isNewer(ElephantContext.getRealPath(SHOP_FILE), _lastLoad)) {
209 _instance =
new ShopContext();
211 _lastLoad = FileWatch.getTime(ElephantContext.getRealPath(SHOP_FILE));
◆ getKOPath()
String org.turro.financials.cart.ShopContext.getKOPath |
( |
| ) |
|
◆ getLocale()
String org.turro.financials.cart.ShopContext.getLocale |
( |
| ) |
|
◆ getLogistic()
String org.turro.financials.cart.ShopContext.getLogistic |
( |
| ) |
|
◆ getMerchantCode()
String org.turro.financials.cart.ShopContext.getMerchantCode |
( |
| ) |
|
◆ getMerchantCurrency()
String org.turro.financials.cart.ShopContext.getMerchantCurrency |
( |
| ) |
|
◆ getMerchantKey()
String org.turro.financials.cart.ShopContext.getMerchantKey |
( |
| ) |
|
◆ getMerchantKeyType()
String org.turro.financials.cart.ShopContext.getMerchantKeyType |
( |
| ) |
|
◆ getMerchantLanguage()
String org.turro.financials.cart.ShopContext.getMerchantLanguage |
( |
| ) |
|
◆ getMerchantTerminal()
String org.turro.financials.cart.ShopContext.getMerchantTerminal |
( |
| ) |
|
◆ getNotificationPath()
String org.turro.financials.cart.ShopContext.getNotificationPath |
( |
| ) |
|
◆ getOKPath()
String org.turro.financials.cart.ShopContext.getOKPath |
( |
| ) |
|
◆ getStore()
long org.turro.financials.cart.ShopContext.getStore |
( |
| ) |
|
◆ isMerchantTestScope()
boolean org.turro.financials.cart.ShopContext.isMerchantTestScope |
( |
| ) |
|
◆ isSelfTestScope()
boolean org.turro.financials.cart.ShopContext.isSelfTestScope |
( |
| ) |
|
◆ isValid()
boolean org.turro.financials.cart.ShopContext.isValid |
( |
| ) |
|
◆ reset()
static void org.turro.financials.cart.ShopContext.reset |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: