Package net.virtuemart.www.VM_Categories

Examples of net.virtuemart.www.VM_Categories.Categorie


                                   
        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);
       
      }
     
View Full Code Here


                                   
        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);
       
      }
     
View Full Code Here

TOP

Related Classes of net.virtuemart.www.VM_Categories.Categorie

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.