Thursday, November 5, 2009

JDev/ADF sample - Calling Custom Entity Method From View Object Implementation Class

  • Calling Custom Entity Method From View Object Implementation Class. Few days ago I got a question from one of my colleagues about how to call custom method from EO implementation class. Colleague wanted to call this method from VO implementation class. I would not recommend you to follow this approach, because instead calling method in EO, you can invoke same code in VO row implementation class. But yes, exist different use cases and sometimes you may need to call EO from VO. In this post I will describe how you can do this .
    Download - CallingEntityMethodFromView.zip

No comments: