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.

97 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, Fnd0ConsentRelDelegate
Filename: Fnd0ConsentRelDelegate.hxx
Module: sa
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0CONSENTRELDELEGATE_HXX
#define TEAMCENTER__FND0CONSENTRELDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <sa/Fnd0ConsentRel.hxx>
#include <sa/libsa_exports.h>
namespace Teamcenter
{
class Fnd0ConsentRelDelegate;
}
namespace Teamcenter
{
class Fnd0ConsentRelImpl;
}
namespace Teamcenter
{
class Fnd0ConsentRel;
}
namespace Teamcenter
{
class Fnd0ConsentRelGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class SA_API Teamcenter_alias::Fnd0ConsentRelDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0ConsentRelDelegate instance
static Fnd0ConsentRelDelegate& getInstance();
// Method to create the Fnd0ConsentRelImpl pointer
static Fnd0ConsentRelImpl* createImpl( Fnd0ConsentRel& ifObj );
// Method to delete the Fnd0ConsentRelImpl pointer
static void deleteImpl( Fnd0ConsentRelImpl* impl );
///
/// This operation is not supported now, there will be no support for issues stemming from uses of this operation.
/// @version Teamcenter 11.4
/// @param inputs - A vector of data that contains reference information to the object to be created
/// @param bd - A data structure to store objects and other information relevant for set-based operation
/// @return -
///
int fnd0ValidateCreateInputBase( std::vector< ::Teamcenter::BulkInput* > *inputs, ::Teamcenter::BulkData *bd );
///
/// desc for validate for create
/// @version Tc 8
/// @param creInput - desc for creInput parameter
/// @return - ret desc for validate for create
///
int validateCreateInputBase(const Fnd0ConsentRel &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static Fnd0ConsentRelDelegate* m_pInstance;
Fnd0ConsentRelDelegate();
virtual ~Fnd0ConsentRelDelegate();
static void setInstance( Fnd0ConsentRelDelegate* instance );
private:
friend class ::Teamcenter::Fnd0ConsentRelGenImpl;
};
#include <sa/libsa_undef.h>
#endif // TEAMCENTER__FND0CONSENTRELDELEGATE_HXX