view-entity with condition

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

view-entity with condition

Krzysztof Podejma
is it possible to create view-entity with condition?
ie: I want to have entity that shows all workefforts where  workEffortTypeId
equals PROJECT.

Regards
Krzysztof Podejma
Reply | Threaded
Open this post in threaded view
|

Re: view-entity with condition

David E Jones

Not right now. The view-entity is meant for modeling structure, not constraints. Those are done at run-time with conditions. If you want something that embodies both a service might be a good option.

-David


Krzysztof Podejma wrote:
> is it possible to create view-entity with condition?
> ie: I want to have entity that shows all workefforts where  
> workEffortTypeId
> equals PROJECT.
>
> Regards
> Krzysztof Podejma
>
Reply | Threaded
Open this post in threaded view
|

Re: view-entity with condition

Krzysztof Podejma
do you think such service is a good option to populate comboboxes with
projects which party is assigned to?
workeffort table has a lot of rows and I'm not sure that such service is an
optimal way for this job.

Krzysztof

2007/6/30, David E Jones <[hidden email]>:

>
>
> Not right now. The view-entity is meant for modeling structure, not
> constraints. Those are done at run-time with conditions. If you want
> something that embodies both a service might be a good option.
>
> -David
>
>
> Krzysztof Podejma wrote:
> > is it possible to create view-entity with condition?
> > ie: I want to have entity that shows all workefforts where
> > workEffortTypeId
> > equals PROJECT.
> >
> > Regards
> > Krzysztof Podejma
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: view-entity with condition

Rodrigo Lima-2
I created one experience with handlers XML without freemarker and ajax.
It was easy and very practical.


2007/6/30, Krzysztof Podejma <[hidden email]>:

> do you think such service is a good option to populate comboboxes with
> projects which party is assigned to?
> workeffort table has a lot of rows and I'm not sure that such service is an
> optimal way for this job.
>
> Krzysztof
>
> 2007/6/30, David E Jones <[hidden email]>:
> >
> >
> > Not right now. The view-entity is meant for modeling structure, not
> > constraints. Those are done at run-time with conditions. If you want
> > something that embodies both a service might be a good option.
> >
> > -David
> >
> >
> > Krzysztof Podejma wrote:
> > > is it possible to create view-entity with condition?
> > > ie: I want to have entity that shows all workefforts where
> > > workEffortTypeId
> > > equals PROJECT.
> > >
> > > Regards
> > > Krzysztof Podejma
> > >
> >
>