//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, Lbr0SpecificationModelDelegate Filename: Lbr0SpecificationModelDelegate.hxx Module: Lbr0librarymgmt @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__LIBRARYMGMT__LBR0SPECIFICATIONMODELDELEGATE_HXX #define TEAMCENTER__LIBRARYMGMT__LBR0SPECIFICATIONMODELDELEGATE_HXX #include #include #include namespace Teamcenter { namespace LibraryMgmt { class Lbr0SpecificationModelDelegate; } } namespace Teamcenter { namespace LibraryMgmt { class Lbr0SpecificationModelImpl; } } namespace Teamcenter { namespace LibraryMgmt { class Lbr0SpecificationModel; } } namespace Teamcenter { namespace LibraryMgmt { class Lbr0SpecificationModelGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class LBR0LIBRARYMGMT_API Teamcenter_alias::LibraryMgmt::Lbr0SpecificationModelDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Lbr0SpecificationModelDelegate instance static Lbr0SpecificationModelDelegate& getInstance(); // Method to create the Lbr0SpecificationModelImpl pointer static Lbr0SpecificationModelImpl* createImpl( Lbr0SpecificationModel& ifObj ); // Method to delete the Lbr0SpecificationModelImpl pointer static void deleteImpl( Lbr0SpecificationModelImpl* impl ); /// /// 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 Lbr0SpecificationModel &ifObj, ::Teamcenter::CreateInput *creInput ); /// /// desc for validate for create /// @version Tc 8 /// @param creInput - desc for creInput parameter /// @return - ret desc for validate for create /// int validateCreateInputBase(const Lbr0SpecificationModel &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static Lbr0SpecificationModelDelegate* m_pInstance; Lbr0SpecificationModelDelegate(); virtual ~Lbr0SpecificationModelDelegate(); static void setInstance( Lbr0SpecificationModelDelegate* instance ); private: friend class ::Teamcenter::LibraryMgmt::Lbr0SpecificationModelGenImpl; }; #include #endif // TEAMCENTER__LIBRARYMGMT__LBR0SPECIFICATIONMODELDELEGATE_HXX