• 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
EOGlobalID
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EOGlobalID


  • Subject: EOGlobalID
  • From: Chris Pastore <email@hidden>
  • Date: Fri, 22 Apr 2011 13:59:30 -0700
  • Acceptlanguage: en-US
  • Thread-topic: EOGlobalID

While trying to return an EOGlobalID for a generic record, I am getting a null.

I have a method to fetch a student:
private static EOGenericRecord getStudent(EOEditingContext ctx, String sid) {
EOGenericRecord student = (EOGenericRecord) EOUtilities.objectMatchingKeyAndValue(ctx, "Student", "studentId", sid);
ctx.insertObject(student);  //tried with and without inserting it into the context 
return student;
}

Later I try to retrieve that object's EOGlobalID with the following:
EOGlobalID globalID = ctx.globalIDForObject((EOGenericRecord) value);

The value of globalID is always null. What am I missing? 

Thank you for any help you may be able to offer,

Chris Pastore


 _______________________________________________
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: EOGlobalID
      • From: Chuck Hill <email@hidden>
    • Re: EOGlobalID
      • From: Alexander Spohr <email@hidden>
    • Re: EOGlobalID
      • From: David LeBer <email@hidden>
  • Prev by Date: Re: I've got the latest Gianduja snapshot for evaluation
  • Next by Date: Re: EOGlobalID
  • Previous by thread: Re: Javadoc and Source Code for JRE Classes in Eclipse
  • Next by thread: Re: EOGlobalID
  • Index(es):
    • Date
    • Thread