Hi,
I have two modules "A" and "B". There exists a relation (one-to-many) between theses two modules. One module A may have many module B's. I have a field "status" in Module B. It is an enum field with following options ('Open', 'Lost', 'Won'). …
I have created a generic bean with few columns and relationships. I want to extend this bean so that depending on certain values a different class is called and different process is performed?
This is what I am trying to do.
- initial bean/module…