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.
97 lines
2.9 KiB
97 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, Mat1MadeFromMaterialDelegate
|
|
Filename: Mat1MadeFromMaterialDelegate.hxx
|
|
Module: mat1materialmgmt
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef MATERIALMGMT__MAT1MADEFROMMATERIALDELEGATE_HXX
|
|
#define MATERIALMGMT__MAT1MADEFROMMATERIALDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <mat1materialmgmt/Mat1MadeFromMaterial.hxx>
|
|
|
|
#include <mat1materialmgmt/libmat1materialmgmt_exports.h>
|
|
|
|
namespace materialmgmt
|
|
{
|
|
class Mat1MadeFromMaterialDelegate;
|
|
}
|
|
namespace materialmgmt
|
|
{
|
|
class Mat1MadeFromMaterialImpl;
|
|
}
|
|
namespace materialmgmt
|
|
{
|
|
class Mat1MadeFromMaterial;
|
|
}
|
|
namespace materialmgmt
|
|
{
|
|
class Mat1MadeFromMaterialGenImpl;
|
|
}
|
|
|
|
namespace materialmgmt_alias = ::materialmgmt;
|
|
|
|
|
|
class MAT1MATERIALMGMT_API materialmgmt_alias::Mat1MadeFromMaterialDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Mat1MadeFromMaterialDelegate instance
|
|
static Mat1MadeFromMaterialDelegate& getInstance();
|
|
|
|
// Method to create the Mat1MadeFromMaterialImpl pointer
|
|
static Mat1MadeFromMaterialImpl* createImpl( Mat1MadeFromMaterial& ifObj );
|
|
|
|
// Method to delete the Mat1MadeFromMaterialImpl pointer
|
|
static void deleteImpl( Mat1MadeFromMaterialImpl* 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 Mat1MadeFromMaterial &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
///
|
|
/// validate saveas input
|
|
/// @version Teamcenter 9
|
|
/// @param pSavAsInput - desc
|
|
/// @param vecDeepCopyData - desc
|
|
/// @return - returns an int
|
|
///
|
|
int validateSaveAsInputBase(const Mat1MadeFromMaterial &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Mat1MadeFromMaterialDelegate* m_pInstance;
|
|
|
|
Mat1MadeFromMaterialDelegate();
|
|
virtual ~Mat1MadeFromMaterialDelegate();
|
|
static void setInstance( Mat1MadeFromMaterialDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::materialmgmt::Mat1MadeFromMaterialGenImpl;
|
|
|
|
};
|
|
|
|
#include <mat1materialmgmt/libmat1materialmgmt_undef.h>
|
|
#endif // MATERIALMGMT__MAT1MADEFROMMATERIALDELEGATE_HXX
|