Repository methods
Get Top Products
This method permits to get top products of a map.
x
FNORepository.getTopProducts(10, new MapFNO.CallbackContainerJSONArray() {
public void onSuccess(JSONArray jsonArray) {
}
public void onError(String s) {
}
});