Uses of Interface
ch.helvethink.odoo4java.models.OdooObj
Packages that use OdooObj
-
Uses of OdooObj in ch.helvethink.odoo4java.xmlrpc
Methods in ch.helvethink.odoo4java.xmlrpc with type parameters of type OdooObjModifier and TypeMethodDescriptionOdooClient.findByCriteria(int limit, Class<T> classToConvert, String... criteria) Find an Odoo object using criteria.OdooClient.findByNames(Class<T> classToConvert, List<String> names) Find a list of object from namesOdooClient.findListByIds(List<OdooId> idsToFetch, Class<T> classToConvert) Same as above but with Odoo IdsOdooClient.findListByIdsInt(List<Integer> idsToFetch, Class<T> classToConvert) Same asOdooClient.findObjectById(OdooId, Class)but with a List<T extends OdooObj>
TOdooClient.findObjectById(OdooId idToFetch, Class<T> classToConvert) Fetch an object by its idMethod parameters in ch.helvethink.odoo4java.xmlrpc with type arguments of type OdooObjModifier and TypeMethodDescriptionvoidOdooObjectLoader.fetchRecursivelyRelationShips(Object o, int depth, List<Class<? extends OdooObj>> classesToFetch) The same asOdooObjectLoader.fetchRelationShips(Object, List)but recursively Warn!voidOdooObjectLoader.fetchRelationShips(Object o, List<Class<? extends OdooObj>> classesToFetch) Fetch relationships from an Odoo object, without recursion