//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, Lbr0ActionSetDelegate Filename: Lbr0ActionSetDelegate.hxx Module: Lbr0librarymgmt @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__LIBRARYMGMT__LBR0ACTIONSETDELEGATE_HXX #define TEAMCENTER__LIBRARYMGMT__LBR0ACTIONSETDELEGATE_HXX #include #include #include namespace Teamcenter { namespace LibraryMgmt { class Lbr0ActionSetDelegate; } } namespace Teamcenter { namespace LibraryMgmt { class Lbr0ActionSetImpl; } } namespace Teamcenter { namespace LibraryMgmt { class Lbr0ActionSet; } } namespace Teamcenter { namespace LibraryMgmt { class Lbr0ActionSetGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class LBR0LIBRARYMGMT_API Teamcenter_alias::LibraryMgmt::Lbr0ActionSetDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Lbr0ActionSetDelegate instance static Lbr0ActionSetDelegate& getInstance(); // Method to create the Lbr0ActionSetImpl pointer static Lbr0ActionSetImpl* createImpl( Lbr0ActionSet& ifObj ); // Method to delete the Lbr0ActionSetImpl pointer static void deleteImpl( Lbr0ActionSetImpl* impl ); /// /// Getter for a Tag Array Property /// @version Teamcenter 10.1 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getLbr0ActionDefinitionsBase(const Lbr0ActionSet &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for an Integer 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 getLbr0ActionSetTypeBase(const Lbr0ActionSet &ifObj, int &value, bool &isNull ) const; /// /// Getter for a Tag Array Property /// @version Teamcenter 10.1 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getLbr0ApplicationDataBase(const Lbr0ActionSet &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; /// /// Getter for a string 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 getLbr0SourceBase(const Lbr0ActionSet &ifObj, std::string &value, bool &isNull ) const; /// /// Getter for a string 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 getLbr0TargetBase(const Lbr0ActionSet &ifObj, std::string &value, bool &isNull ) const; /// /// Setter for an Integer 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 setLbr0ActionSetTypeBase(Lbr0ActionSet &ifObj, int value, bool isNull ); /// /// Setter for a string 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 setLbr0SourceBase(Lbr0ActionSet &ifObj, const std::string &value, bool isNull ); /// /// Setter for a string 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 setLbr0TargetBase(Lbr0ActionSet &ifObj, const std::string &value, bool isNull ); /// /// desc for createPost /// @version Tc 8 /// @param creInput - Description for the Create Input /// @return - return desc for createPost /// int createPostBase(const Lbr0ActionSet &ifObj, ::Teamcenter::CreateInput *creInput ); /// /// 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 Lbr0ActionSet &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.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 ); /// /// desc for validate for create /// @version Tc 8 /// @param creInput - desc for creInput parameter /// @return - ret desc for validate for create /// int validateCreateInputBase(const Lbr0ActionSet &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static Lbr0ActionSetDelegate* m_pInstance; Lbr0ActionSetDelegate(); virtual ~Lbr0ActionSetDelegate(); static void setInstance( Lbr0ActionSetDelegate* instance ); private: friend class ::Teamcenter::LibraryMgmt::Lbr0ActionSetGenImpl; }; #include #endif // TEAMCENTER__LIBRARYMGMT__LBR0ACTIONSETDELEGATE_HXX