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