The Interface SyncHelper.
| 28 | * The Interface SyncHelper. |
| 29 | */ |
| 30 | public 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected