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.

156 lines
5.3 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, Ssm0AbstractSynthesisDelegate
Filename: Ssm0AbstractSynthesisDelegate.hxx
Module: Ssm0systemsynthesismodeling
@BMIDE autogenerated
==================================================================================================*/
#ifndef SSM0SYSTEMSYNTHESISMODELING__SSM0ABSTRACTSYNTHESISDELEGATE_HXX
#define SSM0SYSTEMSYNTHESISMODELING__SSM0ABSTRACTSYNTHESISDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <Ssm0systemsynthesismodeling/Ssm0AbstractSynthesis.hxx>
#include <Ssm0systemsynthesismodeling/libssm0systemsynthesismodeling_exports.h>
namespace ssm0systemsynthesismodeling
{
class Ssm0AbstractSynthesisDelegate;
}
namespace ssm0systemsynthesismodeling
{
class Ssm0AbstractSynthesisImpl;
}
namespace ssm0systemsynthesismodeling
{
class Ssm0AbstractSynthesis;
}
namespace ssm0systemsynthesismodeling
{
class Ssm0AbstractSynthesisGenImpl;
}
namespace ssm0systemsynthesismodeling_alias = ::ssm0systemsynthesismodeling;
class SSM0SYSTEMSYNTHESISMODELING_API ssm0systemsynthesismodeling_alias::Ssm0AbstractSynthesisDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Ssm0AbstractSynthesisDelegate instance
static Ssm0AbstractSynthesisDelegate& getInstance();
// Method to create the Ssm0AbstractSynthesisImpl pointer
static Ssm0AbstractSynthesisImpl* createImpl( Ssm0AbstractSynthesis& ifObj );
// Method to delete the Ssm0AbstractSynthesisImpl pointer
static void deleteImpl( Ssm0AbstractSynthesisImpl* impl );
///
/// Finalize Revise Input Operation
/// @version Teamcenter 11.2
/// @param pReviseInput - Revise input
/// @param vecDeepCopyData - Deep Copy Data Vector
/// @return - Failure Code
///
int finalizeReviseInputBase(const Ssm0AbstractSynthesis &ifObj, ::Teamcenter::ReviseInput *pReviseInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
///
/// Ssm0AbstractSynthesis Revise Operation
/// @version Teamcenter 11.2
/// @param pReviseInput - Revise Input
/// @param vecDeepCopyData - Deep Copy Data Vactor
/// @param newObjTag - New Object tag
/// @return - Failure Code
///
int reviseBase(const Ssm0AbstractSynthesis &ifObj, ::Teamcenter::ReviseInput *pReviseInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData, tag_t *newObjTag );
///
/// Reivse post operation
/// @version Teamcenter 11.2
/// @param pReviseInput - Revise Input Descriptor
/// @param vecDeepCopyData - Deep Copy Data Vector
/// @return - Failure Code
///
int revisePostBase(const Ssm0AbstractSynthesis &ifObj, ::Teamcenter::ReviseInput *pReviseInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
///
/// Set properties from revise input Operation
/// @version Teamcenter 11.2
/// @param pReviseInput - Revise Input Descriptor
/// @return - Failure code
///
int setPropertiesFromReviseInputBase(const Ssm0AbstractSynthesis &ifObj, ::Teamcenter::ReviseInput *pReviseInput );
///
/// Validate Revise Input Operation
/// @version Teamcenter 11.2
/// @param pReviseInput - Revise Input Descriptor
/// @param vecDeepCopyData - Deep Copy Data Vector
/// @return - Failure Code
///
int validateReviseInputBase(const Ssm0AbstractSynthesis &ifObj, ::Teamcenter::ReviseInput *pReviseInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
///
/// 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 Ssm0AbstractSynthesis &ifObj, ::Teamcenter::CreateInput *creInput );
///
/// finalize operation input
/// @version Teamcenter 9
/// @param pSavAsInput - desc
/// @param vecDeepCopyData - desc
/// @return - returns an int
///
int finalizeSaveAsInputBase(const Ssm0AbstractSynthesis &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
///
/// desc for validate for create
/// @version Tc 8
/// @param creInput - desc for creInput parameter
/// @return - ret desc for validate for create
///
int validateCreateInputBase(const Ssm0AbstractSynthesis &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static Ssm0AbstractSynthesisDelegate* m_pInstance;
Ssm0AbstractSynthesisDelegate();
virtual ~Ssm0AbstractSynthesisDelegate();
static void setInstance( Ssm0AbstractSynthesisDelegate* instance );
private:
friend class ::ssm0systemsynthesismodeling::Ssm0AbstractSynthesisGenImpl;
};
#include <Ssm0systemsynthesismodeling/libssm0systemsynthesismodeling_undef.h>
#endif // SSM0SYSTEMSYNTHESISMODELING__SSM0ABSTRACTSYNTHESISDELEGATE_HXX