Re: Updates to EntityQuery

2017-11-11 Thread Jacques Le Roux
Le 27/10/2017 à 09:50, Jacopo Cappellato a écrit : On Thu, Oct 26, 2017 at 7:13 AM, Taher Alkhateeb

Re: Updates to EntityQuery

2017-11-10 Thread Jacques Le Roux
---Original Message- From: Arun Patidar [mailto:arun.pati...@hotwaxsystems.com] Sent: 25 October 2017 5:49 AM To: dev@ofbiz.apache.org Cc: arunpati...@apache.org Subject: Re: Updates to EntityQuery Hello Gareth, Please provide some more details or patch to understand - forUpdate and forEach met

RE: Updates to EntityQuery

2017-10-27 Thread Gareth Carter
Management Services Ltd IT Department Ext: 7036 DDI: 01264 364311 Please consider the environment before printing this email. -Original Message- From: Paul Foxworthy [mailto:p...@cohsoft.com.au] Sent: 27 October 2017 12:42 AM To: dev@ofbiz.apache.org Subject: Re: Updates to EntityQuery Hi all

Re: Updates to EntityQuery

2017-10-27 Thread Jacopo Cappellato
On Thu, Oct 26, 2017 at 7:13 AM, Taher Alkhateeb wrote: > [...] The idea of NoSQL is to think at a different conceptual level of > your domain model. > I agree! In order to leverage the power of NoSQL databases you have to write your code accordingly and apply

Re: Updates to EntityQuery

2017-10-26 Thread Paul Foxworthy
nt >> Ext: >> 7036 >> DDI: >> 01264 364311 >> >> >> Please consider the environment before printing this email. >> >> -Original Message- >> From: Taher Alkhateeb [mailto:slidingfilame...@gmail.com] >> Sent: 26 October 2017 6:1

Re: Updates to EntityQuery

2017-10-26 Thread Jacques Le Roux
- From: Taher Alkhateeb [mailto:slidingfilame...@gmail.com] Sent: 26 October 2017 6:13 AM To: OFBIZ Development Mailing List <dev@ofbiz.apache.org> Subject: Re: Updates to EntityQuery Hmmm usually my first gut reaction would be "keep things consistent", however Scott made a good a

RE: Updates to EntityQuery

2017-10-26 Thread Gareth Carter
[mailto:slidingfilame...@gmail.com] Sent: 26 October 2017 6:13 AM To: OFBIZ Development Mailing List <dev@ofbiz.apache.org> Subject: Re: Updates to EntityQuery Hmmm usually my first gut reaction would be "keep things consistent", however Scott made a good argument for supporting non-common DB

Re: Updates to EntityQuery

2017-10-25 Thread Taher Alkhateeb
gt; Stannah Management Services Ltd >> > >> > >> > IT Department >> > >> > >> > Ext: >> > >> > >> > 7036 >> > >> > >> > DDI: >> > >> > >> > 01264 364311 >> > >

Re: Updates to EntityQuery

2017-10-25 Thread Scott Gray
gt; > > > IT Department > > > > > > Ext: > > > > > > 7036 > > > > > > DDI: > > > > > > 01264 364311 > > > > > > > > > > [http://logos.stannah.co.uk/stan150.jpg] > > > > > > [http://logos.stannah.c

Re: Updates to EntityQuery

2017-10-25 Thread Paul Foxworthy
> [http://logos.stannah.co.uk/stan150.jpg] > > > [http://logos.stannah.co.uk/enviro.jpg]Please consider the environment > before printing this email. > > > ---- Original message > From: deepak nigam <deepak.nigam1...@gmail.com> > Date: 25/10/2017 14:06 (

Re: Updates to EntityQuery

2017-10-25 Thread Gareth Carter
/enviro.jpg]Please consider the environment before printing this email. Original message From: deepak nigam <deepak.nigam1...@gmail.com> Date: 25/10/2017 14:06 (GMT+00:00) To: dev@ofbiz.apache.org Subject: Re: Updates to EntityQuery Looking good to me also. Let me know if

Re: Updates to EntityQuery

2017-10-25 Thread deepak nigam
; Debug.logInfo(item.toString(), module); > >> ); > >> > >> A further update could be to provide stream capabilities > >> > >> Hope this helps, I can provide a patch aswell > >> > >> Gareth Carter > >> Software Development Analyst

Re: Updates to EntityQuery

2017-10-25 Thread Yash Sharma
>> >> Hope this helps, I can provide a patch aswell >> >> Gareth Carter >> Software Development Analyst >> Stannah Management Services Ltd >> IT Department >> Ext: >> 7036 >> DDI: >> 01264 364311 >> >> >> Please con

Re: Updates to EntityQuery

2017-10-25 Thread Yash Sharma
re Development Analyst > Stannah Management Services Ltd > IT Department > Ext: > 7036 > DDI: > 01264 364311 > > > Please consider the environment before printing this email. > > -Original Message- > From: Arun Patidar [mailto:arun.pati...@hotwaxsystems.com] &

RE: Updates to EntityQuery

2017-10-25 Thread Gareth Carter
c: arunpati...@apache.org Subject: Re: Updates to EntityQuery Hello Gareth, Please provide some more details or patch to understand - forUpdate and forEach method utility. getFieldMap method looks good to me. -- Thanks & Regards --- Arun Patidar Manager, Enterprise Softwar

Re: Updates to EntityQuery

2017-10-24 Thread Pritam Kute
Hello Gareth, Looks like a nice addition to EntityQuery API. Thanks for that. As mentioned by Arun, please provide more details to understand about "forUpdate" and "forEach" methods. Regards -- Pritam Kute On Wed, Oct 25, 2017 at 10:18 AM, Arun Patidar < arun.pati...@hotwaxsystems.com> wrote:

Re: Updates to EntityQuery

2017-10-24 Thread Arun Patidar
Hello Gareth, Please provide some more details or patch to understand - forUpdate and forEach method utility. getFieldMap method looks good to me. -- Thanks & Regards --- Arun Patidar Manager, Enterprise Software Development HotWax Systems Pvt Ltd. www.hotwaxsystems.com On Tue, Oct 24,

Updates to EntityQuery

2017-10-24 Thread Gareth Carter
Hi all We have internally patched EntityQuery with some additional functionality and before I create a Jira was going to see what the community thinks. New functionality: - New method getFieldMap which returns a Map object of selected fields from GenericValue objects, useful for