Teamcenter C++ API Reference  2312
Group.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, Group
12  Filename: Group.hxx
13  Module: sa
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__GROUP__HXX
18 #define TEAMCENTER__GROUP__HXX
19 
20 #include <string>
21 #include <unidefs.h>
22 #include <vector>
23 #include <common/tc_deprecation_macros.h>
24 #include <sa/POM_group.hxx>
25 
26 #include <sa/libsa_exports.h>
27 
28 namespace Teamcenter
29 {
30  class Group;
31 }
32 namespace Teamcenter
33 {
34  class GroupImpl;
35 }
36 namespace Teamcenter
37 {
38  class GroupDelegate;
39 }
40 namespace Teamcenter
41 {
42  class GroupDispatch;
43 }
44 namespace Teamcenter
45 {
46  class GroupGenImpl;
47 }
48 namespace Teamcenter
49 {
50  class RootObjectImpl;
51 }
52 
53 class SA_API Teamcenter::Group
55 {
56 public:
57 
62  static const std::string& getInterfaceName();
63 
64 
72  int getFnd0export_sites( std::string &value, bool &isNull ) const;
73 
81  int getFnd0LicenseServer( tag_t &value, bool &isNull ) const;
82 
90  int getFnd0OrganizationAuditLogs( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
91 
99  int getFnd0SecurityAuditLogs( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
100 
108  int setDescription( const std::string &value, bool isNull=false );
109 
117  int setFnd0LicenseServer( const tag_t &value, bool isNull=false );
118 
126  int setLocal_volume( const tag_t &value, bool isNull=false );
127 
135  int setRoles( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
136 
144  int setVolume( const tag_t &value, bool isNull=false );
145 protected:
146  // Method to initialize
147  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
148 
152  Group();
153 
157  virtual ~Group();
158 
159 private:
160  // Getter method for the Implementation Object
161  GroupImpl* getGroupImpl() const;
162  // Setter method for the Implementation Object
163  ::Teamcenter::RootObjectImpl* setGroupImpl( ::Teamcenter::RootObjectImpl* impl );
164 
165  // Method to set the delete impl boolean
166  void setDeleteImpl( bool del );
167 
168  // Pointer to the Implementation object
169  GroupImpl* m_groupImpl;
170 
171  // Flag to indicate if Implementation object needs to be deleted
173 
177  static std::string name;
178 
183  Group( const Group& );
184  Group& operator=( const Group& );
185 
186  friend class GroupDelegate;
187  friend class GroupGenImpl;
188 };
189 
190 #include <sa/libsa_undef.h>
191 #endif // TEAMCENTER__GROUP__HXX