
You can create custom operations to make the logic of your application more flexible.
This way the operation can throw the CAFServiceException , which is the base for all the exceptions thrown by the business object nodes services.
| Operation Name | Input Parameter | Output Parameter | Cardinality | Fault |
|---|---|---|---|---|
|
getAll |
Empty |
TravelLocation |
0..n |
CAFServiceException |
You have created two operations that do the following:
Step 6: