Re: Conditional relation
Re: Conditional relation
- Subject: Re: Conditional relation
- From: Jesse Tayler <email@hidden>
- Date: Tue, 16 Aug 2011 09:54:09 -0400
because you don't want that type of logic on an EO.
your interface controller has awareness of session -- your problem would be session logic because that's where you'd want to keep track of things like authentication -
get the idea there? I'd bet if you look at bug tracker or something with user-logic you'll basically see something like this.
On Aug 16, 2011, at 9:48 AM, Frank Stock wrote:
> but how can you reach the session, from an ERXGenericRecord, I think that is my problem
> Op 16-aug-2011, om 15:43 heeft Jesse Tayler het volgende geschreven:
>
>> maybe just create a session variable for your authenticatedUser and set that with a login method.
>>
>> in another method for accessing the data, check if the session.authenticatedUser exists, and whatever you want before retuning data from table B.
>>
>>
>>
>> On Aug 16, 2011, at 9:39 AM, Frank Stock wrote:
>>
>>> Hi all,
>>>
>>>
>>> How can I solve this:
>>>
>>> I have a table A and a table B. If I fetch an object from A, I want an object from B depending on the user that has logged in.
>>> So I want to add an method in de Class A that is fetching the object from B, but where can I get the user-information?
>>>
>>> It is like the use of ERXLocalizer where you get the column in the language you want, but I want the get a relation B, depending on the user information.
>>>
>>> Or where can I find more info about the working of 'user info' in the modeler.
>>>
>>> Thanks in advance,
>>> Frank Stock
>>> Belgium _______________________________________________
>>> 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