Teamcenter C++ API Reference  2312
Val0ResultGroup.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, Val0ResultGroup
12  Filename: Val0ResultGroup.hxx
13  Module: Val0nxvalidation
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__VAL0NXVALIDATION__VAL0RESULTGROUP__HXX
18 #define TEAMCENTER__VAL0NXVALIDATION__VAL0RESULTGROUP__HXX
19 
20 #include <vector>
21 #include <unidefs.h>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <Val0nxvalidation/libval0nxvalidation_exports.h>
26 
27 namespace Teamcenter
28 {
29  namespace val0nxvalidation
30  {
31  class Val0ResultGroup;
32  }
33 }
34 namespace Teamcenter
35 {
36  namespace val0nxvalidation
37  {
38  class Val0ResultGroupImpl;
39  }
40 }
41 namespace Teamcenter
42 {
43  namespace val0nxvalidation
44  {
45  class Val0ResultGroupDelegate;
46  }
47 }
48 namespace Teamcenter
49 {
50  namespace val0nxvalidation
51  {
52  class Val0ResultGroupDispatch;
53  }
54 }
55 namespace Teamcenter
56 {
57  namespace val0nxvalidation
58  {
59  class Val0ResultGroupGenImpl;
60  }
61 }
62 namespace Teamcenter
63 {
64  class RootObjectImpl;
65 }
66 
67 class VAL0NXVALIDATION_API Teamcenter::val0nxvalidation::Val0ResultGroup
69 {
70 public:
71 
76  static const std::string& getInterfaceName();
77 
78 
86  int getVal0AggregateResult( bool &value, bool &isNull ) const;
87 
95  int getVal0AggregateResultUpToDate( bool &value, bool &isNull ) const;
96 
104  int getVal0AggregateValResults( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
105 
113  int getVal0CompoundResult( bool &value, bool &isNull ) const;
114 
122  int getVal0CompoundResultsUpToDate( bool &value, bool &isNull ) const;
123 
131  int getVal0OwningObject( tag_t &value, bool &isNull ) const;
132 
139  int getVal0OwningObjectDisplayableValues( std::vector< std::string > &values );
140 
148  int getVal0OwningObjHasRelStatus( bool &value, bool &isNull ) const;
149 
157  int getVal0SourceCompoundResult( bool &value, bool &isNull ) const;
158 
166  int getVal0SourceResultUpToDate( bool &value, bool &isNull ) const;
167 
175  int getVal0SourceValidationResults( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
176 
184  int getVal0ValidationResults( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
185 protected:
186  // Method to initialize
187  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
188 
192  Val0ResultGroup();
193 
197  virtual ~Val0ResultGroup();
198 
199 private:
200  // Getter method for the Implementation Object
201  Val0ResultGroupImpl* getVal0ResultGroupImpl() const;
202  // Setter method for the Implementation Object
203  ::Teamcenter::RootObjectImpl* setVal0ResultGroupImpl( ::Teamcenter::RootObjectImpl* impl );
204 
205  // Method to set the delete impl boolean
206  void setDeleteImpl( bool del );
207 
208  // Pointer to the Implementation object
209  Val0ResultGroupImpl* m_val0resultgroupImpl;
210 
211  // Flag to indicate if Implementation object needs to be deleted
213 
217  static std::string name;
218 
225 
226  friend class Val0ResultGroupDelegate;
227  friend class Val0ResultGroupGenImpl;
228 };
229 
230 #include <Val0nxvalidation/libval0nxvalidation_undef.h>
231 #endif // TEAMCENTER__VAL0NXVALIDATION__VAL0RESULTGROUP__HXX