RE: Need to fetch records using multiple ids in where clause

2012-05-02 Thread deb . panda
to be used later by all developers. Dev From: Skip s...@thedevers.org To: user@ofbiz.apache.org Date: 05/01/2012 10:04 PM Subject: RE: Need to fetch records using multiple ids in where clause Try this: List productIds = UtilMisc.toList(product1, product2, etc

Re: Need to fetch records using multiple ids in where clause

2012-05-02 Thread krishan.babbar
is prohibited. Thank you for your compliance. -Original Message- From: deb.pa...@tcs.com Sent: Wednesday, May 02, 2012 12:05 PM To: user@ofbiz.apache.org Cc: user@ofbiz.apache.org Subject: RE: Need to fetch records using multiple ids in where clause Sharing an experience findByCondition

Need to fetch records using multiple ids in where clause

2012-05-01 Thread krishan.babbar
Hi All, I want to fetch products' details using multiple product ids in where clause so that there should be a single query for all the products to be shown in single page. Similarly I want to fetch multiple products for multiple categories like at home page I am showing all the products of 3

RE: Need to fetch records using multiple ids in where clause

2012-05-01 Thread Skip
: krishan.bab...@paxcel.net [mailto:krishan.bab...@paxcel.net] Sent: Tuesday, May 01, 2012 5:20 AM To: user@ofbiz.apache.org Subject: Need to fetch records using multiple ids in where clause Hi All, I want to fetch products' details using multiple product ids in where clause so that there should

Re: Need to fetch records using multiple ids in where clause

2012-05-01 Thread krishan.babbar
is prohibited. Thank you for your compliance. -Original Message- From: Skip Sent: Tuesday, May 01, 2012 9:59 PM To: user@ofbiz.apache.org Subject: RE: Need to fetch records using multiple ids in where clause Try this: List productIds = UtilMisc.toList(product1, product2, etc); List