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

Method syncWithServer

src/com/odoo/orm/OEHelper.java:172–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170 }
171
172 public boolean syncWithServer() {
173 return syncWithServer(false, null, null, false, -1, false);
174 }
175
176 public boolean syncWithServer(boolean removeLocalIfNotExists) {
177 return syncWithServer(false, null, null, false, -1,

Callers 3

performSyncMethod · 0.95
performSyncMethod · 0.95
handleResultArrayMethod · 0.95

Calls 12

getDateBeforeMethod · 0.95
getMethod · 0.95
handleResultArrayMethod · 0.95
getAndroidNameMethod · 0.80
getDatabaseColumnsMethod · 0.80
containsMethod · 0.80
search_readMethod · 0.80
getModelNameMethod · 0.65
getNameMethod · 0.45
addMethod · 0.45
getIntMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected