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.

117 lines
3.2 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, Lbr0GeneralOptionsDelegate
Filename: Lbr0GeneralOptionsDelegate.hxx
Module: Lbr0librarymgmt
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__LIBRARYMGMT__LBR0GENERALOPTIONSDELEGATE_HXX
#define TEAMCENTER__LIBRARYMGMT__LBR0GENERALOPTIONSDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <Lbr0librarymgmt/Lbr0GeneralOptions.hxx>
#include <Lbr0librarymgmt/liblbr0librarymgmt_exports.h>
namespace Teamcenter
{
namespace LibraryMgmt
{
class Lbr0GeneralOptionsDelegate;
}
}
namespace Teamcenter
{
namespace LibraryMgmt
{
class Lbr0GeneralOptionsImpl;
}
}
namespace Teamcenter
{
namespace LibraryMgmt
{
class Lbr0GeneralOptions;
}
}
namespace Teamcenter
{
namespace LibraryMgmt
{
class Lbr0GeneralOptionsGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class LBR0LIBRARYMGMT_API Teamcenter_alias::LibraryMgmt::Lbr0GeneralOptionsDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Lbr0GeneralOptionsDelegate instance
static Lbr0GeneralOptionsDelegate& getInstance();
// Method to create the Lbr0GeneralOptionsImpl pointer
static Lbr0GeneralOptionsImpl* createImpl( Lbr0GeneralOptions& ifObj );
// Method to delete the Lbr0GeneralOptionsImpl pointer
static void deleteImpl( Lbr0GeneralOptionsImpl* impl );
///
/// desc for createPost
/// @version Tc 8
/// @param creInput - Description for the Create Input
/// @return - return desc for createPost
///
int createPostBase(const Lbr0GeneralOptions &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 Lbr0GeneralOptions &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 Lbr0GeneralOptions &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static Lbr0GeneralOptionsDelegate* m_pInstance;
Lbr0GeneralOptionsDelegate();
virtual ~Lbr0GeneralOptionsDelegate();
static void setInstance( Lbr0GeneralOptionsDelegate* instance );
private:
friend class ::Teamcenter::LibraryMgmt::Lbr0GeneralOptionsGenImpl;
};
#include <Lbr0librarymgmt/liblbr0librarymgmt_undef.h>
#endif // TEAMCENTER__LIBRARYMGMT__LBR0GENERALOPTIONSDELEGATE_HXX