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

Method getInt

src/com/odoo/orm/OEValues.java:48–53  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

46 }
47
48 public Integer getInt(String key) {
49 if (_values.get(key).toString().equals("false")) {
50 return -1;
51 }
52 return Integer.parseInt(_values.get(key).toString());
53 }
54
55 public String getString(String key) {
56 return _values.get(key).toString();

Callers 15

onTaskDoneMethod · 0.45
doInBackgroundMethod · 0.45
loginMethod · 0.45
syncWithServerMethod · 0.45
isModelInstalledMethod · 0.45
getLocalIdsDomainMethod · 0.45
search_readMethod · 0.45
createMethod · 0.45
getIdsListMethod · 0.45
countMethod · 0.45
updateMethod · 0.45
createORReplaceMethod · 0.45

Calls 3

equalsMethod · 0.80
toStringMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected