Fetch and sort based on a given list
Fetch and sort based on a given list
- Subject: Fetch and sort based on a given list
- From: Ted Archibald <email@hidden>
- Date: Sun, 11 Mar 2012 17:26:24 -0600
Is there an easy way to fetch and sort an EO given an array of keys.
The qualifier is obvious, but I don't see anything obvious on how to order the fetch based on the given list.
NSArray<String> keys = ATLArrayUtilities.toNSArray((String)context().request().formValueForKey("keys"), ",");
NSArray<EO> eos = Eo.fetchEos(ec, Eo.KEY.in(keys), null);
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden