//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, Prg0AbsProjectPlanDelegate Filename: Prg0AbsProjectPlanDelegate.hxx Module: prg0programinfra @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ABSPROJECTPLANDELEGATE_HXX #define TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ABSPROJECTPLANDELEGATE_HXX #include #include #include namespace Teamcenter { namespace ProgramInfra { namespace prg0programinfra { class Prg0AbsProjectPlanDelegate; } } } namespace Teamcenter { namespace ProgramInfra { namespace prg0programinfra { class Prg0AbsProjectPlanImpl; } } } namespace Teamcenter { namespace ProgramInfra { namespace prg0programinfra { class Prg0AbsProjectPlan; } } } namespace Teamcenter { namespace ProgramInfra { namespace prg0programinfra { class Prg0AbsProjectPlanGenImpl; } } } namespace Teamcenter_alias = ::Teamcenter; class PRG0PROGRAMINFRA_API Teamcenter_alias::ProgramInfra::prg0programinfra::Prg0AbsProjectPlanDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Prg0AbsProjectPlanDelegate instance static Prg0AbsProjectPlanDelegate& getInstance(); // Method to create the Prg0AbsProjectPlanImpl pointer static Prg0AbsProjectPlanImpl* createImpl( Prg0AbsProjectPlan& ifObj ); // Method to delete the Prg0AbsProjectPlanImpl pointer static void deleteImpl( Prg0AbsProjectPlanImpl* impl ); /// /// desc for createPost /// @version Tc 8 /// @param creInput - Description for the Create Input /// @return - return desc for createPost /// int createPostBase(const Prg0AbsProjectPlan &ifObj, ::Teamcenter::CreateInput *creInput ); /// /// desc for validate for create /// @version Tc 8 /// @param creInput - desc for creInput parameter /// @return - ret desc for validate for create /// int validateCreateInputBase(const Prg0AbsProjectPlan &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static Prg0AbsProjectPlanDelegate* m_pInstance; Prg0AbsProjectPlanDelegate(); virtual ~Prg0AbsProjectPlanDelegate(); static void setInstance( Prg0AbsProjectPlanDelegate* instance ); private: friend class ::Teamcenter::ProgramInfra::prg0programinfra::Prg0AbsProjectPlanGenImpl; }; #include #endif // TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ABSPROJECTPLANDELEGATE_HXX