Re: findList method in Groovy..

2014-09-08 Thread jfrad...@styleline.com
the dead link. Was just trying to help sorry. - Joel Fradkin -- View this message in context: http://ofbiz.135035.n4.nabble.com/findList-method-in-Groovy-tp278232p4654966.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: findList method in Groovy..

2014-09-08 Thread Jacques Le Roux
reference that helped me, so I thought I would post it in case anyone else searched the list and found the dead link. Was just trying to help sorry. - Joel Fradkin -- View this message in context: http://ofbiz.135035.n4.nabble.com/findList-method-in-Groovy-tp278232p4654966.html Sent from

Re: findList method in Groovy..

2014-09-07 Thread Jacques Le Roux
entityCondition, java.util.Setjava.lang.String fieldsToSelect, java.util.Listjava.lang.String orderBy, EntityFindOptions findOptions, boolean useCache) - Joel Fradkin -- View this message in context: http://ofbiz.135035.n4.nabble.com/findList-method-in-Groovy-tp278232p4654892.html Sent from

Re: findList method in Groovy..

2014-09-05 Thread jfrad...@styleline.com
entityCondition, java.util.Setjava.lang.String fieldsToSelect, java.util.Listjava.lang.String orderBy, EntityFindOptions findOptions, boolean useCache) - Joel Fradkin -- View this message in context: http://ofbiz.135035.n4.nabble.com/findList-method-in-Groovy-tp278232p4654892.html Sent from the OFBiz

findList method in Groovy..

2009-10-30 Thread swathi
: http://n4.nabble.com/findList-method-in-Groovy-tp278232p278232.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: findList method in Groovy..

2009-10-30 Thread Adrian Crum
http://api.ofbiz.org/org/ofbiz/entity/Delegator.html -Adrian swathi wrote: Hi Can someone please explain me what are the parameters that delegator.findList() takes. Refering to the Practice application, context.persons = delegator.findList(Person, null, null, null, null, false); I tried to

Re: findList method in Groovy..

2009-10-30 Thread swathi
, null, null, null, null, false); I tried to search for it but could not find it. Thankyou. -- View this message in context: http://n4.nabble.com/findList-method-in-Groovy-tp278232p278260.html Sent from the OFBiz - User mailing list archive at Nabble.com.