Hi, Check this document: http://wiki.openbravo.com/wiki/ERP/2.50/Developers_Guide/Concepts/Data_Access_Layer
For identifier properties: http://javadoc.openbravo.com/ERP/2.50/org/openbravo/base/model/Entity.html#getIdentifierProperties() For id properties: http://javadoc.openbravo.com/ERP/2.50/org/openbravo/base/model/Entity.html#getIdProperties() Cheers, On Mon, 22 Jun 2009 23:48:43 +0800 Bill Li <[email protected]> wrote: > Thanks Ivan! > > If I consider extending REST func, your document is absoluely useful. > > But from the link I mentioned( > http://wiki.openbravo.com/wiki/ERP/2.50/Developers_Guide/How_to_create_a_new_REST_webservice), > looks like OB has built-in support of retrieving a list of id and > identifier, is it true? > > BTW, I am looking at 2.5 code. > > 2009/6/22 Iván Perdomo <[email protected]> > > > > > Hi, > > > > Take a look at this document: > > > > http://wiki.openbravo.com/wiki/ERP/2.50/Developers_Guide/How_to_create_a_new_REST_webservice > > > > Cheers, > > > > On Mon, 22 Jun 2009 23:27:12 +0800 > > Bill Li <[email protected]> wrote: > > > > > In > > > > > http://wiki.openbravo.com/wiki/Projects/Data_Access_Layer/CrudWebServices, > > > > > > it reads: retrieval of a list of id and identifier values, for > > > example to fill a listbox in an external user interface > > > > > > How to do this? Can anyone provide a example url? > > > > > > Thanks. > > > > > > -- > > Iván Perdomo > > > > > > ------------------------------------------------------------------------------ > > Are you an open source citizen? Join us for the Open Source Bridge > > conference! > > Portland, OR, June 17-19. Two days of sessions, one day of > > unconference: $250. > > Need another reason to go? 24-hour hacker lounge. Register today! > > > > http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org > > _______________________________________________ > > Openbravo-development mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/openbravo-development > > -- Iván Perdomo ------------------------------------------------------------------------------ Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register today! http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org _______________________________________________ Openbravo-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-development
