//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, Cba0LOFProcurementProxyDelegate Filename: Cba0LOFProcurementProxyDelegate.hxx Module: cba @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CBA__CBA0LOFPROCUREMENTPROXYDELEGATE_HXX #define TEAMCENTER__CBA__CBA0LOFPROCUREMENTPROXYDELEGATE_HXX #include #include #include namespace Teamcenter { namespace cba { class Cba0LOFProcurementProxyDelegate; } } namespace Teamcenter { namespace cba { class Cba0LOFProcurementProxyImpl; } } namespace Teamcenter { namespace cba { class Cba0LOFProcurementProxy; } } namespace Teamcenter { namespace cba { class Cba0LOFProcurementProxyGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class CBA_API Teamcenter_alias::cba::Cba0LOFProcurementProxyDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Cba0LOFProcurementProxyDelegate instance static Cba0LOFProcurementProxyDelegate& getInstance(); // Method to create the Cba0LOFProcurementProxyImpl pointer static Cba0LOFProcurementProxyImpl* createImpl( Cba0LOFProcurementProxy& ifObj ); // Method to delete the Cba0LOFProcurementProxyImpl pointer static void deleteImpl( Cba0LOFProcurementProxyImpl* 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 Cba0LOFProcurementProxy &ifObj, std::string &value, bool &isNull ) const; protected: // Pointer to the instance static Cba0LOFProcurementProxyDelegate* m_pInstance; Cba0LOFProcurementProxyDelegate(); virtual ~Cba0LOFProcurementProxyDelegate(); static void setInstance( Cba0LOFProcurementProxyDelegate* instance ); private: friend class ::Teamcenter::cba::Cba0LOFProcurementProxyGenImpl; }; #include #endif // TEAMCENTER__CBA__CBA0LOFPROCUREMENTPROXYDELEGATE_HXX