help with eogenerator
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