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.
99 lines
2.9 KiB
99 lines
2.9 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, Bom0AbstractPartPlantIncDelegate
|
|
Filename: Bom0AbstractPartPlantIncDelegate.hxx
|
|
Module: Bom0plantbommgmt
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTRACTPARTPLANTINCDELEGATE_HXX
|
|
#define TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTRACTPARTPLANTINCDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <Bom0plantbommgmt/Bom0AbstractPartPlantInc.hxx>
|
|
|
|
#include <Bom0plantbommgmt/libbom0plantbommgmt_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace Bom0bommanagement
|
|
{
|
|
class Bom0AbstractPartPlantIncDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Bom0bommanagement
|
|
{
|
|
class Bom0AbstractPartPlantIncImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Bom0bommanagement
|
|
{
|
|
class Bom0AbstractPartPlantInc;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Bom0bommanagement
|
|
{
|
|
class Bom0AbstractPartPlantIncGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class BOM0PLANTBOMMGMT_API Teamcenter_alias::Bom0bommanagement::Bom0AbstractPartPlantIncDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Bom0AbstractPartPlantIncDelegate instance
|
|
static Bom0AbstractPartPlantIncDelegate& getInstance();
|
|
|
|
// Method to create the Bom0AbstractPartPlantIncImpl pointer
|
|
static Bom0AbstractPartPlantIncImpl* createImpl( Bom0AbstractPartPlantInc& ifObj );
|
|
|
|
// Method to delete the Bom0AbstractPartPlantIncImpl pointer
|
|
static void deleteImpl( Bom0AbstractPartPlantIncImpl* impl );
|
|
|
|
|
|
///
|
|
/// desc for validate for create
|
|
/// @version Tc 8
|
|
/// @param creInput - desc for creInput parameter
|
|
/// @return - ret desc for validate for create
|
|
///
|
|
int validateCreateInputBase(const Bom0AbstractPartPlantInc &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Bom0AbstractPartPlantIncDelegate* m_pInstance;
|
|
|
|
Bom0AbstractPartPlantIncDelegate();
|
|
virtual ~Bom0AbstractPartPlantIncDelegate();
|
|
static void setInstance( Bom0AbstractPartPlantIncDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Bom0bommanagement::Bom0AbstractPartPlantIncGenImpl;
|
|
|
|
};
|
|
|
|
#include <Bom0plantbommgmt/libbom0plantbommgmt_undef.h>
|
|
#endif // TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTRACTPARTPLANTINCDELEGATE_HXX
|