Re: Problem in groovy

2010-10-06 Thread Nicolas Malin
Hi Naveen, You need prepare a EntityConditionList to embedeed your three conditions, and pass EntityConditionList to findList function Nicolas Le 06/10/2010 08:11, Naveen Kumar a écrit : Hi All, I was using delegator.find() in my groovy. My problem:- My application requires 3 where clause

Re: Problem in groovy

2010-10-06 Thread Sumit Pandit
Hi Naveen, For reference look at InvoiceReport.groovy. On Wed, Oct 6, 2010 at 11:45 AM, Nicolas Malin malin.nico...@librenberry.net wrote: Hi Naveen, You need prepare a EntityConditionList to embedeed your three conditions, and pass EntityConditionList to findList function Nicolas Le

Re: Problem in groovy

2010-10-06 Thread Naveen Kumar
Hi Nicolas, Thank for quick reply, it worked. Regards, Naveen. On Wed, Oct 6, 2010 at 11:45 AM, Nicolas Malin malin.nico...@librenberry.net wrote: Hi Naveen, You need prepare a EntityConditionList to embedeed your three conditions, and pass EntityConditionList to findList function

Re: Problem in groovy

2010-10-06 Thread Naveen Kumar
Hi Sumit, Thanks for the information, But i am looking for a documentation, where i will get all delegator information like delegator.find(), delegator.findByAnd(),, Please provide me links to some online documentation. Regards, Naveen. On Wed, Oct 6, 2010 at 12:01 PM, Sumit Pandit

RE: Problem in groovy

2010-10-06 Thread Santosh Malviya
Hi Naveen, You can see GenericDelegator.java file where all methods are defined. Thanks and Regards Santosh Malviya From: Naveen Kumar [naveen.new...@gmail.com] Sent: Wednesday, October 06, 2010 12:09 PM To: user@ofbiz.apache.org Subject: Re: Problem

Re: Problem in groovy

2010-10-06 Thread Sumit Pandit
http://ofbiz.apache.org/docs/entity.html On Wed, Oct 6, 2010 at 12:09 PM, Naveen Kumar naveen.new...@gmail.com wrote: Hi Sumit, Thanks for the information, But i am looking for a documentation, where i will get all delegator information like delegator.find(), delegator.findByAnd(),,

Re: Problem with groovy

2010-09-30 Thread Naveen Kumar
Hi Bilgin, Thanks for your help, it worked. :) Regards, Naveen. On Thu, Sep 30, 2010 at 1:50 AM, Bilgin Ibryam bibr...@gmail.com wrote: makeValue - Creates a Entity in the form of a GenericValue without persisting it Then you have to use .create() method to persist it. Bilgin On Wed,

Re: Problem with groovy

2010-09-29 Thread Bilgin Ibryam
makeValue - Creates a Entity in the form of a GenericValue without persisting it Then you have to use .create() method to persist it. Bilgin On Wed, Sep 29, 2010 at 3:54 PM, Naveen Kumar naveen.new...@gmail.comwrote: Hi All, I am using *delegator.makeValue* in groovy to store Payment