RE: list of categories of a given catalog

2013-10-08 Thread Antony ADOPO
Thanks you very much. -Message d'origine- De : "Harsha Chadhar" Envoyé : ‎08/‎10/‎2013 11:29 À : "user@ofbiz.apache.org" Cc : "user@ofbiz.apache.org" Objet : RE: list of categories of a given catalog Also please refer to the Catalog Set

RE: list of categories of a given catalog

2013-10-08 Thread Harsha Chadhar
Date: 10/08/2013 02:52 PM Subject: RE: list of categories of a given catalog Send it as an empty string("") in the IN parameters. As the code already handles it, i.e if the prodCatalogCategoryTypeId is empty then all categories will be returned. Please check the code again. -Hars

RE: list of categories of a given catalog

2013-10-08 Thread Harsha Chadhar
013 02:32 PM Subject: RE: list of categories of a given catalog Ok. I don't want a special category( ex :PCCT_PROMOTIONS). I want all categories. So, regarding the code below, it's meant that "prodCatalogCategoryTypeId" should be empty to get all categories instead of sp

RE: list of categories of a given catalog

2013-10-08 Thread Antony ADOPO
} -Message d'origine- De : "Harsha Chadhar" Envoyé : ‎08/‎10/‎2013 10:26 À : "user@ofbiz.apache.org" Cc : "user@ofbiz.apache.org" Objet : RE: list of categories of a given catalog Please check the method again, it takes catalog Id and returns category

RE: list of categories of a given catalog

2013-10-08 Thread Harsha Chadhar
), getProdCatalogCategories() method returns the list of associated categories. - Harsha From: Antony ADOPO To: "user@ofbiz.apache.org" Date: 10/08/2013 12:28 PM Subject: RE: list of categories of a given catalog Yes, I saw it. But "getProdCatalogCategories" permit

RE: list of categories of a given catalog

2013-10-07 Thread Antony ADOPO
"Harsha Chadhar" Envoyé : ‎08/‎10/‎2013 07:43 À : "user@ofbiz.apache.org" Cc : "user@ofbiz.apache.org" Objet : Re: list of categories of a given catalog Hi, Please refer to CatalogWorker.java for methods : getProdCatalogCategories () and getStoreCatalogs(). -Harsha

Re: list of categories of a given catalog

2013-10-07 Thread Harsha Chadhar
Hi, Please refer to CatalogWorker.java for methods : getProdCatalogCategories () and getStoreCatalogs(). -Harsha From: Antony Adopo To: user@ofbiz.apache.org Date: 10/08/2013 03:22 AM Subject: list of categories of a given catalog Hello Ofbizers, I hope that you're well Please,

list of categories of a given catalog

2013-10-07 Thread Antony Adopo
Hello Ofbizers, I hope that you're well Please, could someone help me gettin the list of categories for a given catalog . And in the context the list of cataglog for a given store? I need it because in my home page, I want to print categories for a given cataglog (like clothes collections) and t