//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, Prg1PartitionContextDelegate Filename: Prg1PartitionContextDelegate.hxx Module: prg1programplanningapp @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__PRG1PROGRAMPLANNINGAPP__PRG1PARTITIONCONTEXTDELEGATE_HXX #define TEAMCENTER__PRG1PROGRAMPLANNINGAPP__PRG1PARTITIONCONTEXTDELEGATE_HXX #include #include #include namespace Teamcenter { namespace Prg1ProgramPlanningApp { class Prg1PartitionContextDelegate; } } namespace Teamcenter { namespace Prg1ProgramPlanningApp { class Prg1PartitionContextImpl; } } namespace Teamcenter { namespace Prg1ProgramPlanningApp { class Prg1PartitionContext; } } namespace Teamcenter { namespace Prg1ProgramPlanningApp { class Prg1PartitionContextGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class PRG1PROGRAMPLANNINGAPP_API Teamcenter_alias::Prg1ProgramPlanningApp::Prg1PartitionContextDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Prg1PartitionContextDelegate instance static Prg1PartitionContextDelegate& getInstance(); // Method to create the Prg1PartitionContextImpl pointer static Prg1PartitionContextImpl* createImpl( Prg1PartitionContext& ifObj ); // Method to delete the Prg1PartitionContextImpl pointer static void deleteImpl( Prg1PartitionContextImpl* impl ); /// /// This operation is not supported now, there will be no support for issues stemming from uses of this operation. /// @version Teamcenter 11.2.2 /// @param inputs - A vector of data that contains reference information to the object to be saved /// @param bd - A data structure to store objects and other information relevant for set-based operation /// @return - This operation returns ITK_ok on success. Otherwise, it will return specific error code. /// int fnd0SaveBase( std::vector< ::Teamcenter::BulkInput* > *inputs, ::Teamcenter::BulkData *bd ); protected: // Pointer to the instance static Prg1PartitionContextDelegate* m_pInstance; Prg1PartitionContextDelegate(); virtual ~Prg1PartitionContextDelegate(); static void setInstance( Prg1PartitionContextDelegate* instance ); private: friend class ::Teamcenter::Prg1ProgramPlanningApp::Prg1PartitionContextGenImpl; }; #include #endif // TEAMCENTER__PRG1PROGRAMPLANNINGAPP__PRG1PARTITIONCONTEXTDELEGATE_HXX