listCategoriesValues.add(value);
}
}
}
ContentletAjax contentletAjax = new ContentletAjax();
List<Map<String, String>> contentlets = contentletAjax.searchContentletsByUser(structureInode, listFieldsValues, listCategoriesValues, Boolean.parseBoolean(showDeleted), Boolean.parseBoolean(filterSystemHost), Boolean.parseBoolean(filterUnpublish), Boolean.parseBoolean(filterLocked), 0, currentSortBy, 100000, user, null, modDateFrom, modDateTo);
return contentlets;
} catch (Exception e) {
Logger.debug(this, "Error: searchContentlets (EditContentletAction ): "+e);
return null;
}