Author Message
yunjiaohou
Joined: Jan 2, 2008
Messages: 6
Offline
Hi,
Do we have the document to introduce which method can be override, which method cannot be modify?
Customer think OD is very complex, they don't know why some of them are generated automatically by OD, some of them we need to override. They need a document to tell them.
Example, how to know we need to implement servletImplementation method in Servlet node?
How to know we need to override updateChoices in menu node in order to implement a dynamic menu?
If we have this kind of document, please share with us.

Thanks,
Yunjiao
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
We don't provide a comprehensive doc as you said. You have to refer to the DD online help API section to see the documentation on each method, what it does and how to call it. Each auto generated method in the Java class already have documentation telling what it does and they are not meant to be modified. Any modification will be overwritten by the code generator anyway. A Java developer would be able to open the Java class file using the Eclipse Java tools to explore the methods provided by the underlining DD framework to see what methods are there to override and each of the method will show the documentation.
Go to:   
Mobile view