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.
108 lines
3.1 KiB
108 lines
3.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, Lbr0SpecificationModelDelegate
|
|
Filename: Lbr0SpecificationModelDelegate.hxx
|
|
Module: Lbr0librarymgmt
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__LIBRARYMGMT__LBR0SPECIFICATIONMODELDELEGATE_HXX
|
|
#define TEAMCENTER__LIBRARYMGMT__LBR0SPECIFICATIONMODELDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <Lbr0librarymgmt/Lbr0SpecificationModel.hxx>
|
|
|
|
#include <Lbr0librarymgmt/liblbr0librarymgmt_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace LibraryMgmt
|
|
{
|
|
class Lbr0SpecificationModelDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace LibraryMgmt
|
|
{
|
|
class Lbr0SpecificationModelImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace LibraryMgmt
|
|
{
|
|
class Lbr0SpecificationModel;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace LibraryMgmt
|
|
{
|
|
class Lbr0SpecificationModelGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class LBR0LIBRARYMGMT_API Teamcenter_alias::LibraryMgmt::Lbr0SpecificationModelDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Lbr0SpecificationModelDelegate instance
|
|
static Lbr0SpecificationModelDelegate& getInstance();
|
|
|
|
// Method to create the Lbr0SpecificationModelImpl pointer
|
|
static Lbr0SpecificationModelImpl* createImpl( Lbr0SpecificationModel& ifObj );
|
|
|
|
// Method to delete the Lbr0SpecificationModelImpl pointer
|
|
static void deleteImpl( Lbr0SpecificationModelImpl* impl );
|
|
|
|
|
|
///
|
|
/// 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 Lbr0SpecificationModel &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 Lbr0SpecificationModel &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Lbr0SpecificationModelDelegate* m_pInstance;
|
|
|
|
Lbr0SpecificationModelDelegate();
|
|
virtual ~Lbr0SpecificationModelDelegate();
|
|
static void setInstance( Lbr0SpecificationModelDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::LibraryMgmt::Lbr0SpecificationModelGenImpl;
|
|
|
|
};
|
|
|
|
#include <Lbr0librarymgmt/liblbr0librarymgmt_undef.h>
|
|
#endif // TEAMCENTER__LIBRARYMGMT__LBR0SPECIFICATIONMODELDELEGATE_HXX
|