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