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.

185 lines
5.9 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, Cdm0DataReqItemDelegate
Filename: Cdm0DataReqItemDelegate.hxx
Module: cdm0contractmanagement
@BMIDE autogenerated
==================================================================================================*/
#ifndef CDM0CONTRACTMANAGEMENT__CDM0DATAREQITEMDELEGATE_HXX
#define CDM0CONTRACTMANAGEMENT__CDM0DATAREQITEMDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <cdm0contractmanagement/Cdm0DataReqItem.hxx>
#include <cdm0contractmanagement/libcdm0contractmanagement_exports.h>
namespace cdm0contractmanagement
{
class Cdm0DataReqItemDelegate;
}
namespace cdm0contractmanagement
{
class Cdm0DataReqItemImpl;
}
namespace cdm0contractmanagement
{
class Cdm0DataReqItem;
}
namespace cdm0contractmanagement
{
class Cdm0DataReqItemGenImpl;
}
namespace cdm0contractmanagement_alias = ::cdm0contractmanagement;
class CDM0CONTRACTMANAGEMENT_API cdm0contractmanagement_alias::Cdm0DataReqItemDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Cdm0DataReqItemDelegate instance
static Cdm0DataReqItemDelegate& getInstance();
// Method to create the Cdm0DataReqItemImpl pointer
static Cdm0DataReqItemImpl* createImpl( Cdm0DataReqItem& ifObj );
// Method to delete the Cdm0DataReqItemImpl pointer
static void deleteImpl( Cdm0DataReqItemImpl* impl );
///
/// Getter for a string 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 getCdm0ContractLineItemNumberBase(const Cdm0DataReqItem &ifObj, std::string &value, bool &isNull ) const;
///
/// Getter for a string 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 getCdm0ContractReferenceBase(const Cdm0DataReqItem &ifObj, std::string &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 getCdm0ProvideRecContractDelBase(const Cdm0DataReqItem &ifObj, bool &value, bool &isNull ) const;
///
/// Getter for a string 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 getCdm0ReferenceCitationBase(const Cdm0DataReqItem &ifObj, std::string &value, bool &isNull ) const;
///
/// Setter for a string 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 setCdm0ContractLineItemNumberBase(Cdm0DataReqItem &ifObj, const std::string &value, bool isNull );
///
/// Setter for a string 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 setCdm0ContractReferenceBase(Cdm0DataReqItem &ifObj, const std::string &value, bool isNull );
///
/// 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 setCdm0ProvideRecContractDelBase(Cdm0DataReqItem &ifObj, bool value, bool isNull );
///
/// Setter for a string 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 setCdm0ReferenceCitationBase(Cdm0DataReqItem &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 Cdm0DataReqItem &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 Cdm0DataReqItem &ifObj, ::Teamcenter::CreateInput *creInput );
///
/// desc for validate for create
/// @version Tc 8
/// @param creInput - desc for creInput parameter
/// @return - ret desc for validate for create
///
int validateCreateInputBase(const Cdm0DataReqItem &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static Cdm0DataReqItemDelegate* m_pInstance;
Cdm0DataReqItemDelegate();
virtual ~Cdm0DataReqItemDelegate();
static void setInstance( Cdm0DataReqItemDelegate* instance );
private:
friend class ::cdm0contractmanagement::Cdm0DataReqItemGenImpl;
};
#include <cdm0contractmanagement/libcdm0contractmanagement_undef.h>
#endif // CDM0CONTRACTMANAGEMENT__CDM0DATAREQITEMDELEGATE_HXX