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.9 KiB
99 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, SSP0PlanForNeutralProductDelegate
|
|
Filename: SSP0PlanForNeutralProductDelegate.hxx
|
|
Module: serviceplanning
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__SERVICEPLANNING__SSP0PLANFORNEUTRALPRODUCTDELEGATE_HXX
|
|
#define TEAMCENTER__SERVICEPLANNING__SSP0PLANFORNEUTRALPRODUCTDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <serviceplanning/SSP0PlanForNeutralProduct.hxx>
|
|
|
|
#include <serviceplanning/libserviceplanning_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace serviceplanning
|
|
{
|
|
class SSP0PlanForNeutralProductDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace serviceplanning
|
|
{
|
|
class SSP0PlanForNeutralProductImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace serviceplanning
|
|
{
|
|
class SSP0PlanForNeutralProduct;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace serviceplanning
|
|
{
|
|
class SSP0PlanForNeutralProductGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class SERVICEPLANNING_API Teamcenter_alias::serviceplanning::SSP0PlanForNeutralProductDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the SSP0PlanForNeutralProductDelegate instance
|
|
static SSP0PlanForNeutralProductDelegate& getInstance();
|
|
|
|
// Method to create the SSP0PlanForNeutralProductImpl pointer
|
|
static SSP0PlanForNeutralProductImpl* createImpl( SSP0PlanForNeutralProduct& ifObj );
|
|
|
|
// Method to delete the SSP0PlanForNeutralProductImpl pointer
|
|
static void deleteImpl( SSP0PlanForNeutralProductImpl* impl );
|
|
|
|
|
|
///
|
|
/// desc for validate for create
|
|
/// @version Tc 8
|
|
/// @param creInput - desc for creInput parameter
|
|
/// @return - ret desc for validate for create
|
|
///
|
|
int validateCreateInputBase(const SSP0PlanForNeutralProduct &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static SSP0PlanForNeutralProductDelegate* m_pInstance;
|
|
|
|
SSP0PlanForNeutralProductDelegate();
|
|
virtual ~SSP0PlanForNeutralProductDelegate();
|
|
static void setInstance( SSP0PlanForNeutralProductDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::serviceplanning::SSP0PlanForNeutralProductGenImpl;
|
|
|
|
};
|
|
|
|
#include <serviceplanning/libserviceplanning_undef.h>
|
|
#endif // TEAMCENTER__SERVICEPLANNING__SSP0PLANFORNEUTRALPRODUCTDELEGATE_HXX
|