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.
120 lines
3.3 KiB
120 lines
3.3 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, Prg0AbsProjectPlanDelegate
|
|
Filename: Prg0AbsProjectPlanDelegate.hxx
|
|
Module: prg0programinfra
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ABSPROJECTPLANDELEGATE_HXX
|
|
#define TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ABSPROJECTPLANDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <prg0programinfra/Prg0AbsProjectPlan.hxx>
|
|
|
|
#include <prg0programinfra/libprg0programinfra_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace ProgramInfra
|
|
{
|
|
namespace prg0programinfra
|
|
{
|
|
class Prg0AbsProjectPlanDelegate;
|
|
}
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace ProgramInfra
|
|
{
|
|
namespace prg0programinfra
|
|
{
|
|
class Prg0AbsProjectPlanImpl;
|
|
}
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace ProgramInfra
|
|
{
|
|
namespace prg0programinfra
|
|
{
|
|
class Prg0AbsProjectPlan;
|
|
}
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace ProgramInfra
|
|
{
|
|
namespace prg0programinfra
|
|
{
|
|
class Prg0AbsProjectPlanGenImpl;
|
|
}
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class PRG0PROGRAMINFRA_API Teamcenter_alias::ProgramInfra::prg0programinfra::Prg0AbsProjectPlanDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Prg0AbsProjectPlanDelegate instance
|
|
static Prg0AbsProjectPlanDelegate& getInstance();
|
|
|
|
// Method to create the Prg0AbsProjectPlanImpl pointer
|
|
static Prg0AbsProjectPlanImpl* createImpl( Prg0AbsProjectPlan& ifObj );
|
|
|
|
// Method to delete the Prg0AbsProjectPlanImpl pointer
|
|
static void deleteImpl( Prg0AbsProjectPlanImpl* impl );
|
|
|
|
|
|
///
|
|
/// desc for createPost
|
|
/// @version Tc 8
|
|
/// @param creInput - Description for the Create Input
|
|
/// @return - return desc for createPost
|
|
///
|
|
int createPostBase(const Prg0AbsProjectPlan &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
///
|
|
/// desc for validate for create
|
|
/// @version Tc 8
|
|
/// @param creInput - desc for creInput parameter
|
|
/// @return - ret desc for validate for create
|
|
///
|
|
int validateCreateInputBase(const Prg0AbsProjectPlan &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Prg0AbsProjectPlanDelegate* m_pInstance;
|
|
|
|
Prg0AbsProjectPlanDelegate();
|
|
virtual ~Prg0AbsProjectPlanDelegate();
|
|
static void setInstance( Prg0AbsProjectPlanDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::ProgramInfra::prg0programinfra::Prg0AbsProjectPlanGenImpl;
|
|
|
|
};
|
|
|
|
#include <prg0programinfra/libprg0programinfra_undef.h>
|
|
#endif // TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ABSPROJECTPLANDELEGATE_HXX
|