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.
116 lines
3.5 KiB
116 lines
3.5 KiB
//Copyright 2020 Siemens Digital Industries Software
|
|
//==================================================
|
|
//Copyright $2020.
|
|
//Siemens Product Lifecycle Management Software Inc.
|
|
//All Rights Reserved.
|
|
//e
|
|
//==================================================
|
|
//Copyright 2020 Siemens Digital Industries Software
|
|
|
|
/*==================================================================================================
|
|
File description:
|
|
This file contains the declaration for the Business Object, Qc0AttributiveCharSpecDelegate
|
|
Filename: Qc0AttributiveCharSpecDelegate.hxx
|
|
Module: Qc0qualitybase
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef QC0QUALITYCENTERBASE__QC0ATTRIBUTIVECHARSPECDELEGATE_HXX
|
|
#define QC0QUALITYCENTERBASE__QC0ATTRIBUTIVECHARSPECDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <Qc0qualitybase/Qc0AttributiveCharSpec.hxx>
|
|
|
|
#include <Qc0qualitybase/libqc0qualitybase_exports.h>
|
|
|
|
namespace qc0qualitycenterbase
|
|
{
|
|
class Qc0AttributiveCharSpecDelegate;
|
|
}
|
|
namespace qc0qualitycenterbase
|
|
{
|
|
class Qc0AttributiveCharSpecImpl;
|
|
}
|
|
namespace qc0qualitycenterbase
|
|
{
|
|
class Qc0AttributiveCharSpec;
|
|
}
|
|
namespace qc0qualitycenterbase
|
|
{
|
|
class Qc0AttributiveCharSpecGenImpl;
|
|
}
|
|
|
|
namespace qc0qualitycenterbase_alias = ::qc0qualitycenterbase;
|
|
|
|
|
|
class QC0QUALITYBASE_API qc0qualitycenterbase_alias::Qc0AttributiveCharSpecDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Qc0AttributiveCharSpecDelegate instance
|
|
static Qc0AttributiveCharSpecDelegate& getInstance();
|
|
|
|
// Method to create the Qc0AttributiveCharSpecImpl pointer
|
|
static Qc0AttributiveCharSpecImpl* createImpl( Qc0AttributiveCharSpec& ifObj );
|
|
|
|
// Method to delete the Qc0AttributiveCharSpecImpl pointer
|
|
static void deleteImpl( Qc0AttributiveCharSpecImpl* impl );
|
|
|
|
|
|
///
|
|
/// Deletes the instance.
|
|
/// @version Teamcenter 11.1
|
|
/// @return - Failure code.
|
|
///
|
|
int fnd0DeleteBase(const Qc0AttributiveCharSpec &ifObj );
|
|
|
|
|
|
///
|
|
/// desc for validate for create
|
|
/// @version Tc 8
|
|
/// @param creInput - desc for creInput parameter
|
|
/// @return - ret desc for validate for create
|
|
///
|
|
int validateCreateInputBase(const Qc0AttributiveCharSpec &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
///
|
|
/// Validate revise input.
|
|
/// @version Teamcenter 10.1
|
|
/// @param pReviseInput - desc
|
|
/// @param vecDeepCopyData - desc
|
|
/// @return - Returns an int.
|
|
///
|
|
int validateReviseInputBase(const Qc0AttributiveCharSpec &ifObj, ::Teamcenter::ReviseInput *pReviseInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
|
|
|
|
|
|
///
|
|
/// validate saveas input
|
|
/// @version Teamcenter 9
|
|
/// @param pSavAsInput - desc
|
|
/// @param vecDeepCopyData - desc
|
|
/// @return - returns an int
|
|
///
|
|
int validateSaveAsInputBase(const Qc0AttributiveCharSpec &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Qc0AttributiveCharSpecDelegate* m_pInstance;
|
|
|
|
Qc0AttributiveCharSpecDelegate();
|
|
virtual ~Qc0AttributiveCharSpecDelegate();
|
|
static void setInstance( Qc0AttributiveCharSpecDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::qc0qualitycenterbase::Qc0AttributiveCharSpecGenImpl;
|
|
|
|
};
|
|
|
|
#include <Qc0qualitybase/libqc0qualitybase_undef.h>
|
|
#endif // QC0QUALITYCENTERBASE__QC0ATTRIBUTIVECHARSPECDELEGATE_HXX
|