//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, Civ0SCOEntryDelegate Filename: Civ0SCOEntryDelegate.hxx Module: contmgmts1000d40 @BMIDE autogenerated ==================================================================================================*/ #ifndef CONTMGMTS1000D40__CIV0SCOENTRYDELEGATE_HXX #define CONTMGMTS1000D40__CIV0SCOENTRYDELEGATE_HXX #include #include #include namespace contmgmts1000d40 { class Civ0SCOEntryDelegate; } namespace contmgmts1000d40 { class Civ0SCOEntryImpl; } namespace contmgmts1000d40 { class Civ0SCOEntry; } namespace contmgmts1000d40 { class Civ0SCOEntryGenImpl; } namespace contmgmts1000d40_alias = ::contmgmts1000d40; class CONTMGMTS1000D40_API contmgmts1000d40_alias::Civ0SCOEntryDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Civ0SCOEntryDelegate instance static Civ0SCOEntryDelegate& getInstance(); // Method to create the Civ0SCOEntryImpl pointer static Civ0SCOEntryImpl* createImpl( Civ0SCOEntry& ifObj ); // Method to delete the Civ0SCOEntryImpl pointer static void deleteImpl( Civ0SCOEntryImpl* impl ); /// /// Description for the Finalize Create Input /// @version Tc 8 /// @param creInput - desc for creInput parameter /// @return - Return desc for Initialize for Create /// int finalizeCreateInputBase(const Civ0SCOEntry &ifObj, ::Teamcenter::CreateInput *creInput ); /// /// finalize operation input /// @version Teamcenter 9 /// @param pSavAsInput - desc /// @param vecDeepCopyData - desc /// @return - returns an int /// int finalizeSaveAsInputBase(const Civ0SCOEntry &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData ); protected: // Pointer to the instance static Civ0SCOEntryDelegate* m_pInstance; Civ0SCOEntryDelegate(); virtual ~Civ0SCOEntryDelegate(); static void setInstance( Civ0SCOEntryDelegate* instance ); private: friend class ::contmgmts1000d40::Civ0SCOEntryGenImpl; }; #include #endif // CONTMGMTS1000D40__CIV0SCOENTRYDELEGATE_HXX