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.

186 lines
5.6 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, Lis0ServiceDelegate
Filename: Lis0ServiceDelegate.hxx
Module: Lis0lisfmwrk
@BMIDE autogenerated
==================================================================================================*/
#ifndef LIS0LISFMWRK__LIS0SERVICEDELEGATE_HXX
#define LIS0LISFMWRK__LIS0SERVICEDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <Lis0lisfmwrk/Lis0Service.hxx>
#include <Lis0lisfmwrk/liblis0lisfmwrk_exports.h>
namespace lis0lisfmwrk
{
class Lis0ServiceDelegate;
}
namespace lis0lisfmwrk
{
class Lis0ServiceImpl;
}
namespace lis0lisfmwrk
{
class Lis0Service;
}
namespace lis0lisfmwrk
{
class Lis0ServiceGenImpl;
}
namespace lis0lisfmwrk_alias = ::lis0lisfmwrk;
class LIS0LISFMWRK_API lis0lisfmwrk_alias::Lis0ServiceDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Lis0ServiceDelegate instance
static Lis0ServiceDelegate& getInstance();
// Method to create the Lis0ServiceImpl pointer
static Lis0ServiceImpl* createImpl( Lis0Service& ifObj );
// Method to delete the Lis0ServiceImpl pointer
static void deleteImpl( Lis0ServiceImpl* impl );
///
/// Getter for a string Property
/// @version Teamcenter 10.1.4
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getLis0opNameBase(const Lis0Service &ifObj, std::string &value, bool &isNull ) const;
///
/// Getter for a Tag Property
/// @version Teamcenter 10.1.4
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getLis0providerBase(const Lis0Service &ifObj, tag_t &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 10.1.4
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getLis0resourceTypeBase(const Lis0Service &ifObj, std::string &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 10.1.4
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getLis0serviceTypeBase(const Lis0Service &ifObj, std::string &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 10.1.4
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getLis0specVersionBase(const Lis0Service &ifObj, std::string &value, bool &isNull ) const;
///
/// Setter for a string Property
/// @version Teamcenter 10.1.4
/// @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 setLis0opNameBase(Lis0Service &ifObj, const std::string &value, bool isNull );
///
/// Setter for a Tag Property
/// @version Teamcenter 10.1.4
/// @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 setLis0providerBase(Lis0Service &ifObj, const tag_t &value, bool isNull );
///
/// Setter for a string Property
/// @version Teamcenter 10.1.4
/// @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 setLis0resourceTypeBase(Lis0Service &ifObj, const std::string &value, bool isNull );
///
/// Setter for a string Property
/// @version Teamcenter 10.1.4
/// @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 setLis0serviceTypeBase(Lis0Service &ifObj, const std::string &value, bool isNull );
///
/// Setter for a string Property
/// @version Teamcenter 10.1.4
/// @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 setLis0specVersionBase(Lis0Service &ifObj, const std::string &value, bool isNull );
///
/// This opertaion gets the LIS resource object details
/// @version Teamcenter 10.1.4
/// @return - It will return success OR failure code
///
int lis0GetLISDescriptionBase(const Lis0Service &ifObj );
protected:
// Pointer to the instance
static Lis0ServiceDelegate* m_pInstance;
Lis0ServiceDelegate();
virtual ~Lis0ServiceDelegate();
static void setInstance( Lis0ServiceDelegate* instance );
private:
friend class ::lis0lisfmwrk::Lis0ServiceGenImpl;
};
#include <Lis0lisfmwrk/liblis0lisfmwrk_undef.h>
#endif // LIS0LISFMWRK__LIS0SERVICEDELEGATE_HXX