You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
3.0 KiB

//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, Tgm0AbsTargetElementDispatch
Filename: Tgm0AbsTargetElementDispatchExt.hxx
Module: prg1programplanningappdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef PRG1__PRG1PROGRAMPLANNINGAPP__TGM0ABSTARGETELEMENTDISPATCH_HXX
#define PRG1__PRG1PROGRAMPLANNINGAPP__TGM0ABSTARGETELEMENTDISPATCH_HXX
#include <vector>
#include <prg1programplanningapp/Tgm0AbsTargetElementExt.hxx>
#include <prg1programplanningapp/Tgm0AbsTargetElementDelegateExt.hxx>
#include <prg1programplanningappdispatch/initializeprg1programplanningapp.hxx>
#include <extensionframework/OperationDispatcher.hxx>
#include <metaframework/OperationObjectBatch.hxx>
#include <metaframework/PostActionInternalHandler.hxx>
#include <metaframework/ManageBulkData.hxx>
#include <prg1programplanningappdispatch/libprg1programplanningappdispatch_exports.h>
namespace prg1
{
namespace Prg1ProgramPlanningApp
{
class Tgm0AbsTargetElementDispatch;
}
}
namespace prg1
{
namespace Prg1ProgramPlanningApp
{
class Tgm0AbsTargetElementDelegate;
}
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class PRG1PROGRAMPLANNINGAPPDISPATCH_API prg1::Prg1ProgramPlanningApp::Tgm0AbsTargetElementDispatch
: public prg1::Prg1ProgramPlanningApp::Tgm0AbsTargetElementDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Tgm0AbsTargetElementDispatch instance
static Tgm0AbsTargetElementDispatch& getInstance();
private:
// Pointer to the dispatch instance
static Tgm0AbsTargetElementDispatch* m_dispatch;
// Default Constructor
Tgm0AbsTargetElementDispatch();
// Default Destructor
virtual ~Tgm0AbsTargetElementDispatch();
// Constructor Method
static ::Teamcenter::BusinessObjectExtender* constructor( tag_t objTag );
// Copy Constructor for a Tgm0AbsTargetElementDispatch
Tgm0AbsTargetElementDispatch( const Tgm0AbsTargetElementDispatch& );
// Assignment operator
Tgm0AbsTargetElementDispatch& operator = ( const Tgm0AbsTargetElementDispatch& );
// friend
friend void ::Prg1ProgramPlanningApp::initializeprg1programplanningappInternal();
friend void ::Prg1ProgramPlanningApp::initializeprg1programplanningappExtenders();
friend class prg1::Prg1ProgramPlanningApp::Tgm0AbsTargetElementDelegate;
};
#include <prg1programplanningappdispatch/libprg1programplanningappdispatch_undef.h>
#endif // PRG1__PRG1PROGRAMPLANNINGAPP__TGM0ABSTARGETELEMENTDISPATCH_HXX