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.
ML_ITK/13/include_cpp/pkgart/Pka0ArtwkDesignRevisionDele...

100 lines
2.8 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, Pka0ArtwkDesignRevisionDelegate
Filename: Pka0ArtwkDesignRevisionDelegate.hxx
Module: pkgart
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__PKGART__PKA0ARTWKDESIGNREVISIONDELEGATE_HXX
#define TEAMCENTER__PKGART__PKA0ARTWKDESIGNREVISIONDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <pkgart/Pka0ArtwkDesignRevision.hxx>
#include <pkgart/libpkgart_exports.h>
namespace Teamcenter
{
namespace PKGART
{
class Pka0ArtwkDesignRevisionDelegate;
}
}
namespace Teamcenter
{
namespace PKGART
{
class Pka0ArtwkDesignRevisionImpl;
}
}
namespace Teamcenter
{
namespace PKGART
{
class Pka0ArtwkDesignRevision;
}
}
namespace Teamcenter
{
namespace PKGART
{
class Pka0ArtwkDesignRevisionGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class PKGART_API Teamcenter_alias::PKGART::Pka0ArtwkDesignRevisionDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Pka0ArtwkDesignRevisionDelegate instance
static Pka0ArtwkDesignRevisionDelegate& getInstance();
// Method to create the Pka0ArtwkDesignRevisionImpl pointer
static Pka0ArtwkDesignRevisionImpl* createImpl( Pka0ArtwkDesignRevision& ifObj );
// Method to delete the Pka0ArtwkDesignRevisionImpl pointer
static void deleteImpl( Pka0ArtwkDesignRevisionImpl* 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 Pka0ArtwkDesignRevision &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
protected:
// Pointer to the instance
static Pka0ArtwkDesignRevisionDelegate* m_pInstance;
Pka0ArtwkDesignRevisionDelegate();
virtual ~Pka0ArtwkDesignRevisionDelegate();
static void setInstance( Pka0ArtwkDesignRevisionDelegate* instance );
private:
friend class ::Teamcenter::PKGART::Pka0ArtwkDesignRevisionGenImpl;
};
#include <pkgart/libpkgart_undef.h>
#endif // TEAMCENTER__PKGART__PKA0ARTWKDESIGNREVISIONDELEGATE_HXX