• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
EOSortOrdering or ERXSortOrdering
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EOSortOrdering or ERXSortOrdering


  • Subject: EOSortOrdering or ERXSortOrdering
  • From: WebObjects <email@hidden>
  • Date: Sun, 5 Oct 2008 21:22:03 -0500

Hello, well Im fetching some data, and I encounter here something, when I created the EOModel and generate the javaclases,  I got a method :
public static NSArray<WorkDay> fetchWorkDaies(EOEditingContext editingContext, EOQualifier qualifier, NSArray<EOSortOrdering> sortOrderings) {
well, before I realize its third argument it;s a EOSortOrdering, I was tryin to send it a ERXSortOrdering, and then as you can imagine Eclipse complain about it, if this is wonder shouldn't use the ERXSortOrdering, what to do?

just use EOSortOrdering?, will I loss something using it instead of EOSortOrdering?

or from where I call the method I did this, knowing that EOSortOrdering its the supperclass of ERXSortOrdering.

NSArray<EOSortOrdering> order = new NSArray(new ERXSortOrdering("id",ERXSortOrdering.CompareDescending));

and the call the method fetchWorkDaies(EOEditingContext editingContext, EOQualifier qualifier, NSArray<EOSortOrdering> sortOrderings)

well let me know if actually I can fetch and sort using the id.

thanks

gus



 _______________________________________________
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

  • Follow-Ups:
    • Re: EOSortOrdering or ERXSortOrdering
      • From: getsharp <email@hidden>
  • Prev by Date: Re: Rapid Turnaround mode not working
  • Next by Date: Re: EOSortOrdering or ERXSortOrdering
  • Previous by thread: Re: Unit testing
  • Next by thread: Re: EOSortOrdering or ERXSortOrdering
  • Index(es):
    • Date
    • Thread