-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Multiple enabled Filters OR combined
PostPosted: Tue Apr 26, 2005 9:53 am 
Newbie

Joined: Tue Apr 26, 2005 9:15 am
Posts: 2
Hi

we use a set of filters to define a customer specific view on BO/table. If we enable more than one filter per BO the filters are bound via AND.

Is there a way to enable additional filters that will be OR combined?

We tried to dynamically create the sql where clause but this fails as the parameter are injected as string parameters and won't be executed.

i.e.
-------------------------------------------------------------
<filter name="UserAccountBo_Generic"><![CDATA[(:dynamic) ]]></filter>

<filter-def name="UserAccountBo_Generic">
<filter-param name="dynamic" type="string" />
</filter-def>
-----------------------------------------------
String dynamicSql = "( ( 'Horst' = LOGIN_NAME)) OR ( ( 'Horst' = PASSWORD))" ;

filter.setParameter("dynamic", dynamicSql );
--------------------------------------------------------------
translates to
select * ... where ( ' ( ( 'Horst' = LOGIN_NAME)) OR ( ( 'Horst' = PASSWORD)) ' )
--------------------------------------------------------------


Any hints appreciated
Cheers
Wilko


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.