Uses of Interface
ch.helvethink.odoo4java.models.OdooObj
Packages that use OdooObj
-
Uses of OdooObj in ch.helvethink.odoo4java.rpc
Methods in ch.helvethink.odoo4java.rpc with type parameters of type OdooObjModifier and TypeMethodDescriptionOdooRpcClient.findByCriteria(int limit, int page, Class<T> classToConvert, String... criteria) Find an Odoo object using criteria with pagination.OdooRpcClient.findByCriteria(int limit, Class<T> classToConvert, String... criteria) Find an Odoo object using criteria.OdooRpcClient.findListByIds(List<OdooId> idsToFetch, Class<T> classToConvert) Same as above but with Odoo IdsOdooRpcClient.findListByIdsInt(List<Integer> idsToFetch, Class<T> classToConvert) Same asOdooRpcClient.findObjectById(OdooId, Class)but with a List<T extends OdooObj>
TOdooRpcClient.findObjectById(OdooId idToFetch, Class<T> classToConvert) Fetch an object by its idMethod parameters in ch.helvethink.odoo4java.rpc 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