//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, Cfg0SearchSlctContentDelegate Filename: Cfg0SearchSlctContentDelegate.hxx Module: Cfg0configurator @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CFG0CONFIGURATOR__CFG0SEARCHSLCTCONTENTDELEGATE_HXX #define TEAMCENTER__CFG0CONFIGURATOR__CFG0SEARCHSLCTCONTENTDELEGATE_HXX #include #include #include namespace Teamcenter { namespace Cfg0configurator { class Cfg0SearchSlctContentDelegate; } } namespace Teamcenter { namespace Cfg0configurator { class Cfg0SearchSlctContentImpl; } } namespace Teamcenter { namespace Cfg0configurator { class Cfg0SearchSlctContent; } } namespace Teamcenter { namespace Cfg0configurator { class Cfg0SearchSlctContentGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class CFG0CONFIGURATOR_API Teamcenter_alias::Cfg0configurator::Cfg0SearchSlctContentDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Cfg0SearchSlctContentDelegate instance static Cfg0SearchSlctContentDelegate& getInstance(); // Method to create the Cfg0SearchSlctContentImpl pointer static Cfg0SearchSlctContentImpl* createImpl( Cfg0SearchSlctContent& ifObj ); // Method to delete the Cfg0SearchSlctContentImpl pointer static void deleteImpl( Cfg0SearchSlctContentImpl* impl ); /// /// Getter for a Tag Array Property /// @version Teamcenter 10.1.2 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getCfg0SelectedContentsBase(const Cfg0SearchSlctContent &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 10.1.2 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getCfg0UnselectedContentsBase(const Cfg0SearchSlctContent &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; protected: // Pointer to the instance static Cfg0SearchSlctContentDelegate* m_pInstance; Cfg0SearchSlctContentDelegate(); virtual ~Cfg0SearchSlctContentDelegate(); static void setInstance( Cfg0SearchSlctContentDelegate* instance ); private: friend class ::Teamcenter::Cfg0configurator::Cfg0SearchSlctContentGenImpl; }; #include #endif // TEAMCENTER__CFG0CONFIGURATOR__CFG0SEARCHSLCTCONTENTDELEGATE_HXX