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.
89 lines
2.6 KiB
89 lines
2.6 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, Fnd0RequirementBOMLineDelegate
|
|
Filename: Fnd0RequirementBOMLineDelegate.hxx
|
|
Module: req
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__FND0REQUIREMENTBOMLINEDELEGATE_HXX
|
|
#define TEAMCENTER__FND0REQUIREMENTBOMLINEDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <req/Fnd0RequirementBOMLine.hxx>
|
|
|
|
#include <req/libreq_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0RequirementBOMLineDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0RequirementBOMLineImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0RequirementBOMLine;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0RequirementBOMLineGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class REQ_API Teamcenter_alias::Fnd0RequirementBOMLineDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Fnd0RequirementBOMLineDelegate instance
|
|
static Fnd0RequirementBOMLineDelegate& getInstance();
|
|
|
|
// Method to create the Fnd0RequirementBOMLineImpl pointer
|
|
static Fnd0RequirementBOMLineImpl* createImpl( Fnd0RequirementBOMLine& ifObj );
|
|
|
|
// Method to delete the Fnd0RequirementBOMLineImpl pointer
|
|
static void deleteImpl( Fnd0RequirementBOMLineImpl* impl );
|
|
|
|
|
|
///
|
|
/// This operation is designed to allow pre and post hooks.
|
|
/// @version Teamcenter 11.1
|
|
/// @param specType - Specification type.
|
|
/// @param specElementType - Specification element type.
|
|
/// @param top_bom_line - Top bom line.
|
|
/// @return - An ifail integer.
|
|
///
|
|
int fnd0req_live_import_postBase(const Fnd0RequirementBOMLine &ifObj, const char *specType, const char *specElementType, tag_t top_bom_line );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Fnd0RequirementBOMLineDelegate* m_pInstance;
|
|
|
|
Fnd0RequirementBOMLineDelegate();
|
|
virtual ~Fnd0RequirementBOMLineDelegate();
|
|
static void setInstance( Fnd0RequirementBOMLineDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Fnd0RequirementBOMLineGenImpl;
|
|
|
|
};
|
|
|
|
#include <req/libreq_undef.h>
|
|
#endif // TEAMCENTER__FND0REQUIREMENTBOMLINEDELEGATE_HXX
|