How to implement Having function in view-entity defination?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

How to implement Having function in view-entity defination?

zhiyongcui
I want to implement having function in view-entity defination, but I can't.Is  there somebody who can help me?many thanks!
Reply | Threaded
Open this post in threaded view
|

Re: How to implement Having function in view-entity defination?

Jacques Le Roux
Administrator
Sorry, but it's not clear what you want exactly. Could you elaborate a bit more?

Jacques

From: "zhiyongcui" <[hidden email]>
>I want to implement having function in view-entity defination, but I can't.Is
> there somebody who can help me?many thanks!
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/How-to-implement-Having-function-in-view-entity-defination-tp3613550p3613550.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.


Reply | Threaded
Open this post in threaded view
|

Re: How to implement Having function in view-entity defination?

Rishi Solanki
While defining the view entity, you may use group-by on the field aka alias
of the view entity.
Then you can add condition in the bottom using entity-condition in the
bottom of view entity definition.
See the view-entity ExampleStatusItem in the
/framework/example/entitydef/entitymodel_view.xml for partial understanding.

Also look into the
org.ofbiz.entity.model.ModelViewEntity.ViewEntityCondition, here you will
get idea how it will work.

HTH!

Rishi Solanki
Manager, Enterprise Software Development
HotWax Media Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxmedia.com


On Wed, Jun 22, 2011 at 2:01 AM, Jacques Le Roux <
[hidden email]> wrote:

> Sorry, but it's not clear what you want exactly. Could you elaborate a bit
> more?
>
> Jacques
>
> From: "zhiyongcui" <[hidden email]>
>
>  I want to implement having function in view-entity defination, but I
>> can't.Is
>> there somebody who can help me?many thanks!
>>
>> --
>> View this message in context: http://ofbiz.135035.n4.nabble.**
>> com/How-to-implement-Having-**function-in-view-entity-**
>> defination-tp3613550p3613550.**html<http://ofbiz.135035.n4.nabble.com/How-to-implement-Having-function-in-view-entity-defination-tp3613550p3613550.html>
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
>
>
>