//Copyright 2020 Siemens Digital Industries Software //================================================== //Copyright $2020. //Siemens Product Lifecycle Management Software Inc. //All Rights Reserved. //================================================== //Copyright 2020 Siemens Digital Industries Software /*================================================================================================== File description: This file contains the declaration for the Business Object, Mdo0MDThreadDelegate Filename: Mdo0MDThreadDelegate.hxx Module: Mdo0Mdo @BMIDE autogenerated ==================================================================================================*/ #ifndef MDO__MDO0MDTHREADDELEGATE_HXX #define MDO__MDO0MDTHREADDELEGATE_HXX #include #include #include namespace mdo { class Mdo0MDThreadDelegate; } namespace mdo { class Mdo0MDThreadImpl; } namespace mdo { class Mdo0MDThread; } namespace mdo { class Mdo0MDThreadGenImpl; } namespace mdo_alias = ::mdo; class MDO0MDO_API mdo_alias::Mdo0MDThreadDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Mdo0MDThreadDelegate instance static Mdo0MDThreadDelegate& getInstance(); // Method to create the Mdo0MDThreadImpl pointer static Mdo0MDThreadImpl* createImpl( Mdo0MDThread& ifObj ); // Method to delete the Mdo0MDThreadImpl pointer static void deleteImpl( Mdo0MDThreadImpl* impl ); /// /// desc for validate for create /// @version Tc 8 /// @param creInput - desc for creInput parameter /// @return - ret desc for validate for create /// int validateCreateInputBase(const Mdo0MDThread &ifObj, ::Teamcenter::CreateInput *creInput ); /// /// validate saveas input /// @version Teamcenter 9 /// @param pSavAsInput - desc /// @param vecDeepCopyData - desc /// @return - returns an int /// int validateSaveAsInputBase(const Mdo0MDThread &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData ); protected: // Pointer to the instance static Mdo0MDThreadDelegate* m_pInstance; Mdo0MDThreadDelegate(); virtual ~Mdo0MDThreadDelegate(); static void setInstance( Mdo0MDThreadDelegate* instance ); private: friend class ::mdo::Mdo0MDThreadGenImpl; }; #include #endif // MDO__MDO0MDTHREADDELEGATE_HXX