MCPcopy Create free account
hub / github.com/Odoo-mobile/framework / OEHelper

Method OEHelper

src/com/odoo/orm/OEHelper.java:59–61  ·  view source on GitHub ↗
(Context context, OEDatabase oeDatabase)

Source from the content-addressed store, hash-verified

57 List<String> mOne2ManyCols = new ArrayList<String>();
58
59 public OEHelper(Context context, OEDatabase oeDatabase) {
60 this(context, oeDatabase, false);
61 }
62
63 public OEHelper(Context context, OEDatabase oeDatabase,
64 boolean allowSelfSignedSSL) {

Callers

nothing calls this directly

Calls 8

initMethod · 0.95
currentMethod · 0.95
loginMethod · 0.95
getUsernameMethod · 0.80
getPasswordMethod · 0.80
getDatabaseMethod · 0.80
getHostMethod · 0.80
getOEInstanceMethod · 0.45

Tested by

no test coverage detected