//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, DC_ExtEntAdminDelegate Filename: DC_ExtEntAdminDelegate.hxx Module: contmgmtbase @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CONTMGMTBASE__DC_EXTENTADMINDELEGATE_HXX #define TEAMCENTER__CONTMGMTBASE__DC_EXTENTADMINDELEGATE_HXX #include #include #include namespace Teamcenter { namespace contmgmtbase { class DC_ExtEntAdminDelegate; } } namespace Teamcenter { namespace contmgmtbase { class DC_ExtEntAdminImpl; } } namespace Teamcenter { namespace contmgmtbase { class DC_ExtEntAdmin; } } namespace Teamcenter { namespace contmgmtbase { class DC_ExtEntAdminGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class CONTMGMTBASE_API Teamcenter_alias::contmgmtbase::DC_ExtEntAdminDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the DC_ExtEntAdminDelegate instance static DC_ExtEntAdminDelegate& getInstance(); // Method to create the DC_ExtEntAdminImpl pointer static DC_ExtEntAdminImpl* createImpl( DC_ExtEntAdmin& ifObj ); // Method to delete the DC_ExtEntAdminImpl pointer static void deleteImpl( DC_ExtEntAdminImpl* 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 DC_ExtEntAdmin &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static DC_ExtEntAdminDelegate* m_pInstance; DC_ExtEntAdminDelegate(); virtual ~DC_ExtEntAdminDelegate(); static void setInstance( DC_ExtEntAdminDelegate* instance ); private: friend class ::Teamcenter::contmgmtbase::DC_ExtEntAdminGenImpl; }; #include #endif // TEAMCENTER__CONTMGMTBASE__DC_EXTENTADMINDELEGATE_HXX