//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, BOMWindow Filename: BOMWindow.hxx Module: bom @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__BOMWINDOW__HXX #define TEAMCENTER__BOMWINDOW__HXX #include #include #include #include #include namespace Teamcenter { class BOMWindow; } namespace Teamcenter { class BOMWindowImpl; } namespace Teamcenter { class BOMWindowDelegate; } namespace Teamcenter { class BOMWindowDispatch; } namespace Teamcenter { class BOMWindowGenImpl; } namespace Teamcenter { class RootObjectImpl; } class BOM_API Teamcenter::BOMWindow : public ::Teamcenter::RuntimeBusinessObject { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); /// /// Getter for a ClosureRule Tag Property that indicates applied ClosureRule on the window. /// @version Teamcenter 10.1 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - always returns ITK_ok /// int getFnd0appliedClosureRule( tag_t &value, bool &isNull ) const; /// /// Getter for a Boolean Property /// @version Teamcenter 8.3 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0bw_in_cv_cfg_to_load_md( bool &value, bool &isNull ) const; /// /// Getter for a Boolean Property /// @version Teamcenter 8.2 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0bw_in_markup_mode( 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 getFnd0bw_is_mono_mode( bool &value, bool &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 getFnd0bwVariantRuleMode( int &value, bool &isNull ) const; /// /// Getter for a Boolean Property /// @version Teamcenter 10 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0IsOccTypeFilterApplied( bool &value, bool &isNull ) const; /// /// Getter for an Integer Property /// @version Teamcenter 11.1 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0ShareCount( int &value, bool &isNull ) const; /// /// Getter for a Boolean Property /// @version Teamcenter 10 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0show_gcs_cps( bool &value, bool &isNull ) const; /// /// Getter for a Boolean Property /// @version Teamcenter 10 /// @param value - Parameter Value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0show_uncnf_occ_eff( bool &value, bool &isNull ) const; /// /// Setter for a Boolean Property /// @version Teamcenter 8.3 /// @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 setFnd0bw_in_cv_cfg_to_load_md( bool value, bool isNull=false ); /// /// Setter for a Boolean Property /// @version Teamcenter 8.2 /// @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 setFnd0bw_in_markup_mode( bool value, bool isNull=false ); /// /// 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 setFnd0bw_is_mono_mode( bool value, bool isNull=false ); /// /// 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 setFnd0bwVariantRuleMode( int value, bool isNull=false ); /// /// Setter for a Boolean Property /// @version Teamcenter 10 /// @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 setFnd0IsOccTypeFilterApplied( bool value, bool isNull=false ); /// /// Setter for an Integer Property /// @version Teamcenter 11.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 setFnd0ShareCount( int value, bool isNull=false ); /// /// Setter for a Boolean Property /// @version Teamcenter 10 /// @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 setFnd0show_gcs_cps( bool value, bool isNull=false ); /// /// Setter for a Boolean Property /// @version Teamcenter 10 /// @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 setFnd0show_uncnf_occ_eff( bool value, bool isNull=false ); /// /// Business operation for the post expand action /// @version Teamcenter 10.1 /// @param inputLines - input child lines /// @param unconfiguredLines - unconfigured child lines /// @return - Status /// int fnd0PostExpand( const std::vector< tag_t > *inputLines, std::vector< tag_t > *unconfiguredLines ); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ BOMWindow(); /** * Destructor */ virtual ~BOMWindow(); private: // Getter method for the Implementation Object BOMWindowImpl* getBOMWindowImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setBOMWindowImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object BOMWindowImpl* m_bomwindowImpl; // Flag to indicate if Implementation object needs to be deleted bool m_deleteImpl; /** * Name of the Business Object */ static std::string name; /** * Private default constructor. We do not want this class instantiated without the business object passed in. * @param BOMWindow - desc for BOMWindow parameter */ BOMWindow( const BOMWindow& ); BOMWindow& operator=( const BOMWindow& ); friend class BOMWindowDelegate; friend class BOMWindowDispatch; friend class BOMWindowGenImpl; }; #include #endif // TEAMCENTER__BOMWINDOW__HXX