Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following templates are provided by Consultingwerk:

Template nameDescription
invoke-receive-dataset (default)

Invokes the method in the Business Entity. Does not pass the current dataset contents from the DatasetModel instance to the method.

The dataset is emptied before calling. When the method returns, the data which was returned from the Business Entity method replaces the data in the DatasetModel instance so that the updated/new data is available in the dataset model instance.

invoke-no-dataset

Invokes the method in the Business Entity. Does not pass the current dataset contents from the DatasetModel instance to the method.

When the method returns, the data which was returned from the Business Entity method is not stored. The data in the DatasetModel instance keep unchanged when calling the Business Entity method.

Customers can create custom method templates if needed.

In the custom template you can use three placeholders:

PlaceholderDescription
&1Will be replaced with the method name.
&2Will be replaced with the parameter class type of the second parameter of the method. 
&3Will be replaced with the name of the dataset.