Teamcenter C++ API Reference  2312
PrintConfiguration.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, PrintConfiguration
12  Filename: PrintConfiguration.hxx
13  Module: docmgt
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__PRINTCONFIGURATION__HXX
18 #define TEAMCENTER__PRINTCONFIGURATION__HXX
19 
20 #include <vector>
21 #include <string>
22 #include <common/tc_deprecation_macros.h>
23 #include <rbf/BusinessElement.hxx>
24 
25 #include <docmgt/libdocmgt_exports.h>
26 
27 namespace Teamcenter
28 {
29  class PrintConfiguration;
30 }
31 namespace Teamcenter
32 {
33  class PrintConfigurationImpl;
34 }
35 namespace Teamcenter
36 {
37  class PrintConfigurationDelegate;
38 }
39 namespace Teamcenter
40 {
41  class PrintConfigurationDispatch;
42 }
43 namespace Teamcenter
44 {
45  class PrintConfigurationGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class DOCMGT_API Teamcenter::PrintConfiguration
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getDispatcher_svc_arguments( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
72 
80  int getDispatcher_svc_display_name( std::string &value, bool &isNull ) const;
81 
89  int getDispatcher_svc_name( std::string &value, bool &isNull ) const;
90 
98  int getPaper_sizes( std::vector< std::string > &values, std::vector< int > &isNull ) const;
99 
107  int getPrinter_name( std::string &value, bool &isNull ) const;
108 
116  int getProvider_display_name( std::string &value, bool &isNull ) const;
117 
125  int getProvider_name( std::string &value, bool &isNull ) const;
126 
134  int getSupp_dataset_types( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
135 
143  int getSupp_mk_apps( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
144 
152  int getSupport_stamp( bool &value, bool &isNull ) const;
153 
161  int setDispatcher_svc_arguments( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
162 
170  int setDispatcher_svc_display_name( const std::string &value, bool isNull=false );
171 
179  int setDispatcher_svc_name( const std::string &value, bool isNull=false );
180 
188  int setPaper_sizes( const std::vector< std::string > &values, const std::vector< int > *isNull=0 );
189 
197  int setPrinter_name( const std::string &value, bool isNull=false );
198 
206  int setProvider_display_name( const std::string &value, bool isNull=false );
207 
215  int setProvider_name( const std::string &value, bool isNull=false );
216 
224  int setSupp_dataset_types( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
225 
233  int setSupp_mk_apps( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
234 
242  int setSupport_stamp( bool value, bool isNull=false );
243 protected:
244  // Method to initialize
245  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
246 
251 
255  virtual ~PrintConfiguration();
256 
257 private:
258  // Getter method for the Implementation Object
259  PrintConfigurationImpl* getPrintConfigurationImpl() const;
260  // Setter method for the Implementation Object
261  ::Teamcenter::RootObjectImpl* setPrintConfigurationImpl( ::Teamcenter::RootObjectImpl* impl );
262 
263  // Method to set the delete impl boolean
264  void setDeleteImpl( bool del );
265 
266  // Pointer to the Implementation object
267  PrintConfigurationImpl* m_printconfigurationImpl;
268 
269  // Flag to indicate if Implementation object needs to be deleted
271 
275  static std::string name;
276 
283 
284  friend class PrintConfigurationDelegate;
285  friend class PrintConfigurationGenImpl;
286 };
287 
288 #include <docmgt/libdocmgt_undef.h>
289 #endif // TEAMCENTER__PRINTCONFIGURATION__HXX