//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, Mdl0SearchSavedQueryDispatch Filename: Mdl0SearchSavedQueryDispatch.hxx Module: appmodeldispatch @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__APPMODEL__MDL0SEARCHSAVEDQUERYDISPATCH_HXX #define TEAMCENTER__APPMODEL__MDL0SEARCHSAVEDQUERYDISPATCH_HXX #include #include #include #include #include #include namespace Teamcenter { namespace AppModel { class Mdl0SearchSavedQueryDispatch; } } namespace Teamcenter { namespace AppModel { class Mdl0SearchSavedQueryDelegate; } } namespace Teamcenter { class BusinessObjectImpl; } class APPMODELDISPATCH_API Teamcenter::AppModel::Mdl0SearchSavedQueryDispatch : public Teamcenter::AppModel::Mdl0SearchSavedQueryDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Mdl0SearchSavedQueryDispatch instance static Mdl0SearchSavedQueryDispatch& getInstance(); private: // Pointer to the dispatch instance static Mdl0SearchSavedQueryDispatch* m_dispatch; // Default Constructor Mdl0SearchSavedQueryDispatch(); // Default Destructor virtual ~Mdl0SearchSavedQueryDispatch(); // Constructor Method static ::Teamcenter::RootObject* constructor(); // Copy Constructor for a Mdl0SearchSavedQueryDispatch Mdl0SearchSavedQueryDispatch( const Mdl0SearchSavedQueryDispatch& ); // Assignment operator Mdl0SearchSavedQueryDispatch& operator = ( const Mdl0SearchSavedQueryDispatch& ); // friend friend void ::Teamcenter::AppModel::initializeappmodelInternal(); friend void ::Teamcenter::AppModel::initializeappmodelExtenders(); friend class Teamcenter::AppModel::Mdl0SearchSavedQueryDelegate; }; #include #endif // TEAMCENTER__APPMODEL__MDL0SEARCHSAVEDQUERYDISPATCH_HXX