Uses of Interface
ch.helvethink.odoo.models.OdooObj
Packages that use OdooObj
-
Uses of OdooObj in ch.helvethink.odoo.xmlrpc
Methods in ch.helvethink.odoo.xmlrpc with type parameters of type OdooObjModifier and TypeMethodDescriptionOdooClient.fetchListByIds(String modelName, List<OdooId> idsToFetch, Class<T> classToConvert) Same as above but with Odoo Ids, and no catch of the exceptionOdooClient.fetchListByIdsInt(String modelName, List<Integer> idsToFetch, Class<T> classToConvert) Same asOdooClient.fetchObjectById(String, OdooId, Class)but with a List<T extends OdooObj>
TOdooClient.fetchObjectById(String modelName, OdooId idToFetch, Class<T> classToConvert) Fetch an object by its idOdooClient.findByCriteria(int limit, Class<T> classToConvert, String... criteria) Find an Odoo object using criteria.Method parameters in ch.helvethink.odoo.xmlrpc with type arguments of type OdooObjModifier and TypeMethodDescriptionbooleanOdooClient.fetchRecursivelyRelationShips(Object o, int depth, List<Class<? extends OdooObj>> classesToFetch) The same asOdooClient.fetchRelationShips(Object, List)but recursively Warn!booleanOdooClient.fetchRelationShips(Object o, List<Class<? extends OdooObj>> classesToFetch) Fetch relationships from an Odoo object, without recursion