You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

197 lines
6.1 KiB

//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, CondValResultDelegate
Filename: CondValResultDelegate.hxx
Module: condvalidation
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CONDVALRESULTDELEGATE_HXX
#define TEAMCENTER__CONDVALRESULTDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <condvalidation/CondValResult.hxx>
#include <condvalidation/libcondvalidation_exports.h>
namespace Teamcenter
{
class CondValResultDelegate;
}
namespace Teamcenter
{
class CondValResultImpl;
}
namespace Teamcenter
{
class CondValResult;
}
namespace Teamcenter
{
class CondValResultGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class CONDVALIDATION_API Teamcenter_alias::CondValResultDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the CondValResultDelegate instance
static CondValResultDelegate& getInstance();
// Method to create the CondValResultImpl pointer
static CondValResultImpl* createImpl( CondValResult& ifObj );
// Method to delete the CondValResultImpl pointer
static void deleteImpl( CondValResultImpl* impl );
///
/// Getter for a Tag 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 getClient_targetBase(const CondValResult &ifObj, tag_t &value, bool &isNull ) const;
///
/// Getter for a Tag 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 getConditionBase(const CondValResult &ifObj, tag_t &value, bool &isNull ) const;
///
/// Getter for a string 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 getCondition_descBase(const CondValResult &ifObj, std::string &value, bool &isNull ) const;
///
/// Getter for a string 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 getCondition_nameBase(const CondValResult &ifObj, std::string &value, bool &isNull ) const;
///
/// Getter for a Tag 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 getContextBase(const CondValResult &ifObj, tag_t &value, bool &isNull ) const;
///
/// Getter for a Tag 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 getValagent_revisionBase(const CondValResult &ifObj, tag_t &value, bool &isNull ) const;
///
/// Setter for a Tag 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 setClient_targetBase(CondValResult &ifObj, const tag_t &value, bool isNull );
///
/// Setter for a Tag 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 setConditionBase(CondValResult &ifObj, const tag_t &value, bool isNull );
///
/// Setter for a Tag 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 setContextBase(CondValResult &ifObj, const tag_t &value, bool isNull );
///
/// Setter for a Tag 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 setValagent_revisionBase(CondValResult &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 CondValResult &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 );
protected:
// Pointer to the instance
static CondValResultDelegate* m_pInstance;
CondValResultDelegate();
virtual ~CondValResultDelegate();
static void setInstance( CondValResultDelegate* instance );
private:
friend class ::Teamcenter::CondValResultGenImpl;
};
#include <condvalidation/libcondvalidation_undef.h>
#endif // TEAMCENTER__CONDVALRESULTDELEGATE_HXX