//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, Cfg0AbsOptionFamilyDelegate Filename: Cfg0AbsOptionFamilyDelegate.hxx Module: Cfg0configurator @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CFG0CONFIGURATOR__CFG0ABSOPTIONFAMILYDELEGATE_HXX #define TEAMCENTER__CFG0CONFIGURATOR__CFG0ABSOPTIONFAMILYDELEGATE_HXX #include #include #include namespace Teamcenter { namespace Cfg0configurator { class Cfg0AbsOptionFamilyDelegate; } } namespace Teamcenter { namespace Cfg0configurator { class Cfg0AbsOptionFamilyImpl; } } namespace Teamcenter { namespace Cfg0configurator { class Cfg0AbsOptionFamily; } } namespace Teamcenter { namespace Cfg0configurator { class Cfg0AbsOptionFamilyGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class CFG0CONFIGURATOR_API Teamcenter_alias::Cfg0configurator::Cfg0AbsOptionFamilyDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Cfg0AbsOptionFamilyDelegate instance static Cfg0AbsOptionFamilyDelegate& getInstance(); // Method to create the Cfg0AbsOptionFamilyImpl pointer static Cfg0AbsOptionFamilyImpl* createImpl( Cfg0AbsOptionFamily& ifObj ); // Method to delete the Cfg0AbsOptionFamilyImpl pointer static void deleteImpl( Cfg0AbsOptionFamilyImpl* impl ); /// /// Getter for a string Property /// @version Teamcenter 10.1.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getCfg0MaximumValueBase(const Cfg0AbsOptionFamily &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 10.1.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getCfg0MinimumValueBase(const Cfg0AbsOptionFamily &ifObj, std::string &value, bool &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 getCfg0ProductItemsBase(const Cfg0AbsOptionFamily &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Setter for a string Property /// @version Teamcenter 10.1.2 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setCfg0MaximumValueBase(Cfg0AbsOptionFamily &ifObj, const std::string &value, bool isNull ); /// /// Setter for a string Property /// @version Teamcenter 10.1.2 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setCfg0MinimumValueBase(Cfg0AbsOptionFamily &ifObj, const std::string &value, bool isNull ); /// /// desc for createPost /// @version Tc 8 /// @param creInput - Description for the Create Input /// @return - return desc for createPost /// int createPostBase(const Cfg0AbsOptionFamily &ifObj, ::Teamcenter::CreateInput *creInput ); /// /// Description for the Finalize Create Input /// @version Tc 8 /// @param creInput - desc for creInput parameter /// @return - Return desc for Initialize for Create /// int finalizeCreateInputBase(const Cfg0AbsOptionFamily &ifObj, ::Teamcenter::CreateInput *creInput ); /// /// finalize operation input /// @version Teamcenter 9 /// @param pSavAsInput - desc /// @param vecDeepCopyData - desc /// @return - returns an int /// int finalizeSaveAsInputBase(const Cfg0AbsOptionFamily &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData ); protected: // Pointer to the instance static Cfg0AbsOptionFamilyDelegate* m_pInstance; Cfg0AbsOptionFamilyDelegate(); virtual ~Cfg0AbsOptionFamilyDelegate(); static void setInstance( Cfg0AbsOptionFamilyDelegate* instance ); private: friend class ::Teamcenter::Cfg0configurator::Cfg0AbsOptionFamilyGenImpl; }; #include #endif // TEAMCENTER__CFG0CONFIGURATOR__CFG0ABSOPTIONFAMILYDELEGATE_HXX