//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, Bom0PBESubstituteDelegate Filename: Bom0PBESubstituteDelegate.hxx Module: Bom0bommanagement @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__BOM0BOMMANAGEMENT__BOM0PBESUBSTITUTEDELEGATE_HXX #define TEAMCENTER__BOM0BOMMANAGEMENT__BOM0PBESUBSTITUTEDELEGATE_HXX #include #include #include namespace Teamcenter { namespace Bom0bommanagement { class Bom0PBESubstituteDelegate; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0PBESubstituteImpl; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0PBESubstitute; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0PBESubstituteGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class BOM0BOMMANAGEMENT_API Teamcenter_alias::Bom0bommanagement::Bom0PBESubstituteDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Bom0PBESubstituteDelegate instance static Bom0PBESubstituteDelegate& getInstance(); // Method to create the Bom0PBESubstituteImpl pointer static Bom0PBESubstituteImpl* createImpl( Bom0PBESubstitute& ifObj ); // Method to delete the Bom0PBESubstituteImpl pointer static void deleteImpl( Bom0PBESubstituteImpl* 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 Bom0PBESubstitute &ifObj, ::Teamcenter::CreateInput *creInput ); /// /// finalize operation input /// @version Teamcenter 9 /// @param pSavAsInput - desc /// @param vecDeepCopyData - desc /// @return - returns an int /// int finalizeSaveAsInputBase(const Bom0PBESubstitute &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData ); /// /// 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 fnd0FinalizeSaveAsInputBase( std::vector< ::Teamcenter::BulkInput* > *inputs, ::Teamcenter::BulkData *bd ); /// /// 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 fnd0PerformDeepCopyBase( std::vector< ::Teamcenter::BulkInput* > *inputs, ::Teamcenter::BulkData *bd ); /// /// This operation is not supported now, there will be no support for issues stemming from uses of this operation. /// @version Teamcenter 11.2.2 /// @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 - This operation returns ITK_ok on success. Otherwise, it will return specific error code. /// int fnd0SaveBase( std::vector< ::Teamcenter::BulkInput* > *inputs, ::Teamcenter::BulkData *bd ); /// /// perform deep copy /// @version Teamcenter 9 /// @param pOperationInput - desc /// @param vecDeepCopyData - deep copy data /// @return - returns an int /// int performDeepCopyBase(const Bom0PBESubstitute &ifObj, ::Teamcenter::OperationInput *pOperationInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData ); protected: // Pointer to the instance static Bom0PBESubstituteDelegate* m_pInstance; Bom0PBESubstituteDelegate(); virtual ~Bom0PBESubstituteDelegate(); static void setInstance( Bom0PBESubstituteDelegate* instance ); private: friend class ::Teamcenter::Bom0bommanagement::Bom0PBESubstituteGenImpl; }; #include #endif // TEAMCENTER__BOM0BOMMANAGEMENT__BOM0PBESUBSTITUTEDELEGATE_HXX