Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- ch.helvethink.odoo4java - package ch.helvethink.odoo4java
- ch.helvethink.odoo4java.generator - package ch.helvethink.odoo4java.generator
- ch.helvethink.odoo4java.java_odoo_xml_rpc_plugin - package ch.helvethink.odoo4java.java_odoo_xml_rpc_plugin
- ClassGenerator - Class in ch.helvethink.odoo4java.generator
-
Main class to generate models.
- ClassGenerator.TemplateData - Record Class in ch.helvethink.odoo4java.generator
- className() - Method in record class ch.helvethink.odoo4java.generator.ClassGenerator.TemplateData
-
Returns the value of the
classNamerecord component. - ClassTools - Class in ch.helvethink.odoo4java.generator
-
Some tools for the classes we want to generate
E
- equals(Object) - Method in record class ch.helvethink.odoo4java.generator.ClassGenerator.TemplateData
-
Indicates whether some other object is "equal to" this one.
- execute() - Method in class ch.helvethink.odoo4java.GeneratorMojo
-
Main entrypoint for the plugin (ch.helvethink.odoo.generator: generate)
- execute() - Method in class ch.helvethink.odoo4java.java_odoo_xml_rpc_plugin.HelpMojo
F
- fields() - Method in record class ch.helvethink.odoo4java.generator.ClassGenerator.TemplateData
-
Returns the value of the
fieldsrecord component. - FieldTemplate - Class in ch.helvethink.odoo4java.generator
- FieldTemplate(FieldTemplate) - Constructor for class ch.helvethink.odoo4java.generator.FieldTemplate
- FieldTemplate(String, String, String) - Constructor for class ch.helvethink.odoo4java.generator.FieldTemplate
G
- generateClass(List<String>, List<String>, String, String, String, Map<String, Map<String, Object>>) - Static method in class ch.helvethink.odoo4java.generator.ClassGenerator
-
Main method to generate a class for a model All attributes of the object are public (no getters and setters), this is very conscious
- generateClassNG(List<String>, List<String>, String, String, String, Map<String, Map<String, Object>>) - Static method in class ch.helvethink.odoo4java.generator.ClassGenerator
-
Main method to generate a class for a model All attributes of the object are public (no getters and setters), this is very conscious
- GeneratorMojo - Class in ch.helvethink.odoo4java
-
Goal which generates classes from an Odoo instance, using XML-RPC (ch.helvethink.odoo.generator: generate)
- GeneratorMojo() - Constructor for class ch.helvethink.odoo4java.GeneratorMojo
- getFieldModel() - Method in class ch.helvethink.odoo4java.generator.FieldTemplate
- getFieldName() - Method in class ch.helvethink.odoo4java.generator.FieldTemplate
- getFieldRelation() - Method in class ch.helvethink.odoo4java.generator.FieldTemplate
- getFieldType() - Method in class ch.helvethink.odoo4java.generator.FieldTemplate
- getJavaType(String) - Static method in class ch.helvethink.odoo4java.generator.ClassTools
-
Mapping between odooType and Java type
- getOriginalName() - Method in class ch.helvethink.odoo4java.generator.FieldTemplate
- gg.jte.generated.precompiled - package gg.jte.generated.precompiled
H
- hashCode() - Method in record class ch.helvethink.odoo4java.generator.ClassGenerator.TemplateData
-
Returns a hash code value for this object.
- HelpMojo - Class in ch.helvethink.odoo4java.java_odoo_xml_rpc_plugin
-
Display help information on java-odoo-xml-rpc-plugin.
Callmvn java4odoo:help -Ddetail=true -Dgoal=<goal-name>to display parameter details. - HelpMojo() - Constructor for class ch.helvethink.odoo4java.java_odoo_xml_rpc_plugin.HelpMojo
I
- importsList() - Method in record class ch.helvethink.odoo4java.generator.ClassGenerator.TemplateData
-
Returns the value of the
importsListrecord component. - INFO_SEPARATOR - Static variable in class ch.helvethink.odoo4java.GeneratorMojo
- isOdooId() - Method in class ch.helvethink.odoo4java.generator.FieldTemplate
- isOdooListIds() - Method in class ch.helvethink.odoo4java.generator.FieldTemplate
J
- JTE_LINE_INFO - Static variable in class gg.jte.generated.precompiled.JteJavaClassGenerated
- JTE_LINE_INFO - Static variable in class gg.jte.generated.precompiled.JteOldStyleWithPublicAccessorsGenerated
- JTE_NAME - Static variable in class gg.jte.generated.precompiled.JteJavaClassGenerated
- JTE_NAME - Static variable in class gg.jte.generated.precompiled.JteOldStyleWithPublicAccessorsGenerated
- JteJavaClassGenerated - Class in gg.jte.generated.precompiled
- JteJavaClassGenerated() - Constructor for class gg.jte.generated.precompiled.JteJavaClassGenerated
- JteOldStyleWithPublicAccessorsGenerated - Class in gg.jte.generated.precompiled
- JteOldStyleWithPublicAccessorsGenerated() - Constructor for class gg.jte.generated.precompiled.JteOldStyleWithPublicAccessorsGenerated
L
- LOG - Static variable in class ch.helvethink.odoo4java.generator.ClassGenerator
-
Simple Logger
- LOG - Static variable in class ch.helvethink.odoo4java.GeneratorMojo
-
Simple logger
M
- modelName() - Method in record class ch.helvethink.odoo4java.generator.ClassGenerator.TemplateData
-
Returns the value of the
modelNamerecord component.
O
- OdooConstants - Class in ch.helvethink.odoo4java.generator
-
Constants class
- OdooModel - Annotation Interface in ch.helvethink.odoo4java
-
Simple annotation we use for all generated classes
P
- packageName() - Method in record class ch.helvethink.odoo4java.generator.ClassGenerator.TemplateData
-
Returns the value of the
packageNamerecord component.
R
- RELATION_FIELD_NAME - Static variable in class ch.helvethink.odoo4java.generator.OdooConstants
-
Relation field
- render(TemplateOutput, HtmlInterceptor, ClassGenerator.TemplateData) - Static method in class gg.jte.generated.precompiled.JteJavaClassGenerated
- render(TemplateOutput, HtmlInterceptor, ClassGenerator.TemplateData) - Static method in class gg.jte.generated.precompiled.JteOldStyleWithPublicAccessorsGenerated
- renderMap(TemplateOutput, HtmlInterceptor, Map<String, Object>) - Static method in class gg.jte.generated.precompiled.JteJavaClassGenerated
- renderMap(TemplateOutput, HtmlInterceptor, Map<String, Object>) - Static method in class gg.jte.generated.precompiled.JteOldStyleWithPublicAccessorsGenerated
S
- sanitizeClassName(String) - Static method in class ch.helvethink.odoo4java.generator.ClassTools
-
Sanitize class names, i.e. compliant with Java and Camel Cased
- setFieldModel(String) - Method in class ch.helvethink.odoo4java.generator.FieldTemplate
- setFieldName(String) - Method in class ch.helvethink.odoo4java.generator.FieldTemplate
- setFieldRelation(String) - Method in class ch.helvethink.odoo4java.generator.FieldTemplate
- setFieldType(String) - Method in class ch.helvethink.odoo4java.generator.FieldTemplate
- setOdooId(boolean) - Method in class ch.helvethink.odoo4java.generator.FieldTemplate
- setOdooListIds(boolean) - Method in class ch.helvethink.odoo4java.generator.FieldTemplate
- setOriginalName(String) - Method in class ch.helvethink.odoo4java.generator.FieldTemplate
T
- TemplateData(String, String, String, String, List<FieldTemplate>) - Constructor for record class ch.helvethink.odoo4java.generator.ClassGenerator.TemplateData
-
Creates an instance of a
TemplateDatarecord class. - toString() - Method in record class ch.helvethink.odoo4java.generator.ClassGenerator.TemplateData
-
Returns a string representation of this record class.
V
C E F G H I J L M O P R S T VAll Classes and Interfaces|All Packages|Constant Field Values