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

Interface SyncHelper

src/com/odoo/support/SyncHelper.java:30–42  ·  view source on GitHub ↗

The Interface SyncHelper.

Source from the content-addressed store, hash-verified

28 * The Interface SyncHelper.
29 */
30public interface SyncHelper {
31
32 /**
33 * Sync with server.
34 *
35 * @param db
36 * the db
37 * @param args
38 * the args
39 * @return the hash map
40 */
41 public HashMap<String, Object> syncWithServer(OEDatabase db, JSONArray args);
42}

Callers

nothing calls this directly

Implementers 1

OEHelpersrc/com/odoo/orm/OEHelper.java

Calls

no outgoing calls

Tested by

no test coverage detected