Versions Compared

Key

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

...

The Service Interface of the SmartComponent Library is a central component for accessing Business Entities and Business Tasks on the backend. To be accessible from remote clients, the name of the Business Entity or Tast Task to be invoked is passed as a character variable. So when invoking services through the Service Interface, developers will need to pay attention to avoid typing mistakes on the Business Entity or Task name. 

...

The first argument names the class or interface which implementations or derived types should be included in the static names generation. The IBusinessService interface will include all Business Entities and Tasks. The second argument "Services" is the name suffix which will be appended to the generated package name to build the class name of the class containing the static names.