Teamcenter C++ API Reference  2312
User_Inbox.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, User_Inbox
12  Filename: User_Inbox.hxx
13  Module: epm
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__USER_INBOX__HXX
18 #define TEAMCENTER__USER_INBOX__HXX
19 
20 #include <unidefs.h>
21 #include <vector>
22 #include <common/tc_deprecation_macros.h>
23 #include <tc/Folder.hxx>
24 
25 #include <epm/libepm_exports.h>
26 
27 namespace Teamcenter
28 {
29  class User_Inbox;
30 }
31 namespace Teamcenter
32 {
33  class User_InboxImpl;
34 }
35 namespace Teamcenter
36 {
37  class User_InboxDelegate;
38 }
39 namespace Teamcenter
40 {
41  class User_InboxDispatch;
42 }
43 namespace Teamcenter
44 {
45  class User_InboxGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class EPM_API Teamcenter::User_Inbox
53  : public ::Teamcenter::Folder
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getEnd_date( date_t &value, bool &isNull ) const;
72 
80  int getInbox_delegate( tag_t &value, bool &isNull ) const;
81 
89  int getIs_out_of_office( bool &value, bool &isNull ) const;
90 
98  int getIs_valid_surrogate( bool &value, bool &isNull ) const;
99 
107  int getNew_tasks( int &value, bool &isNull ) const;
108 
116  int getStart_date( date_t &value, bool &isNull ) const;
117 
125  int getSurrogate_end_dates( std::vector< date_t > &values, std::vector< int > &isNull ) const;
126 
134  int getSurrogate_list( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
135 
143  int getSurrogate_st_dates( std::vector< date_t > &values, std::vector< int > &isNull ) const;
144 
152  int setEnd_date( const date_t &value, bool isNull=false );
153 
161  int setInbox_delegate( const tag_t &value, bool isNull=false );
162 
170  int setNew_tasks( int value, bool isNull=false );
171 
179  int setStart_date( const date_t &value, bool isNull=false );
180 protected:
181  // Method to initialize
182  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
183 
187  User_Inbox();
188 
192  virtual ~User_Inbox();
193 
194 private:
195  // Getter method for the Implementation Object
196  User_InboxImpl* getUser_InboxImpl() const;
197  // Setter method for the Implementation Object
198  ::Teamcenter::RootObjectImpl* setUser_InboxImpl( ::Teamcenter::RootObjectImpl* impl );
199 
200  // Method to set the delete impl boolean
201  void setDeleteImpl( bool del );
202 
203  // Pointer to the Implementation object
204  User_InboxImpl* m_user_inboxImpl;
205 
206  // Flag to indicate if Implementation object needs to be deleted
208 
212  static std::string name;
213 
218  User_Inbox( const User_Inbox& );
219  User_Inbox& operator=( const User_Inbox& );
220 
221  friend class User_InboxDelegate;
222  friend class User_InboxGenImpl;
223 };
224 
225 #include <epm/libepm_undef.h>
226 #endif // TEAMCENTER__USER_INBOX__HXX