ERP 2.50:Developers Guide/Reference/JavaAPI
The java apidoc for different versions of Openbravo can be found here. Also the javadoc for the latest development versions of Openbravo (the so-called pi and main Mercurial repositories) is located here. The javadoc is regenerated as part of the automatic build process.
The java doc has been completed for most of the code which has been added in the Openbravo 2.50 release.
The following rules have been applied when creating Javadoc:
- Javadoc is only present for public/protected classes and methods.
- Javadoc is only generated for public and protected members and methods.
- There is no javadoc on getters/setters (i.e. accessors), unless the getter/setter has special behavior other than setting a member of a class.
- The javadoc includes the source code, by clicking on a class name (in the class javadoc) or on a method name you navigate to the source file.
Javadoc is generated for the following parts of the Openbravo development project:
- openbravo/src
- openbravo/src-gen
- openbravo/src-test
- openbravo/build/javasqlc/srcAD
- openbravo/build/javasqlc/src
- openbravo/srcAD
- openbravo/src-core
Click here to go to the main javadoc page, this page lists the javadoc for the main releases of Openbravo ERP and the current pi and main Mercurial repositories.
Languages: |
ERP 2.50:Developers Guide/Reference/Hibernate Mapping | ERP 2.50:Developers Guide/Reference/ExtensionPoints