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.
ML_ITK/13/include_cpp/ps/Fnd0WhereConfiguredProvider...

88 lines
2.8 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, Fnd0WhereConfiguredProviderDelegate
Filename: Fnd0WhereConfiguredProviderDelegate.hxx
Module: ps
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0WHERECONFIGUREDPROVIDERDELEGATE_HXX
#define TEAMCENTER__FND0WHERECONFIGUREDPROVIDERDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <ps/Fnd0WhereConfiguredProvider.hxx>
#include <ps/libps_exports.h>
namespace Teamcenter
{
class Fnd0WhereConfiguredProviderDelegate;
}
namespace Teamcenter
{
class Fnd0WhereConfiguredProviderImpl;
}
namespace Teamcenter
{
class Fnd0WhereConfiguredProvider;
}
namespace Teamcenter
{
class Fnd0WhereConfiguredProviderGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class PS_API Teamcenter_alias::Fnd0WhereConfiguredProviderDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0WhereConfiguredProviderDelegate instance
static Fnd0WhereConfiguredProviderDelegate& getInstance();
// Method to create the Fnd0WhereConfiguredProviderImpl pointer
static Fnd0WhereConfiguredProviderImpl* createImpl( Fnd0WhereConfiguredProvider& ifObj );
// Method to delete the Fnd0WhereConfiguredProviderImpl pointer
static void deleteImpl( Fnd0WhereConfiguredProviderImpl* 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 Fnd0WhereConfiguredProvider &ifObj, ::Teamcenter::OperationInput *searchInput, ::Teamcenter::OperationInput *searchOutput );
protected:
// Pointer to the instance
static Fnd0WhereConfiguredProviderDelegate* m_pInstance;
Fnd0WhereConfiguredProviderDelegate();
virtual ~Fnd0WhereConfiguredProviderDelegate();
static void setInstance( Fnd0WhereConfiguredProviderDelegate* instance );
private:
friend class ::Teamcenter::Fnd0WhereConfiguredProviderGenImpl;
};
#include <ps/libps_undef.h>
#endif // TEAMCENTER__FND0WHERECONFIGUREDPROVIDERDELEGATE_HXX