Teamcenter C++ API Reference  2312
Lis0ServiceProvider.hxx
Go to the documentation of this file.
1 //Copyright 2022 Siemens Digital Industries Software
2 //==================================================
3 //Copyright $2023.
4 //Siemens Product Lifecycle Management Software Inc.
5 //All Rights Reserved.
6 //==================================================
7 //Copyright 2022 Siemens Digital Industries Software
8 
9 /*==================================================================================================
10 File description:
11  This file contains the declaration for the Business Object, Lis0ServiceProvider
12  Filename: Lis0ServiceProvider.hxx
13  Module: Lis0lisfmwrk
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef LIS0LISFMWRK__LIS0SERVICEPROVIDER__HXX
18 #define LIS0LISFMWRK__LIS0SERVICEPROVIDER__HXX
19 
20 #include <string>
23 #include <common/tc_deprecation_macros.h>
24 #include <tccore/POM_object.hxx>
25 
26 #include <Lis0lisfmwrk/liblis0lisfmwrk_exports.h>
27 
28 namespace lis0lisfmwrk
29 {
30  class Lis0ServiceProvider;
31 }
32 namespace lis0lisfmwrk
33 {
34  class Lis0ServiceProviderImpl;
35 }
36 namespace lis0lisfmwrk
37 {
38  class Lis0ServiceProviderDelegate;
39 }
40 namespace lis0lisfmwrk
41 {
42  class Lis0ServiceProviderDispatch;
43 }
44 namespace lis0lisfmwrk
45 {
46  class Lis0ServiceProviderGenImpl;
47 }
48 namespace Teamcenter
49 {
50  class RootObjectImpl;
51 }
52 
53 class LIS0LISFMWRK_API lis0lisfmwrk::Lis0ServiceProvider
55 {
56 public:
57 
62  static const std::string& getInterfaceName();
63 
64 
72  int getLis0accessibility( int &value, bool &isNull ) const;
73 
81  int setLis0url( const std::string &value, bool isNull=false );
82 
90  int lis0getProviderServices( const std::string *providerURL, ServiceResponseInfo *responseInfo );
91 
99  int lis0getProviderServices( const std::string *providerURL, ServiceResponseInfoExtend *responseInfo );
100 protected:
101  // Method to initialize
102  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
103 
108 
112  virtual ~Lis0ServiceProvider();
113 
114 private:
115  // Getter method for the Implementation Object
116  Lis0ServiceProviderImpl* getLis0ServiceProviderImpl() const;
117  // Setter method for the Implementation Object
118  ::Teamcenter::RootObjectImpl* setLis0ServiceProviderImpl( ::Teamcenter::RootObjectImpl* impl );
119 
120  // Method to set the delete impl boolean
121  void setDeleteImpl( bool del );
122 
123  // Pointer to the Implementation object
124  Lis0ServiceProviderImpl* m_lis0serviceproviderImpl;
125 
126  // Flag to indicate if Implementation object needs to be deleted
128 
132  static std::string name;
133 
140 
141  friend class Lis0ServiceProviderDelegate;
142  friend class Lis0ServiceProviderGenImpl;
143 };
144 
145 #include <Lis0lisfmwrk/liblis0lisfmwrk_undef.h>
146 #endif // LIS0LISFMWRK__LIS0SERVICEPROVIDER__HXX