//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, SRP0GnSrvRequestDelegate Filename: SRP0GnSrvRequestDelegate.hxx Module: servicerequest @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__SERVICEREQUEST__SRP0GNSRVREQUESTDELEGATE_HXX #define TEAMCENTER__SERVICEREQUEST__SRP0GNSRVREQUESTDELEGATE_HXX #include #include #include namespace Teamcenter { namespace servicerequest { class SRP0GnSrvRequestDelegate; } } namespace Teamcenter { namespace servicerequest { class SRP0GnSrvRequestImpl; } } namespace Teamcenter { namespace servicerequest { class SRP0GnSrvRequest; } } namespace Teamcenter { namespace servicerequest { class SRP0GnSrvRequestGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class SERVICEREQUEST_API Teamcenter_alias::servicerequest::SRP0GnSrvRequestDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the SRP0GnSrvRequestDelegate instance static SRP0GnSrvRequestDelegate& getInstance(); // Method to create the SRP0GnSrvRequestImpl pointer static SRP0GnSrvRequestImpl* createImpl( SRP0GnSrvRequest& ifObj ); // Method to delete the SRP0GnSrvRequestImpl pointer static void deleteImpl( SRP0GnSrvRequestImpl* impl ); /// /// desc for createPost /// @version Tc 8 /// @param creInput - Description for the Create Input /// @return - return desc for createPost /// int createPostBase(const SRP0GnSrvRequest &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 SRP0GnSrvRequest &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static SRP0GnSrvRequestDelegate* m_pInstance; SRP0GnSrvRequestDelegate(); virtual ~SRP0GnSrvRequestDelegate(); static void setInstance( SRP0GnSrvRequestDelegate* instance ); private: friend class ::Teamcenter::servicerequest::SRP0GnSrvRequestGenImpl; }; #include #endif // TEAMCENTER__SERVICEREQUEST__SRP0GNSRVREQUESTDELEGATE_HXX