Teamcenter C++ API Reference  2312
Fnd0AppSessionExt.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, Fnd0AppSession
12  Filename: Fnd0AppSessionExt.hxx
13  Module: awb0occmgmt
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef AWB0__TEAMCENTER__FND0APPSESSION__HXX
18 #define AWB0__TEAMCENTER__FND0APPSESSION__HXX
19 
20 #include <common/tc_deprecation_macros.h>
24 
25 #include <awb0occmgmt/libawb0occmgmt_exports.h>
26 
27 namespace awb0
28 {
29  namespace Teamcenter
30  {
31  class Fnd0AppSession;
32  }
33 }
34 namespace awb0
35 {
36  namespace Teamcenter
37  {
38  class Fnd0AppSessionImpl;
39  }
40 }
41 namespace awb0
42 {
43  namespace Teamcenter
44  {
45  class Fnd0AppSessionDelegate;
46  }
47 }
48 namespace awb0
49 {
50  namespace Teamcenter
51  {
52  class Fnd0AppSessionDispatch;
53  }
54 }
55 namespace awb0
56 {
57  namespace Teamcenter
58  {
59  class Fnd0AppSessionGenImpl;
60  }
61 }
62 namespace Teamcenter
63 {
64  class RootObjectImpl;
65 }
66 
67 class AWB0OCCMGMT_API awb0::Teamcenter::Fnd0AppSession
69 {
70 public:
71 
75  Fnd0AppSession( tag_t objTag );
80  static ::Teamcenter::BusinessObjectExtenderRegistry< awb0::Teamcenter::Fnd0AppSession >& extenderRegistry();
81 
86  static const std::string& getExtenderInterfaceName();
87 
88 
96  int getAwb0PendingChanges( bool &value, bool &isNull ) const;
97 protected:
98  // Method to initialize
99  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
100 
101 
105  virtual ~Fnd0AppSession();
106 
107 private:
108  // Getter method for the Implementation Object
109  Fnd0AppSessionImpl* getFnd0AppSessionImpl() const;
110  // Setter method for the Implementation Object
111  ::Teamcenter::RootObjectImpl* setFnd0AppSessionImpl( ::Teamcenter::RootObjectImpl* impl );
112 
113  // Method to set the delete impl boolean
114  void setDeleteImpl( bool del );
115 
116  // Pointer to the Implementation object
117  Fnd0AppSessionImpl* m_fnd0appsessionImpl;
118 
119  // Flag to indicate if Implementation object needs to be deleted
121 
125  static std::string name;
126 
131  Fnd0AppSession( const Fnd0AppSession& );
133 
134  friend class Fnd0AppSessionDelegate;
135  friend class Fnd0AppSessionGenImpl;
136 };
137 
138 #include <awb0occmgmt/libawb0occmgmt_undef.h>
139 #endif // AWB0__TEAMCENTER__FND0APPSESSION__HXX