//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, Fnd0GDPRConsentRevisionDelegate Filename: Fnd0GDPRConsentRevisionDelegate.hxx Module: sa @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0GDPRCONSENTREVISIONDELEGATE_HXX #define TEAMCENTER__FND0GDPRCONSENTREVISIONDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0GDPRConsentRevisionDelegate; } namespace Teamcenter { class Fnd0GDPRConsentRevisionImpl; } namespace Teamcenter { class Fnd0GDPRConsentRevision; } namespace Teamcenter { class Fnd0GDPRConsentRevisionGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class SA_API Teamcenter_alias::Fnd0GDPRConsentRevisionDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0GDPRConsentRevisionDelegate instance static Fnd0GDPRConsentRevisionDelegate& getInstance(); // Method to create the Fnd0GDPRConsentRevisionImpl pointer static Fnd0GDPRConsentRevisionImpl* createImpl( Fnd0GDPRConsentRevision& ifObj ); // Method to delete the Fnd0GDPRConsentRevisionImpl pointer static void deleteImpl( Fnd0GDPRConsentRevisionImpl* impl ); /// /// This operation is not supported now, there will be no support for issues stemming from uses of this operation. /// @version Teamcenter 11.2.3 /// @param inputs - A vector of data that contains reference information to the object to be saved /// @param bd - A data structure to store objects and other information relevant for set-based operation /// @return - /// int fnd0ValidateSaveAsInputBase( std::vector< ::Teamcenter::BulkInput* > *inputs, ::Teamcenter::BulkData *bd ); /// /// validate saveas input /// @version Teamcenter 9 /// @param pSavAsInput - desc /// @param vecDeepCopyData - desc /// @return - returns an int /// int validateSaveAsInputBase(const Fnd0GDPRConsentRevision &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData ); protected: // Pointer to the instance static Fnd0GDPRConsentRevisionDelegate* m_pInstance; Fnd0GDPRConsentRevisionDelegate(); virtual ~Fnd0GDPRConsentRevisionDelegate(); static void setInstance( Fnd0GDPRConsentRevisionDelegate* instance ); private: friend class ::Teamcenter::Fnd0GDPRConsentRevisionGenImpl; }; #include #endif // TEAMCENTER__FND0GDPRCONSENTREVISIONDELEGATE_HXX