Teamcenter C++ API Reference  2312
Lis0Site.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, Lis0Site
12  Filename: Lis0Site.hxx
13  Module: Lis0lisfmwrk
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef LIS0LISFMWRK__LIS0SITE__HXX
18 #define LIS0LISFMWRK__LIS0SITE__HXX
19 
21 #include <vector>
22 #include <unidefs.h>
24 #include <string>
25 #include <common/tc_deprecation_macros.h>
26 #include <tccore/POM_object.hxx>
27 
28 #include <Lis0lisfmwrk/liblis0lisfmwrk_exports.h>
29 
30 namespace lis0lisfmwrk
31 {
32  class Lis0Site;
33 }
34 namespace lis0lisfmwrk
35 {
36  class Lis0SiteImpl;
37 }
38 namespace lis0lisfmwrk
39 {
40  class Lis0SiteDelegate;
41 }
42 namespace lis0lisfmwrk
43 {
44  class Lis0SiteDispatch;
45 }
46 namespace lis0lisfmwrk
47 {
48  class Lis0SiteGenImpl;
49 }
50 namespace Teamcenter
51 {
52  class RootObjectImpl;
53 }
54 
55 class LIS0LISFMWRK_API lis0lisfmwrk::Lis0Site
57 {
58 public:
59 
64  static const std::string& getInterfaceName();
65 
66 
74  int getLis0accessibility( int &value, bool &isNull ) const;
75 
83  int getLis0associatedProviders( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
84 
92  int getLis0availableProviders( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
93 
101  int setLis0url( const std::string &value, bool isNull=false );
102 
110  int lis0getRemoteServiceProviders( const ServiceProviderCatalogInfo *catalogInfo, std::vector< tag_t > *providers );
111 
119  int lis0getRemoteServiceProviders( ServiceProviderCatalogInfoExtend *catalogInfo, std::vector< tag_t > *providers );
120 
128  int lis0getServiceProviderCatalogs( const std::string *rootServiceURL, RootServiceResponseInfo *responseInfo );
129 
137  int lis0getServiceProviderCatalogs( std::string *rootServiceURL, RootServiceResponseExtend *responseInfo );
138 protected:
139  // Method to initialize
140  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
141 
145  Lis0Site();
146 
150  virtual ~Lis0Site();
151 
152 private:
153  // Getter method for the Implementation Object
154  Lis0SiteImpl* getLis0SiteImpl() const;
155  // Setter method for the Implementation Object
156  ::Teamcenter::RootObjectImpl* setLis0SiteImpl( ::Teamcenter::RootObjectImpl* impl );
157 
158  // Method to set the delete impl boolean
159  void setDeleteImpl( bool del );
160 
161  // Pointer to the Implementation object
162  Lis0SiteImpl* m_lis0siteImpl;
163 
164  // Flag to indicate if Implementation object needs to be deleted
166 
170  static std::string name;
171 
176  Lis0Site( const Lis0Site& );
177  Lis0Site& operator=( const Lis0Site& );
178 
179  friend class Lis0SiteDelegate;
180  friend class Lis0SiteGenImpl;
181 };
182 
183 #include <Lis0lisfmwrk/liblis0lisfmwrk_undef.h>
184 #endif // LIS0LISFMWRK__LIS0SITE__HXX