Portlet Factory, Version 6.1.2
Calling other methods and model actions from an LJO
This topic provides examples of the syntax you can use to call other methods or actions in a model.
- Call methods added by Method builder calls
- webAppAccess.callMethod("MethodBuilderName");
- Call methods added by an LJO
- webAppAccess.callMethod("LJOName.methodName", arg1, ...);
- Call methods in a Linked Model
- webAppAccess.callMethod("LinkedModelName.MethodBuilderName");
- Call methods on an LJO in a Linked Model
- webAppAccess.callMethod("LinkedModelName.LJOName.methodName", arg1, ...);
Parent topic: Linked Java Object builder
Library | Support |