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.
99 lines
2.8 KiB
99 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, Ptn0PSPartitionContainerDelegate
|
|
Filename: Ptn0PSPartitionContainerDelegate.hxx
|
|
Module: ptn0partition
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__PARTITION__PTN0PSPARTITIONCONTAINERDELEGATE_HXX
|
|
#define TEAMCENTER__PARTITION__PTN0PSPARTITIONCONTAINERDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <ptn0partition/Ptn0PSPartitionContainer.hxx>
|
|
|
|
#include <ptn0partition/libptn0partition_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace Partition
|
|
{
|
|
class Ptn0PSPartitionContainerDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Partition
|
|
{
|
|
class Ptn0PSPartitionContainerImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Partition
|
|
{
|
|
class Ptn0PSPartitionContainer;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Partition
|
|
{
|
|
class Ptn0PSPartitionContainerGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class PTN0PARTITION_API Teamcenter_alias::Partition::Ptn0PSPartitionContainerDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Ptn0PSPartitionContainerDelegate instance
|
|
static Ptn0PSPartitionContainerDelegate& getInstance();
|
|
|
|
// Method to create the Ptn0PSPartitionContainerImpl pointer
|
|
static Ptn0PSPartitionContainerImpl* createImpl( Ptn0PSPartitionContainer& ifObj );
|
|
|
|
// Method to delete the Ptn0PSPartitionContainerImpl pointer
|
|
static void deleteImpl( Ptn0PSPartitionContainerImpl* 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 Ptn0PSPartitionContainer &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Ptn0PSPartitionContainerDelegate* m_pInstance;
|
|
|
|
Ptn0PSPartitionContainerDelegate();
|
|
virtual ~Ptn0PSPartitionContainerDelegate();
|
|
static void setInstance( Ptn0PSPartitionContainerDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Partition::Ptn0PSPartitionContainerGenImpl;
|
|
|
|
};
|
|
|
|
#include <ptn0partition/libptn0partition_undef.h>
|
|
#endif // TEAMCENTER__PARTITION__PTN0PSPARTITIONCONTAINERDELEGATE_HXX
|