Teamcenter C++ API Reference  2312
Awb0SavedBookmark.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, Awb0SavedBookmark
12  Filename: Awb0SavedBookmark.hxx
13  Module: awb0occmgmt
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__AWB0SAVEDBOOKMARK__HXX
18 #define TEAMCENTER__AWB0SAVEDBOOKMARK__HXX
19 
20 #include <unidefs.h>
21 #include <vector>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <awb0occmgmt/libawb0occmgmt_exports.h>
26 
27 namespace Teamcenter
28 {
29  class Awb0SavedBookmark;
30 }
31 namespace Teamcenter
32 {
33  class Awb0SavedBookmarkImpl;
34 }
35 namespace Teamcenter
36 {
37  class Awb0SavedBookmarkDelegate;
38 }
39 namespace Teamcenter
40 {
41  class Awb0SavedBookmarkDispatch;
42 }
43 namespace Teamcenter
44 {
45  class Awb0SavedBookmarkGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class AWB0OCCMGMT_API Teamcenter::Awb0SavedBookmark
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getAwb0AllowReadShare( bool &value, bool &isNull ) const;
72 
80  int getAwb0AllowWriteShare( bool &value, bool &isNull ) const;
81 
89  int getAwb0BreadcrumbAncestor( tag_t &value, bool &isNull ) const;
90 
98  int getAwb0ISessionCADData( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
99 
107  int getAwb0IsStructModifiable( bool &value, bool &isNull ) const;
108 
116  int getAwb0PendingChanges( bool &value, bool &isNull ) const;
117 
125  int setAwb0AllowReadShare( bool value, bool isNull=false );
126 
134  int setAwb0AllowWriteShare( bool value, bool isNull=false );
135 
143  int setAwb0PendingChanges( bool value, bool isNull=false );
144 
151  int awb0CanSWCBeDuplicatedInSavedBookmark( bool *verdict );
152 
159  int awb0CanSWCBeSavedInSavedBookmark( bool *verdict );
160 protected:
161  // Method to initialize
162  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
163 
168 
172  virtual ~Awb0SavedBookmark();
173 
174 private:
175  // Getter method for the Implementation Object
176  Awb0SavedBookmarkImpl* getAwb0SavedBookmarkImpl() const;
177  // Setter method for the Implementation Object
178  ::Teamcenter::RootObjectImpl* setAwb0SavedBookmarkImpl( ::Teamcenter::RootObjectImpl* impl );
179 
180  // Method to set the delete impl boolean
181  void setDeleteImpl( bool del );
182 
183  // Pointer to the Implementation object
184  Awb0SavedBookmarkImpl* m_awb0savedbookmarkImpl;
185 
186  // Flag to indicate if Implementation object needs to be deleted
188 
192  static std::string name;
193 
200 
201  friend class Awb0SavedBookmarkDelegate;
202  friend class Awb0SavedBookmarkGenImpl;
203 };
204 
205 #include <awb0occmgmt/libawb0occmgmt_undef.h>
206 #endif // TEAMCENTER__AWB0SAVEDBOOKMARK__HXX