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.
88 lines
2.4 KiB
88 lines
2.4 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, ParmGrpDefRevisionDelegate
|
|
Filename: ParmGrpDefRevisionDelegate.hxx
|
|
Module: ccdm
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef CCDM__PARMGRPDEFREVISIONDELEGATE_HXX
|
|
#define CCDM__PARMGRPDEFREVISIONDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <ccdm/ParmGrpDefRevision.hxx>
|
|
|
|
#include <ccdm/libccdm_exports.h>
|
|
|
|
namespace ccdm
|
|
{
|
|
class ParmGrpDefRevisionDelegate;
|
|
}
|
|
namespace ccdm
|
|
{
|
|
class ParmGrpDefRevisionImpl;
|
|
}
|
|
namespace ccdm
|
|
{
|
|
class ParmGrpDefRevision;
|
|
}
|
|
namespace ccdm
|
|
{
|
|
class ParmGrpDefRevisionGenImpl;
|
|
}
|
|
|
|
namespace ccdm_alias = ::ccdm;
|
|
|
|
|
|
class CCDM_API ccdm_alias::ParmGrpDefRevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the ParmGrpDefRevisionDelegate instance
|
|
static ParmGrpDefRevisionDelegate& getInstance();
|
|
|
|
// Method to create the ParmGrpDefRevisionImpl pointer
|
|
static ParmGrpDefRevisionImpl* createImpl( ParmGrpDefRevision& ifObj );
|
|
|
|
// Method to delete the ParmGrpDefRevisionImpl pointer
|
|
static void deleteImpl( ParmGrpDefRevisionImpl* impl );
|
|
|
|
|
|
///
|
|
/// Generic saveAsPost operation.
|
|
/// @version Teamcenter 8.1
|
|
/// @param pSavAsInput - Input argument as SaveAsInput object.
|
|
/// @param vecDeepCopyData - vector deepcopy data
|
|
/// @return - Return integer value.
|
|
///
|
|
int saveAsPostBase(const ParmGrpDefRevision &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static ParmGrpDefRevisionDelegate* m_pInstance;
|
|
|
|
ParmGrpDefRevisionDelegate();
|
|
virtual ~ParmGrpDefRevisionDelegate();
|
|
static void setInstance( ParmGrpDefRevisionDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::ccdm::ParmGrpDefRevisionGenImpl;
|
|
|
|
};
|
|
|
|
#include <ccdm/libccdm_undef.h>
|
|
#endif // CCDM__PARMGRPDEFREVISIONDELEGATE_HXX
|