//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, Fnd0SecurityAudit Filename: Fnd0SecurityAudit.hxx Module: Fnd0audit_mgr @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0SECURITYAUDIT__HXX #define TEAMCENTER__FND0SECURITYAUDIT__HXX #include #include #include #include #include namespace Teamcenter { class Fnd0SecurityAudit; } namespace Teamcenter { class Fnd0SecurityAuditImpl; } namespace Teamcenter { class Fnd0SecurityAuditDelegate; } namespace Teamcenter { class Fnd0SecurityAuditDispatch; } namespace Teamcenter { class Fnd0SecurityAuditGenImpl; } namespace Teamcenter { class RootObjectImpl; } class FND0AUDIT_MGR_API Teamcenter::Fnd0SecurityAudit : public ::Teamcenter::Fnd0AuditLog { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); /// /// Getter for a string Property /// @version Teamcenter 11.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0EventTypeName( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0GroupName( std::string &value, bool &isNull ) const; /// /// Getter for a Date Property /// @version Teamcenter 11.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0LoggedDate( date_t &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 11.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0Object( tag_t &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0object_name( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0object_type( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0ObjectDisplayName( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0PrimaryObjectID( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0RoleName( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0SecondaryObjDispName( std::string &value, bool &isNull ) const; /// /// Getter for a Tag Property /// @version Teamcenter 11.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0SecondaryObject( tag_t &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0SecondaryObjectID( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0SecondaryObjectName( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0SecondaryObjectType( std::string &value, bool &isNull ) const; /// /// Getter for a string Property /// @version Teamcenter 11.2 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getFnd0UserId( std::string &value, bool &isNull ) const; /// /// Setter for a string Property /// @version Teamcenter 11.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 setFnd0EventTypeName( const std::string &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 11.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 setFnd0GroupName( const std::string &value, bool isNull=false ); /// /// Setter for a Date Property /// @version Teamcenter 11.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 setFnd0LoggedDate( const date_t &value, bool isNull=false ); /// /// Setter for a Tag Property /// @version Teamcenter 11.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 setFnd0Object( const tag_t &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 11.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 setFnd0object_name( const std::string &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 11.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 setFnd0object_type( const std::string &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 11.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 setFnd0ObjectDisplayName( const std::string &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 11.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 setFnd0PrimaryObjectID( const std::string &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 11.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 setFnd0RoleName( const std::string &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 11.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 setFnd0SecondaryObjDispName( const std::string &value, bool isNull=false ); /// /// Setter for a Tag Property /// @version Teamcenter 11.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 setFnd0SecondaryObject( const tag_t &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 11.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 setFnd0SecondaryObjectID( const std::string &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 11.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 setFnd0SecondaryObjectName( const std::string &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 11.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 setFnd0SecondaryObjectType( const std::string &value, bool isNull=false ); /// /// Setter for a string Property /// @version Teamcenter 11.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 setFnd0UserId( const std::string &value, bool isNull=false ); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ Fnd0SecurityAudit(); /** * Destructor */ virtual ~Fnd0SecurityAudit(); private: // Getter method for the Implementation Object Fnd0SecurityAuditImpl* getFnd0SecurityAuditImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setFnd0SecurityAuditImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Fnd0SecurityAuditImpl* m_fnd0securityauditImpl; // 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 Fnd0SecurityAudit - desc for Fnd0SecurityAudit parameter */ Fnd0SecurityAudit( const Fnd0SecurityAudit& ); Fnd0SecurityAudit& operator=( const Fnd0SecurityAudit& ); friend class Fnd0SecurityAuditDelegate; friend class Fnd0SecurityAuditDispatch; friend class Fnd0SecurityAuditGenImpl; }; #include #endif // TEAMCENTER__FND0SECURITYAUDIT__HXX