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

help with eogenerator


  • Subject: help with eogenerator
  • From: Theodore Petrosky <email@hidden>
  • Date: Sun, 27 Jan 2008 22:01:05 -0800 (PST)

I did have things working...... I don't know what I
updated (maybe the project wonder frameworks???) but
now when I eogenerate I get errors...


public static newentity
fetchRequiredNewEntity(EOEditingContext
editingContext, String keyName, Object value) {
    return
_newentity.fetchRequiredNewEntity(editingContext, new
EOKeyValueQualifier(keyName,
EOQualifier.QualifierOperatorEqual, value));
  }

  public static newentity
fetchRequirednewentity(EOEditingContext
editingContext, EOQualifier qualifier) {
    newentity eoObject =
_newentity.fetchnewentity(editingContext, qualifier);
    if (eoObject == null) {
      throw new NoSuchElementException("There was no
NewEntity that matched the qualifier '" + qualifier +
"'.");
    }
    return eoObject;
  }

I have red x's for the fetchnewentity and
fetchRequiredNewEntity. I did not have these last
week. I wish I understood what was happening here
better... this is frustrating.

can someone shed light here. I am using postgresql as
my backend...

Ted




      ____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping
 _______________________________________________
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

  • Prev by Date: Re: locations of DST information
  • Next by Date: Re: locations of DST information
  • Previous by thread: Re: locations of DST information
  • Next by thread: Re: help with eogenerator
  • Index(es):
    • Date
    • Thread