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.6 KiB
116 lines
3.6 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, Qc0CharacteristicsGroupDelegate
|
|
Filename: Qc0CharacteristicsGroupDelegate.hxx
|
|
Module: Qc0qualitybase
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef QC0QUALITYCENTERBASE__QC0CHARACTERISTICSGROUPDELEGATE_HXX
|
|
#define QC0QUALITYCENTERBASE__QC0CHARACTERISTICSGROUPDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <Qc0qualitybase/Qc0CharacteristicsGroup.hxx>
|
|
|
|
#include <Qc0qualitybase/libqc0qualitybase_exports.h>
|
|
|
|
namespace qc0qualitycenterbase
|
|
{
|
|
class Qc0CharacteristicsGroupDelegate;
|
|
}
|
|
namespace qc0qualitycenterbase
|
|
{
|
|
class Qc0CharacteristicsGroupImpl;
|
|
}
|
|
namespace qc0qualitycenterbase
|
|
{
|
|
class Qc0CharacteristicsGroup;
|
|
}
|
|
namespace qc0qualitycenterbase
|
|
{
|
|
class Qc0CharacteristicsGroupGenImpl;
|
|
}
|
|
|
|
namespace qc0qualitycenterbase_alias = ::qc0qualitycenterbase;
|
|
|
|
|
|
class QC0QUALITYBASE_API qc0qualitycenterbase_alias::Qc0CharacteristicsGroupDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Qc0CharacteristicsGroupDelegate instance
|
|
static Qc0CharacteristicsGroupDelegate& getInstance();
|
|
|
|
// Method to create the Qc0CharacteristicsGroupImpl pointer
|
|
static Qc0CharacteristicsGroupImpl* createImpl( Qc0CharacteristicsGroup& ifObj );
|
|
|
|
// Method to delete the Qc0CharacteristicsGroupImpl pointer
|
|
static void deleteImpl( Qc0CharacteristicsGroupImpl* impl );
|
|
|
|
|
|
///
|
|
/// Getter for a Tag Array Property
|
|
/// @version Teamcenter 11.6
|
|
/// @param values - Parameter value
|
|
/// @param isNull - Returns true for an array element if the parameter value at that location is null
|
|
/// @return - Status. 0 if successful
|
|
///
|
|
int getQc0SpecificationListBase(const Qc0CharacteristicsGroup &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const;
|
|
|
|
|
|
///
|
|
/// Deletes the instance.
|
|
/// @version Teamcenter 11.1
|
|
/// @return - Failure code.
|
|
///
|
|
int fnd0DeleteBase(const Qc0CharacteristicsGroup &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 Qc0CharacteristicsGroup &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
///
|
|
/// validate saveas input
|
|
/// @version Teamcenter 9
|
|
/// @param pSavAsInput - desc
|
|
/// @param vecDeepCopyData - desc
|
|
/// @return - returns an int
|
|
///
|
|
int validateSaveAsInputBase(const Qc0CharacteristicsGroup &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Qc0CharacteristicsGroupDelegate* m_pInstance;
|
|
|
|
Qc0CharacteristicsGroupDelegate();
|
|
virtual ~Qc0CharacteristicsGroupDelegate();
|
|
static void setInstance( Qc0CharacteristicsGroupDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::qc0qualitycenterbase::Qc0CharacteristicsGroupGenImpl;
|
|
|
|
};
|
|
|
|
#include <Qc0qualitybase/libqc0qualitybase_undef.h>
|
|
#endif // QC0QUALITYCENTERBASE__QC0CHARACTERISTICSGROUPDELEGATE_HXX
|