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.
87 lines
2.4 KiB
87 lines
2.4 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, Fnd0ListsCustomNotesDelegate
|
|
Filename: Fnd0ListsCustomNotesDelegate.hxx
|
|
Module: req
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__FND0LISTSCUSTOMNOTESDELEGATE_HXX
|
|
#define TEAMCENTER__FND0LISTSCUSTOMNOTESDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <req/Fnd0ListsCustomNotes.hxx>
|
|
|
|
#include <req/libreq_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0ListsCustomNotesDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0ListsCustomNotesImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0ListsCustomNotes;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0ListsCustomNotesGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class REQ_API Teamcenter_alias::Fnd0ListsCustomNotesDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Fnd0ListsCustomNotesDelegate instance
|
|
static Fnd0ListsCustomNotesDelegate& getInstance();
|
|
|
|
// Method to create the Fnd0ListsCustomNotesImpl pointer
|
|
static Fnd0ListsCustomNotesImpl* createImpl( Fnd0ListsCustomNotes& ifObj );
|
|
|
|
// Method to delete the Fnd0ListsCustomNotesImpl pointer
|
|
static void deleteImpl( Fnd0ListsCustomNotesImpl* 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 Fnd0ListsCustomNotes &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Fnd0ListsCustomNotesDelegate* m_pInstance;
|
|
|
|
Fnd0ListsCustomNotesDelegate();
|
|
virtual ~Fnd0ListsCustomNotesDelegate();
|
|
static void setInstance( Fnd0ListsCustomNotesDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Fnd0ListsCustomNotesGenImpl;
|
|
|
|
};
|
|
|
|
#include <req/libreq_undef.h>
|
|
#endif // TEAMCENTER__FND0LISTSCUSTOMNOTESDELEGATE_HXX
|