
Open
Java
Editor
.The completed code should be the same as the example below (you can copy and paste this example code into the editor):
|
//------------------------------------------------------------------------------------ // Supply Functions for Context Nodes. //------------------------------------------------------------------------------------ public void supplygetOrderHeaders(IWDNode node) { //@@begin supplygetOrderHeaders(IWDNode,IWDNodeElement) //$$begin (Mobile Service Component) getOrderHeaders.execute(); node.bind(Collections. singleton (getOrderHeaders)); //$$end // @@end } |