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.
87 lines
2.6 KiB
87 lines
2.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, Lbr0LibrarySpecificationDelegate
|
|
Filename: Lbr0LibrarySpecificationDelegate.hxx
|
|
Module: Lbr0librarymgmt
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__LBR0LIBRARYSPECIFICATIONDELEGATE_HXX
|
|
#define TEAMCENTER__LBR0LIBRARYSPECIFICATIONDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <Lbr0librarymgmt/Lbr0LibrarySpecification.hxx>
|
|
|
|
#include <Lbr0librarymgmt/liblbr0librarymgmt_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Lbr0LibrarySpecificationDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Lbr0LibrarySpecificationImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Lbr0LibrarySpecification;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Lbr0LibrarySpecificationGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class LBR0LIBRARYMGMT_API Teamcenter_alias::Lbr0LibrarySpecificationDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Lbr0LibrarySpecificationDelegate instance
|
|
static Lbr0LibrarySpecificationDelegate& getInstance();
|
|
|
|
// Method to create the Lbr0LibrarySpecificationImpl pointer
|
|
static Lbr0LibrarySpecificationImpl* createImpl( Lbr0LibrarySpecification& ifObj );
|
|
|
|
// Method to delete the Lbr0LibrarySpecificationImpl pointer
|
|
static void deleteImpl( Lbr0LibrarySpecificationImpl* impl );
|
|
|
|
|
|
///
|
|
/// desc for validate for create
|
|
/// @version Tc 8
|
|
/// @param creInput - desc for creInput parameter
|
|
/// @return - ret desc for validate for create
|
|
///
|
|
int validateCreateInputBase(const Lbr0LibrarySpecification &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Lbr0LibrarySpecificationDelegate* m_pInstance;
|
|
|
|
Lbr0LibrarySpecificationDelegate();
|
|
virtual ~Lbr0LibrarySpecificationDelegate();
|
|
static void setInstance( Lbr0LibrarySpecificationDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Lbr0LibrarySpecificationGenImpl;
|
|
|
|
};
|
|
|
|
#include <Lbr0librarymgmt/liblbr0librarymgmt_undef.h>
|
|
#endif // TEAMCENTER__LBR0LIBRARYSPECIFICATIONDELEGATE_HXX
|