Re: EOF transient properties
Re: EOF transient properties
- Subject: Re: EOF transient properties
- From: Mike Schrag <email@hidden>
- Date: Mon, 27 Jul 2009 09:58:09 -0400
EOUtilities.localInstance(ec, eo) calls
ec.faultForGlobalID(eo.ec().globalIDForObject(eo), ec)
So you can override faultForGlobalID in a custom EC subclass and do
this copying yourself, based on some rationale you cook up.
yeah, i looked at this thinking I could add a will/didLocalInstance
method on ERXGenericRecord, but you can't easily, because it doesn't
pass in the original object or its original EC, just its gid and the
new ec, which means you'd have to do a whole ThreadLocal thing, which
didn't really seem worth it to me.
ms
_______________________________________________
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