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.
100 lines
2.9 KiB
100 lines
2.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, Pmg0ItemSKUProviderDelegate
|
|
Filename: Pmg0ItemSKUProviderDelegate.hxx
|
|
Module: pmg0cpmgmt
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__PMG0CPMGMT__PMG0ITEMSKUPROVIDERDELEGATE_HXX
|
|
#define TEAMCENTER__PMG0CPMGMT__PMG0ITEMSKUPROVIDERDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <pmg0cpmgmt/Pmg0ItemSKUProvider.hxx>
|
|
|
|
#include <pmg0cpmgmt/libpmg0cpmgmt_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace Pmg0cpmgmt
|
|
{
|
|
class Pmg0ItemSKUProviderDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Pmg0cpmgmt
|
|
{
|
|
class Pmg0ItemSKUProviderImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Pmg0cpmgmt
|
|
{
|
|
class Pmg0ItemSKUProvider;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Pmg0cpmgmt
|
|
{
|
|
class Pmg0ItemSKUProviderGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class PMG0CPMGMT_API Teamcenter_alias::Pmg0cpmgmt::Pmg0ItemSKUProviderDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Pmg0ItemSKUProviderDelegate instance
|
|
static Pmg0ItemSKUProviderDelegate& getInstance();
|
|
|
|
// Method to create the Pmg0ItemSKUProviderImpl pointer
|
|
static Pmg0ItemSKUProviderImpl* createImpl( Pmg0ItemSKUProvider& ifObj );
|
|
|
|
// Method to delete the Pmg0ItemSKUProviderImpl pointer
|
|
static void deleteImpl( Pmg0ItemSKUProviderImpl* impl );
|
|
|
|
|
|
///
|
|
/// This operation returns a structure containing search results, search filters for each search filter field based on the search results, and search filter categories.
|
|
/// @version Teamcenter 9.1.2
|
|
/// @param searchInput - The input to the search
|
|
/// @param searchOutput - The output from the search.
|
|
/// @return - Status. 0 if successful
|
|
///
|
|
int fnd0performSearchBase(const Pmg0ItemSKUProvider &ifObj, ::Teamcenter::OperationInput *searchInput, ::Teamcenter::OperationInput *searchOutput );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Pmg0ItemSKUProviderDelegate* m_pInstance;
|
|
|
|
Pmg0ItemSKUProviderDelegate();
|
|
virtual ~Pmg0ItemSKUProviderDelegate();
|
|
static void setInstance( Pmg0ItemSKUProviderDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Pmg0cpmgmt::Pmg0ItemSKUProviderGenImpl;
|
|
|
|
};
|
|
|
|
#include <pmg0cpmgmt/libpmg0cpmgmt_undef.h>
|
|
#endif // TEAMCENTER__PMG0CPMGMT__PMG0ITEMSKUPROVIDERDELEGATE_HXX
|