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/cba/Cba0LOAProcurementProxyDele...

100 lines
2.7 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, Cba0LOAProcurementProxyDelegate
Filename: Cba0LOAProcurementProxyDelegate.hxx
Module: cba
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CBA__CBA0LOAPROCUREMENTPROXYDELEGATE_HXX
#define TEAMCENTER__CBA__CBA0LOAPROCUREMENTPROXYDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <cba/Cba0LOAProcurementProxy.hxx>
#include <cba/libcba_exports.h>
namespace Teamcenter
{
namespace cba
{
class Cba0LOAProcurementProxyDelegate;
}
}
namespace Teamcenter
{
namespace cba
{
class Cba0LOAProcurementProxyImpl;
}
}
namespace Teamcenter
{
namespace cba
{
class Cba0LOAProcurementProxy;
}
}
namespace Teamcenter
{
namespace cba
{
class Cba0LOAProcurementProxyGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class CBA_API Teamcenter_alias::cba::Cba0LOAProcurementProxyDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Cba0LOAProcurementProxyDelegate instance
static Cba0LOAProcurementProxyDelegate& getInstance();
// Method to create the Cba0LOAProcurementProxyImpl pointer
static Cba0LOAProcurementProxyImpl* createImpl( Cba0LOAProcurementProxy& ifObj );
// Method to delete the Cba0LOAProcurementProxyImpl pointer
static void deleteImpl( Cba0LOAProcurementProxyImpl* impl );
///
/// Getter for a string Property
/// @version Teamcenter 10
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getCba0RpsRpdByGroupIdBase(const Cba0LOAProcurementProxy &ifObj, std::string &value, bool &isNull ) const;
protected:
// Pointer to the instance
static Cba0LOAProcurementProxyDelegate* m_pInstance;
Cba0LOAProcurementProxyDelegate();
virtual ~Cba0LOAProcurementProxyDelegate();
static void setInstance( Cba0LOAProcurementProxyDelegate* instance );
private:
friend class ::Teamcenter::cba::Cba0LOAProcurementProxyGenImpl;
};
#include <cba/libcba_undef.h>
#endif // TEAMCENTER__CBA__CBA0LOAPROCUREMENTPROXYDELEGATE_HXX