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.
94 lines
3.1 KiB
94 lines
3.1 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, AsMaintainedBOMLineDispatch
|
|
Filename: AsMaintainedBOMLineDispatchExt.hxx
|
|
Module: serviceprocessingdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef SPR0__TEAMCENTER__SERVICEPROCESSING__ASMAINTAINEDBOMLINEDISPATCH_HXX
|
|
#define SPR0__TEAMCENTER__SERVICEPROCESSING__ASMAINTAINEDBOMLINEDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <serviceprocessing/AsMaintainedBOMLineExt.hxx>
|
|
#include <serviceprocessing/AsMaintainedBOMLineDelegateExt.hxx>
|
|
#include <serviceprocessingdispatch/initializeserviceprocessing.hxx>
|
|
#include <extensionframework/OperationDispatcher.hxx>
|
|
#include <metaframework/OperationObjectBatch.hxx>
|
|
#include <metaframework/PostActionInternalHandler.hxx>
|
|
#include <metaframework/ManageBulkData.hxx>
|
|
|
|
#include <serviceprocessingdispatch/libserviceprocessingdispatch_exports.h>
|
|
|
|
namespace spr0
|
|
{
|
|
namespace Teamcenter
|
|
{
|
|
namespace serviceprocessing
|
|
{
|
|
class AsMaintainedBOMLineDispatch;
|
|
}
|
|
}
|
|
}
|
|
namespace spr0
|
|
{
|
|
namespace Teamcenter
|
|
{
|
|
namespace serviceprocessing
|
|
{
|
|
class AsMaintainedBOMLineDelegate;
|
|
}
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class SERVICEPROCESSINGDISPATCH_API spr0::Teamcenter::serviceprocessing::AsMaintainedBOMLineDispatch
|
|
: public spr0::Teamcenter::serviceprocessing::AsMaintainedBOMLineDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the AsMaintainedBOMLineDispatch instance
|
|
static AsMaintainedBOMLineDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static AsMaintainedBOMLineDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
AsMaintainedBOMLineDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~AsMaintainedBOMLineDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::BusinessObjectExtender* constructor( tag_t objTag );
|
|
|
|
// Copy Constructor for a AsMaintainedBOMLineDispatch
|
|
AsMaintainedBOMLineDispatch( const AsMaintainedBOMLineDispatch& );
|
|
|
|
// Assignment operator
|
|
AsMaintainedBOMLineDispatch& operator = ( const AsMaintainedBOMLineDispatch& );
|
|
|
|
// friend
|
|
friend void ::Teamcenter::serviceprocessing::initializeserviceprocessingInternal();
|
|
friend void ::Teamcenter::serviceprocessing::initializeserviceprocessingExtenders();
|
|
friend class spr0::Teamcenter::serviceprocessing::AsMaintainedBOMLineDelegate;
|
|
};
|
|
|
|
#include <serviceprocessingdispatch/libserviceprocessingdispatch_undef.h>
|
|
#endif // SPR0__TEAMCENTER__SERVICEPROCESSING__ASMAINTAINEDBOMLINEDISPATCH_HXX
|