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.
ML_ITK/13/include_cpp/sub_mgr/Fnd0SubscribeCriteriaConfDe...

87 lines
2.6 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, Fnd0SubscribeCriteriaConfDelegate
Filename: Fnd0SubscribeCriteriaConfDelegate.hxx
Module: sub_mgr
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0SUBSCRIBECRITERIACONFDELEGATE_HXX
#define TEAMCENTER__FND0SUBSCRIBECRITERIACONFDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <sub_mgr/Fnd0SubscribeCriteriaConf.hxx>
#include <sub_mgr/libsub_mgr_exports.h>
namespace Teamcenter
{
class Fnd0SubscribeCriteriaConfDelegate;
}
namespace Teamcenter
{
class Fnd0SubscribeCriteriaConfImpl;
}
namespace Teamcenter
{
class Fnd0SubscribeCriteriaConf;
}
namespace Teamcenter
{
class Fnd0SubscribeCriteriaConfGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class SUB_MGR_API Teamcenter_alias::Fnd0SubscribeCriteriaConfDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0SubscribeCriteriaConfDelegate instance
static Fnd0SubscribeCriteriaConfDelegate& getInstance();
// Method to create the Fnd0SubscribeCriteriaConfImpl pointer
static Fnd0SubscribeCriteriaConfImpl* createImpl( Fnd0SubscribeCriteriaConf& ifObj );
// Method to delete the Fnd0SubscribeCriteriaConfImpl pointer
static void deleteImpl( Fnd0SubscribeCriteriaConfImpl* 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 Fnd0SubscribeCriteriaConf &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static Fnd0SubscribeCriteriaConfDelegate* m_pInstance;
Fnd0SubscribeCriteriaConfDelegate();
virtual ~Fnd0SubscribeCriteriaConfDelegate();
static void setInstance( Fnd0SubscribeCriteriaConfDelegate* instance );
private:
friend class ::Teamcenter::Fnd0SubscribeCriteriaConfGenImpl;
};
#include <sub_mgr/libsub_mgr_undef.h>
#endif // TEAMCENTER__FND0SUBSCRIBECRITERIACONFDELEGATE_HXX