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.
85 lines
2.7 KiB
85 lines
2.7 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, SRP0ServiceCatalogDispatch
|
|
Filename: SRP0ServiceCatalogDispatch.hxx
|
|
Module: servicerequestdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__SERVICEREQUEST__SRP0SERVICECATALOGDISPATCH_HXX
|
|
#define TEAMCENTER__SERVICEREQUEST__SRP0SERVICECATALOGDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <servicerequest/SRP0ServiceCatalog.hxx>
|
|
#include <servicerequest/SRP0ServiceCatalogDelegate.hxx>
|
|
#include <mrocoredispatch/HierarchicalWSODispatch.hxx>
|
|
#include <servicerequestdispatch/initializeservicerequest.hxx>
|
|
|
|
#include <servicerequestdispatch/libservicerequestdispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicerequest
|
|
{
|
|
class SRP0ServiceCatalogDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicerequest
|
|
{
|
|
class SRP0ServiceCatalogDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class SERVICEREQUESTDISPATCH_API Teamcenter::servicerequest::SRP0ServiceCatalogDispatch
|
|
: public Teamcenter::servicerequest::SRP0ServiceCatalogDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the SRP0ServiceCatalogDispatch instance
|
|
static SRP0ServiceCatalogDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static SRP0ServiceCatalogDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
SRP0ServiceCatalogDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~SRP0ServiceCatalogDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a SRP0ServiceCatalogDispatch
|
|
SRP0ServiceCatalogDispatch( const SRP0ServiceCatalogDispatch& );
|
|
|
|
// Assignment operator
|
|
SRP0ServiceCatalogDispatch& operator = ( const SRP0ServiceCatalogDispatch& );
|
|
|
|
// friend
|
|
friend void ::servicerequest::initializeservicerequestInternal();
|
|
friend void ::servicerequest::initializeservicerequestExtenders();
|
|
friend class Teamcenter::servicerequest::SRP0ServiceCatalogDelegate;
|
|
};
|
|
|
|
#include <servicerequestdispatch/libservicerequestdispatch_undef.h>
|
|
#endif // TEAMCENTER__SERVICEREQUEST__SRP0SERVICECATALOGDISPATCH_HXX
|