Teamcenter C++ API Reference  2312
Ptn0SearchPartition.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, Ptn0SearchPartition
12  Filename: Ptn0SearchPartition.hxx
13  Module: ptn0partition
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__PARTITION__PTN0SEARCHPARTITION__HXX
18 #define TEAMCENTER__PARTITION__PTN0SEARCHPARTITION__HXX
19 
20 #include <unidefs.h>
21 #include <common/tc_deprecation_macros.h>
23 
24 #include <ptn0partition/libptn0partition_exports.h>
25 
26 namespace Teamcenter
27 {
28  namespace Partition
29  {
30  class Ptn0SearchPartition;
31  }
32 }
33 namespace Teamcenter
34 {
35  namespace Partition
36  {
37  class Ptn0SearchPartitionImpl;
38  }
39 }
40 namespace Teamcenter
41 {
42  namespace Partition
43  {
44  class Ptn0SearchPartitionDelegate;
45  }
46 }
47 namespace Teamcenter
48 {
49  namespace Partition
50  {
51  class Ptn0SearchPartitionDispatch;
52  }
53 }
54 namespace Teamcenter
55 {
56  namespace Partition
57  {
58  class Ptn0SearchPartitionGenImpl;
59  }
60 }
61 namespace Teamcenter
62 {
63  class RootObjectImpl;
64 }
65 
66 class PTN0PARTITION_API Teamcenter::Partition::Ptn0SearchPartition
68 {
69 public:
70 
75  static const std::string& getInterfaceName();
76 
77 
85  int getPtn0partition_obj_criteria( tag_t &value, bool &isNull ) const;
86 
94  int getPtn0partition_rev_criteria( tag_t &value, bool &isNull ) const;
95 
103  int getPtn0traverse_children( bool &value, bool &isNull ) const;
104 
112  int setPtn0partition_obj_criteria( const tag_t &value, bool isNull=false );
113 
121  int setPtn0partition_rev_criteria( const tag_t &value, bool isNull=false );
122 
130  int setPtn0traverse_children( bool value, bool isNull=false );
131 protected:
132  // Method to initialize
133  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
134 
139 
143  virtual ~Ptn0SearchPartition();
144 
145 private:
146  // Getter method for the Implementation Object
147  Ptn0SearchPartitionImpl* getPtn0SearchPartitionImpl() const;
148  // Setter method for the Implementation Object
149  ::Teamcenter::RootObjectImpl* setPtn0SearchPartitionImpl( ::Teamcenter::RootObjectImpl* impl );
150 
151  // Method to set the delete impl boolean
152  void setDeleteImpl( bool del );
153 
154  // Pointer to the Implementation object
155  Ptn0SearchPartitionImpl* m_ptn0searchpartitionImpl;
156 
157  // Flag to indicate if Implementation object needs to be deleted
159 
163  static std::string name;
164 
171 
172  friend class Ptn0SearchPartitionDelegate;
173  friend class Ptn0SearchPartitionGenImpl;
174 };
175 
176 #include <ptn0partition/libptn0partition_undef.h>
177 #endif // TEAMCENTER__PARTITION__PTN0SEARCHPARTITION__HXX