Le 2012-03-05 à 11:33, Ron X a écrit :
> hi,
> i have this code:
> @Override
> public Note objectOfEntityWithID(EOClassDescription entity, Object id,
> ERXRestContext context) {
> ....
> Note - is the entity.
> When i go there - in this method - i have the right id and entity...But how
> can i get the object (Note) from it? Just simple get the object :-)
> (I don't want to refetch objects again from ERXQ.filtered and other like it
> had shown in example)
public Object objectOfEntityWithID(EOClassDescription entity, Object id,
ERXRestContext context) {
return
OrganizationProfile.fetchOrganizationProfile(ERXEC.newEditingContext(),
OrganizationProfile.COMPANY_NAME.eq((String)id);
}
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]