From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../client/showcase/swing/CompanyService.html | 228 +++++++++++++++++++++ 1 file changed, 228 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/CompanyService.html (limited to 'Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/CompanyService.html') diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/CompanyService.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/CompanyService.html new file mode 100644 index 0000000..ff30aa2 --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/showcase/swing/CompanyService.html @@ -0,0 +1,228 @@ + + + + + + +CompanyService (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.showcase.swing +
+Interface CompanyService

+
+
All Superinterfaces:
Service
+
+
+
+
public interface CompanyService
extends Service
+ +

+A service that is normally provided by the server. + Its implementation is either an proxy for the server services + or a dummy implementation. +

+ +

+

+
Author:
+
Martin Haft
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ CompanygetCompany() + +
+           
+  +

+ + + + + + + + + + + + + + +
+Method Detail
+ +

+getCompany

+
+public Company getCompany()
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3