• 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
Re: ERRest - RestDelegate
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ERRest - RestDelegate


  • Subject: Re: ERRest - RestDelegate
  • From: Jesse Tayler <email@hidden>
  • Date: Mon, 05 Mar 2012 12:26:13 -0500

you realize that if your route contains an ID, you can just get the object by asking

		Note aNote = routeObjectForKey("note");

a route that looks like

/ra/Note/121.html

already gives you the id for that note as the route object.




On Mar 5, 2012, at 12:07 PM, Pascal Robert <email@hidden> wrote:

>
> 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@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden


 _______________________________________________
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: ERRest - RestDelegate
      • From: Pascal Robert <email@hidden>
References: 
 >ERRest - RestDelegate (From: Ron X <email@hidden>)
 >Re: ERRest - RestDelegate (From: Pascal Robert <email@hidden>)

  • Prev by Date: Re: ERRest - RestDelegate
  • Next by Date: Re: Funny WebObjects Adaptor
  • Previous by thread: Re: ERRest - RestDelegate
  • Next by thread: Re: ERRest - RestDelegate
  • Index(es):
    • Date
    • Thread