Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Execute a condition in a groovy expression

adrinaApr 13 2015 — edited Apr 13 2015

Hi,

Am using jdeveloper 11.2.4.0.,

I have 2 Vo's

Department Vo has SalaryGt1000 " Transient Attribute"

Employmees VO.

I have created a View Accessor "EmployeesView1".

If salary in Employees VO is greater than 100 then SalaryGt1000 in DepartmentVO should be yes and if salary in EmployeesVO is greater than 500 then SalaryGt1000 in DepartmentVO should be no.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 11 2015
Added on Apr 13 2015
7 comments
518 views