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!

Calling AMImpl method in EntityImpl

adfLearnerFeb 27 2013 — edited Mar 2 2013
Hi ,

JDEV version 11.1.2.2.0
Need suggestion to implement the following usecase :

On the Ui, user enters some data ( which is based on two view objects Vo1 entity based and VO2 trasient ).
I have a EO1 based on view doing crud through sqlProcedure call ( so overridden doDML ). SqlProcedure call needs the data entered on UI for VO2 . So I have written a method in AMImpl which returns the List having data entered for VO2. Accessing the AMinstance in EO is bad practise... So how do I achieve it.

Note: I have to insert the data through single procedure call that is happening in EO1.



Thanks,
Rajdeep
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 30 2013
Added on Feb 27 2013
3 comments
417 views