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.

109 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, DC_SkdDDNDelegate
Filename: DC_SkdDDNDelegate.hxx
Module: contmgmts1000d
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CONTMGMTS1000D__DC_SKDDDNDELEGATE_HXX
#define TEAMCENTER__CONTMGMTS1000D__DC_SKDDDNDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <contmgmts1000d/DC_SkdDDN.hxx>
#include <contmgmts1000d/libcontmgmts1000d_exports.h>
namespace Teamcenter
{
namespace contmgmts1000d
{
class DC_SkdDDNDelegate;
}
}
namespace Teamcenter
{
namespace contmgmts1000d
{
class DC_SkdDDNImpl;
}
}
namespace Teamcenter
{
namespace contmgmts1000d
{
class DC_SkdDDN;
}
}
namespace Teamcenter
{
namespace contmgmts1000d
{
class DC_SkdDDNGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class CONTMGMTS1000D_API Teamcenter_alias::contmgmts1000d::DC_SkdDDNDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the DC_SkdDDNDelegate instance
static DC_SkdDDNDelegate& getInstance();
// Method to create the DC_SkdDDNImpl pointer
static DC_SkdDDNImpl* createImpl( DC_SkdDDN& ifObj );
// Method to delete the DC_SkdDDNImpl pointer
static void deleteImpl( DC_SkdDDNImpl* impl );
///
/// Description for the Finalize Create Input
/// @version Tc 8
/// @param creInput - desc for creInput parameter
/// @return - Return desc for Initialize for Create
///
int finalizeCreateInputBase(const DC_SkdDDN &ifObj, ::Teamcenter::CreateInput *creInput );
///
/// finalize operation input
/// @version Teamcenter 9
/// @param pSavAsInput - desc
/// @param vecDeepCopyData - desc
/// @return - returns an int
///
int finalizeSaveAsInputBase(const DC_SkdDDN &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
protected:
// Pointer to the instance
static DC_SkdDDNDelegate* m_pInstance;
DC_SkdDDNDelegate();
virtual ~DC_SkdDDNDelegate();
static void setInstance( DC_SkdDDNDelegate* instance );
private:
friend class ::Teamcenter::contmgmts1000d::DC_SkdDDNGenImpl;
};
#include <contmgmts1000d/libcontmgmts1000d_undef.h>
#endif // TEAMCENTER__CONTMGMTS1000D__DC_SKDDDNDELEGATE_HXX