RE: list of categories of a given catalog

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

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 saius...@gmail.com To: user@ofbiz.apache.org user@ofbiz.apache.org Date: 10/08/2013 12:28 PM Subject: RE: list of categories of a given catalog Yes, I saw

RE: list of categories of a given catalog

2013-10-08 Thread Antony ADOPO
Cc : user@ofbiz.apache.org 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 list. For a given productCatalogId(assuming that you have Catalog details), and a prodCatalogCategoryTypeId (can have

RE: list of categories of a given catalog

2013-10-08 Thread Harsha Chadhar
Date: 10/08/2013 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 specific

RE: list of categories of a given catalog

2013-10-08 Thread Harsha Chadhar
@ofbiz.apache.org user@ofbiz.apache.org 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

RE: list of categories of a given catalog

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

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 saius...@gmail.com 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