Tags:
create new tag
, view all tags
-- PedroRio - 31 Dec 2010

boManagerLocal

The boManagerLocal class is a manager class to deal with boObject instances. It allows to create new boObject instances as well as loading existing instances. To create/load a boObject instance, the boManagerLocal class will always require an EboContext instance (as explained in the EboContext section).

Table of important methods in the boManagerLocal API

Method Name Description Parameters Return type Notes
createObject Creates a new object instance for a given object name

EboContext ctx, String objectName

boObject -
loadObject Loads an object given its boui EboContext ctx, long boui boObject -
loadObject Loads an object given a BOQL expression EboContext ctx, String boql boObject It the BOQL expression retrieves more than one result, the first boObject instance from that result is returned

The boManagerLocal interface has more methods that allow creating and loading boObject instances, but the more important one are listed in the above table.

_

Edit | Attach | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r1 - 2010-12-31 - PedroRio
 

No permission to view TWiki.WebTopBar

This site is powered by the TWiki collaboration platform Powered by Perl

No permission to view TWiki.WebBottomBar