//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, Rlz0RealizationDelegate Filename: Rlz0RealizationDelegate.hxx Module: rlz0realization @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__REALIZATION__RLZ0REALIZATIONDELEGATE_HXX #define TEAMCENTER__REALIZATION__RLZ0REALIZATIONDELEGATE_HXX #include #include #include namespace Teamcenter { namespace Realization { class Rlz0RealizationDelegate; } } namespace Teamcenter { namespace Realization { class Rlz0RealizationImpl; } } namespace Teamcenter { namespace Realization { class Rlz0Realization; } } namespace Teamcenter { namespace Realization { class Rlz0RealizationGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class RLZ0REALIZATION_API Teamcenter_alias::Realization::Rlz0RealizationDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Rlz0RealizationDelegate instance static Rlz0RealizationDelegate& getInstance(); // Method to create the Rlz0RealizationImpl pointer static Rlz0RealizationImpl* createImpl( Rlz0Realization& ifObj ); // Method to delete the Rlz0RealizationImpl pointer static void deleteImpl( Rlz0RealizationImpl* impl ); /// /// Getter for a Tag Property /// @version Teamcenter 9 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getRlz0revision_ruleBase(const Rlz0Realization &ifObj, tag_t &value, bool &isNull ) const; /// /// Getter for a Boolean Property /// @version Teamcenter 10.1 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getRlz0sync_effectivity_exprsBase(const Rlz0Realization &ifObj, bool &value, bool &isNull ) const; /// /// Getter for a Boolean Property /// @version Teamcenter 10.1 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getRlz0sync_source_object_attrBase(const Rlz0Realization &ifObj, bool &value, bool &isNull ) const; /// /// Getter for a Boolean Property /// @version Teamcenter 10.1 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getRlz0sync_variant_exprsBase(const Rlz0Realization &ifObj, bool &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 9 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getRlz0target_modelBase(const Rlz0Realization &ifObj, tag_t &value, bool &isNull ) const; /// /// Setter for a Tag Property /// @version Teamcenter 9 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setRlz0revision_ruleBase(Rlz0Realization &ifObj, const tag_t &value, bool isNull ); /// /// Setter for a Boolean Property /// @version Teamcenter 10.1 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setRlz0sync_effectivity_exprsBase(Rlz0Realization &ifObj, bool value, bool isNull ); /// /// Setter for a Boolean Property /// @version Teamcenter 10.1 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setRlz0sync_source_object_attrBase(Rlz0Realization &ifObj, bool value, bool isNull ); /// /// Setter for a Boolean Property /// @version Teamcenter 10.1 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setRlz0sync_variant_exprsBase(Rlz0Realization &ifObj, bool value, bool isNull ); /// /// Setter for a Tag Property /// @version Teamcenter 9 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setRlz0target_modelBase(Rlz0Realization &ifObj, const tag_t &value, bool isNull ); /// /// desc for createPost /// @version Tc 8 /// @param creInput - Description for the Create Input /// @return - return desc for createPost /// int createPostBase(const Rlz0Realization &ifObj, ::Teamcenter::CreateInput *creInput ); /// /// This operation is not supported now, there will be no support for issues stemming from uses of this operation. /// @version Teamcenter 11.4 /// @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 fnd0CreatePostBase( std::vector< ::Teamcenter::BulkInput* > *inputs, ::Teamcenter::BulkData *bd ); protected: // Pointer to the instance static Rlz0RealizationDelegate* m_pInstance; Rlz0RealizationDelegate(); virtual ~Rlz0RealizationDelegate(); static void setInstance( Rlz0RealizationDelegate* instance ); private: friend class ::Teamcenter::Realization::Rlz0RealizationGenImpl; }; #include #endif // TEAMCENTER__REALIZATION__RLZ0REALIZATIONDELEGATE_HXX