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, Fnd0ModelViewProxyDelegate
Filename: Fnd0ModelViewProxyDelegate.hxx
Module: Fnd0disclosure
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0MODELVIEWPROXYDELEGATE_HXX
#define TEAMCENTER__FND0MODELVIEWPROXYDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <Fnd0disclosure/Fnd0ModelViewProxy.hxx>
#include <Fnd0disclosure/libfnd0disclosure_exports.h>
namespace Teamcenter
{
class Fnd0ModelViewProxyDelegate;
}
namespace Teamcenter
{
class Fnd0ModelViewProxyImpl;
}
namespace Teamcenter
{
class Fnd0ModelViewProxy;
}
namespace Teamcenter
{
class Fnd0ModelViewProxyGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class FND0DISCLOSURE_API Teamcenter_alias::Fnd0ModelViewProxyDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0ModelViewProxyDelegate instance
static Fnd0ModelViewProxyDelegate& getInstance();
// Method to create the Fnd0ModelViewProxyImpl pointer
static Fnd0ModelViewProxyImpl* createImpl( Fnd0ModelViewProxy& ifObj );
// Method to delete the Fnd0ModelViewProxyImpl pointer
static void deleteImpl( Fnd0ModelViewProxyImpl* impl );
///
/// Getter for a String Property
/// @version Teamcenter 10.1.6
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0ThumbNailFmsTicketBase(const Fnd0ModelViewProxy &ifObj, std::string &value, bool &isNull ) const;
///
/// desc for validate for create
/// @version Tc 8
/// @param creInput - desc for creInput parameter
/// @return - ret desc for validate for create
///
int validateCreateInputBase(const Fnd0ModelViewProxy &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static Fnd0ModelViewProxyDelegate* m_pInstance;
Fnd0ModelViewProxyDelegate();
virtual ~Fnd0ModelViewProxyDelegate();
static void setInstance( Fnd0ModelViewProxyDelegate* instance );
private:
friend class ::Teamcenter::Fnd0ModelViewProxyGenImpl;
};
#include <Fnd0disclosure/libfnd0disclosure_undef.h>
#endif // TEAMCENTER__FND0MODELVIEWPROXYDELEGATE_HXX