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.
97 lines
2.8 KiB
97 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, Civ0UpdateFileDelegate
|
|
Filename: Civ0UpdateFileDelegate.hxx
|
|
Module: contmgmts1000d40
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef CONTMGMTS1000D40__CIV0UPDATEFILEDELEGATE_HXX
|
|
#define CONTMGMTS1000D40__CIV0UPDATEFILEDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <contmgmts1000d40/Civ0UpdateFile.hxx>
|
|
|
|
#include <contmgmts1000d40/libcontmgmts1000d40_exports.h>
|
|
|
|
namespace contmgmts1000d40
|
|
{
|
|
class Civ0UpdateFileDelegate;
|
|
}
|
|
namespace contmgmts1000d40
|
|
{
|
|
class Civ0UpdateFileImpl;
|
|
}
|
|
namespace contmgmts1000d40
|
|
{
|
|
class Civ0UpdateFile;
|
|
}
|
|
namespace contmgmts1000d40
|
|
{
|
|
class Civ0UpdateFileGenImpl;
|
|
}
|
|
|
|
namespace contmgmts1000d40_alias = ::contmgmts1000d40;
|
|
|
|
|
|
class CONTMGMTS1000D40_API contmgmts1000d40_alias::Civ0UpdateFileDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Civ0UpdateFileDelegate instance
|
|
static Civ0UpdateFileDelegate& getInstance();
|
|
|
|
// Method to create the Civ0UpdateFileImpl pointer
|
|
static Civ0UpdateFileImpl* createImpl( Civ0UpdateFile& ifObj );
|
|
|
|
// Method to delete the Civ0UpdateFileImpl pointer
|
|
static void deleteImpl( Civ0UpdateFileImpl* 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 Civ0UpdateFile &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
///
|
|
/// finalize operation input
|
|
/// @version Teamcenter 9
|
|
/// @param pSavAsInput - desc
|
|
/// @param vecDeepCopyData - desc
|
|
/// @return - returns an int
|
|
///
|
|
int finalizeSaveAsInputBase(const Civ0UpdateFile &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Civ0UpdateFileDelegate* m_pInstance;
|
|
|
|
Civ0UpdateFileDelegate();
|
|
virtual ~Civ0UpdateFileDelegate();
|
|
static void setInstance( Civ0UpdateFileDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::contmgmts1000d40::Civ0UpdateFileGenImpl;
|
|
|
|
};
|
|
|
|
#include <contmgmts1000d40/libcontmgmts1000d40_undef.h>
|
|
#endif // CONTMGMTS1000D40__CIV0UPDATEFILEDELEGATE_HXX
|