//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, Bom0AbstPUDesOccAlgnmtThdDelegate Filename: Bom0AbstPUDesOccAlgnmtThdDelegate.hxx Module: Bom0psdalignment @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTPUDESOCCALGNMTTHDDELEGATE_HXX #define TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTPUDESOCCALGNMTTHDDELEGATE_HXX #include #include #include namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstPUDesOccAlgnmtThdDelegate; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstPUDesOccAlgnmtThdImpl; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstPUDesOccAlgnmtThd; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstPUDesOccAlgnmtThdGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class BOM0PSDALIGNMENT_API Teamcenter_alias::Bom0bommanagement::Bom0AbstPUDesOccAlgnmtThdDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Bom0AbstPUDesOccAlgnmtThdDelegate instance static Bom0AbstPUDesOccAlgnmtThdDelegate& getInstance(); // Method to create the Bom0AbstPUDesOccAlgnmtThdImpl pointer static Bom0AbstPUDesOccAlgnmtThdImpl* createImpl( Bom0AbstPUDesOccAlgnmtThd& ifObj ); // Method to delete the Bom0AbstPUDesOccAlgnmtThdImpl pointer static void deleteImpl( Bom0AbstPUDesOccAlgnmtThdImpl* 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 Bom0AbstPUDesOccAlgnmtThd &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 Bom0AbstPUDesOccAlgnmtThd &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static Bom0AbstPUDesOccAlgnmtThdDelegate* m_pInstance; Bom0AbstPUDesOccAlgnmtThdDelegate(); virtual ~Bom0AbstPUDesOccAlgnmtThdDelegate(); static void setInstance( Bom0AbstPUDesOccAlgnmtThdDelegate* instance ); private: friend class ::Teamcenter::Bom0bommanagement::Bom0AbstPUDesOccAlgnmtThdGenImpl; }; #include #endif // TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTPUDESOCCALGNMTTHDDELEGATE_HXX