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.

190 lines
6.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, Cpd0DesignControlElementDelegate
Filename: Cpd0DesignControlElementDelegate.hxx
Module: cpd0cd
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CPD__CPD0DESIGNCONTROLELEMENTDELEGATE_HXX
#define TEAMCENTER__CPD__CPD0DESIGNCONTROLELEMENTDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <cpd0cd/Cpd0DesignControlElement.hxx>
#include <cpd0cd/libcpd0cd_exports.h>
namespace Teamcenter
{
namespace Cpd
{
class Cpd0DesignControlElementDelegate;
}
}
namespace Teamcenter
{
namespace Cpd
{
class Cpd0DesignControlElementImpl;
}
}
namespace Teamcenter
{
namespace Cpd
{
class Cpd0DesignControlElement;
}
}
namespace Teamcenter
{
namespace Cpd
{
class Cpd0DesignControlElementGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class CPD0CD_API Teamcenter_alias::Cpd::Cpd0DesignControlElementDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Cpd0DesignControlElementDelegate instance
static Cpd0DesignControlElementDelegate& getInstance();
// Method to create the Cpd0DesignControlElementImpl pointer
static Cpd0DesignControlElementImpl* createImpl( Cpd0DesignControlElement& ifObj );
// Method to delete the Cpd0DesignControlElementImpl pointer
static void deleteImpl( Cpd0DesignControlElementImpl* impl );
///
/// Getter for a string Property
/// @version Teamcenter 9
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getCpd0design_control_idBase(const Cpd0DesignControlElement &ifObj, std::string &value, bool &isNull ) const;
///
/// Setter for a string Property
/// @version Teamcenter 9
/// @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 setCpd0design_control_idBase(Cpd0DesignControlElement &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 Cpd0DesignControlElement &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 Cpd0DesignControlElement &ifObj, ::Teamcenter::CreateInput *creInput );
///
/// Finalize operation input.
/// @version Teamcenter 10.1
/// @param pReviseInput - desc
/// @param vecDeepCopyData - desc
/// @return - returns n int.
///
int finalizeReviseInputBase(const Cpd0DesignControlElement &ifObj, ::Teamcenter::ReviseInput *pReviseInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
///
/// finalize operation input
/// @version Teamcenter 9
/// @param pSavAsInput - desc
/// @param vecDeepCopyData - desc
/// @return - returns an int
///
int finalizeSaveAsInputBase(const Cpd0DesignControlElement &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
///
/// This operation is not supported now, there will be no support for issues stemming from uses of this operation.
/// @version Teamcenter 11.2.3
/// @param inputs - A vector of data that contains reference information to the objects to be revised
/// @param bd - A data structure to store objects and other information relevant for set-based operation
/// @return -
///
int fnd0FinalizeReviseInputBase( std::vector< ::Teamcenter::BulkInput* > *inputs, ::Teamcenter::BulkData *bd );
///
/// This operation is not supported now, there will be no support for issues stemming from uses of this operation.
/// @version Teamcenter 11.2.3
/// @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 -
///
int fnd0FinalizeSaveAsInputBase( std::vector< ::Teamcenter::BulkInput* > *inputs, ::Teamcenter::BulkData *bd );
///
/// 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 );
///
/// similar to finalizeSaveAsInputBase, this method allows for final changes to the revise descriptor before actually performing the revise
/// @version Teamcenter 9
/// @param pSavAsInput - saveAs input
/// @param vecDeepCopyData - vector of deep copy data for revise
/// @deprecated #Teamcenter::AppModel::Mdl0ConditionalElement::mdl0finalizeReviseInput deprecated in Teamcenter 11.2
/// @return - SaveAsInput is updated
///
TC_DEPRECATED_WITH_DEPRECATION_INFO("Teamcenter 11.2","Teamcenter::AppModel::Mdl0ConditionalElement::mdl0finalizeReviseInput","This operation is deprecated in Teamcenter 11.2 and will be removed in Teamcenter 13. Please use finalizeReviseInput operation instead.")
int mdl0finalizeReviseInputBase(const Cpd0DesignControlElement &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
protected:
// Pointer to the instance
static Cpd0DesignControlElementDelegate* m_pInstance;
Cpd0DesignControlElementDelegate();
virtual ~Cpd0DesignControlElementDelegate();
static void setInstance( Cpd0DesignControlElementDelegate* instance );
private:
friend class ::Teamcenter::Cpd::Cpd0DesignControlElementGenImpl;
};
#include <cpd0cd/libcpd0cd_undef.h>
#endif // TEAMCENTER__CPD__CPD0DESIGNCONTROLELEMENTDELEGATE_HXX