if (notToSync.containsKey(localCat.getName())) {
continue;
}
Categorie category = new Categorie();
category.setId(localCat.getID());
category.setName(localCat.getName());
category.setImage("");
category.setDescription(localCat.getName());
category.setParentcat("");
category.setNumberofproducts("");
category.setProducts_per_row("1");
category.setFullimage("");
category.setCategory_publish("Y");
category.setCategory_browsepage("");
category.setCategory_flypage("");
externalsales.addCategory(category);
}