Teamcenter C++ API Reference  2312
Fnd0EffectivityCritValidatn.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, Fnd0EffectivityCritValidatn
12  Filename: Fnd0EffectivityCritValidatn.hxx
13  Module: fnd0booleansolve
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__FND0EFFECTIVITYCRITVALIDATN__HXX
18 #define TEAMCENTER__FND0EFFECTIVITYCRITVALIDATN__HXX
19 
20 #include <vector>
21 #include <string>
22 #include <common/tc_deprecation_macros.h>
23 #include <tccore/POM_object.hxx>
24 
25 #include <fnd0booleansolve/libfnd0booleansolve_exports.h>
26 
27 namespace Teamcenter
28 {
29  class Fnd0EffectivityCritValidatn;
30 }
31 namespace Teamcenter
32 {
33  class Fnd0EffectivityCritValidatnImpl;
34 }
35 namespace Teamcenter
36 {
37  class Fnd0EffectivityCritValidatnDelegate;
38 }
39 namespace Teamcenter
40 {
41  class Fnd0EffectivityCritValidatnDispatch;
42 }
43 namespace Teamcenter
44 {
45  class Fnd0EffectivityCritValidatnGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class FND0BOOLEANSOLVE_API Teamcenter::Fnd0EffectivityCritValidatn
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getFnd0applied_defaults( std::vector< std::string > &values, std::vector< int > &isNull ) const;
72 
80  int getFnd0applied_to_expr( std::vector< std::string > &values, std::vector< int > &isNull ) const;
81 
89  int getFnd0complete( bool &value, bool &isNull ) const;
90 
98  int getFnd0is_partial_default( std::vector< int > &values, std::vector< int > &isNull ) const;
99 
107  int getFnd0product_name( std::string &value, bool &isNull ) const;
108 
116  int getFnd0product_namespace( std::string &value, bool &isNull ) const;
117 
125  int getFnd0restrictive_conditions( std::vector< std::string > &values, std::vector< int > &isNull ) const;
126 
134  int getFnd0unset_families( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
135 
143  int getFnd0valid( bool &value, bool &isNull ) const;
144 
152  int getFnd0validation_errors( std::vector< std::string > &values, std::vector< int > &isNull ) const;
153 
161  int getFnd0validation_result( std::string &value, bool &isNull ) const;
162 
170  int getFnd0violated_rules( std::vector< std::string > &values, std::vector< int > &isNull ) const;
171 
179  int setFnd0applied_defaults( const std::vector< std::string > &values, const std::vector< int > *isNull=0 );
180 
188  int setFnd0applied_to_expr( const std::vector< std::string > &values, const std::vector< int > *isNull=0 );
189 
197  int setFnd0complete( bool value, bool isNull=false );
198 
206  int setFnd0is_partial_default( const std::vector< int > &values, const std::vector< int > *isNull=0 );
207 
215  int setFnd0product_name( const std::string &value, bool isNull=false );
216 
224  int setFnd0product_namespace( const std::string &value, bool isNull=false );
225 
233  int setFnd0restrictive_conditions( const std::vector< std::string > &values, const std::vector< int > *isNull=0 );
234 
242  int setFnd0unset_families( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
243 
251  int setFnd0valid( bool value, bool isNull=false );
252 
260  int setFnd0validation_errors( const std::vector< std::string > &values, const std::vector< int > *isNull=0 );
261 
269  int setFnd0validation_result( const std::string &value, bool isNull=false );
270 
278  int setFnd0violated_rules( const std::vector< std::string > &values, const std::vector< int > *isNull=0 );
279 protected:
280  // Method to initialize
281  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
282 
287 
292 
293 private:
294  // Getter method for the Implementation Object
295  Fnd0EffectivityCritValidatnImpl* getFnd0EffectivityCritValidatnImpl() const;
296  // Setter method for the Implementation Object
297  ::Teamcenter::RootObjectImpl* setFnd0EffectivityCritValidatnImpl( ::Teamcenter::RootObjectImpl* impl );
298 
299  // Method to set the delete impl boolean
300  void setDeleteImpl( bool del );
301 
302  // Pointer to the Implementation object
303  Fnd0EffectivityCritValidatnImpl* m_fnd0effectivitycritvalidatnImpl;
304 
305  // Flag to indicate if Implementation object needs to be deleted
307 
311  static std::string name;
312 
319 
320  friend class Fnd0EffectivityCritValidatnDelegate;
321  friend class Fnd0EffectivityCritValidatnGenImpl;
322 };
323 
324 #include <fnd0booleansolve/libfnd0booleansolve_undef.h>
325 #endif // TEAMCENTER__FND0EFFECTIVITYCRITVALIDATN__HXX