if (s != null) params.put("sorted", ResourceManager.getResourceValue(s.designation()));
params.put("moviesNum", result.size());
result = Sorter.sort(result, s);
List<HashMap<String, Object>> data = new ArrayList<HashMap<String, Object>>();
for (int i = 0; i < result.size(); i++) {
MovieInfo info = result.get(i);
HashMap<String, Object> map = new HashMap<String, Object>();
String plot = null;
String namePrimary = null;
String nameSecondary = null;
if (ResourceManager.getLocale().equals(ResourceManager.LOCALE_HU)) {