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.
97 lines
3.1 KiB
97 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, Fnd0EmailPollSessionDigestDelegate
|
|
Filename: Fnd0EmailPollSessionDigestDelegate.hxx
|
|
Module: Fnd0emailpolling
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__FND0EMAILPOLLSESSIONDIGESTDELEGATE_HXX
|
|
#define TEAMCENTER__FND0EMAILPOLLSESSIONDIGESTDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <Fnd0emailpolling/Fnd0EmailPollSessionDigest.hxx>
|
|
|
|
#include <Fnd0emailpolling/libfnd0emailpolling_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0EmailPollSessionDigestDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0EmailPollSessionDigestImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0EmailPollSessionDigest;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0EmailPollSessionDigestGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class FND0EMAILPOLLING_API Teamcenter_alias::Fnd0EmailPollSessionDigestDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Fnd0EmailPollSessionDigestDelegate instance
|
|
static Fnd0EmailPollSessionDigestDelegate& getInstance();
|
|
|
|
// Method to create the Fnd0EmailPollSessionDigestImpl pointer
|
|
static Fnd0EmailPollSessionDigestImpl* createImpl( Fnd0EmailPollSessionDigest& ifObj );
|
|
|
|
// Method to delete the Fnd0EmailPollSessionDigestImpl pointer
|
|
static void deleteImpl( Fnd0EmailPollSessionDigestImpl* impl );
|
|
|
|
|
|
///
|
|
/// Getter for a Tag Array Property
|
|
/// @version Teamcenter 11.1
|
|
/// @param values - Parameter value
|
|
/// @param isNull - Returns true for an array element if the parameter value at that location is null
|
|
/// @return - Status. 0 if successful
|
|
///
|
|
int getFnd0EmailResponseRecordsBase(const Fnd0EmailPollSessionDigest &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const;
|
|
|
|
|
|
///
|
|
/// 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 Fnd0EmailPollSessionDigest &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Fnd0EmailPollSessionDigestDelegate* m_pInstance;
|
|
|
|
Fnd0EmailPollSessionDigestDelegate();
|
|
virtual ~Fnd0EmailPollSessionDigestDelegate();
|
|
static void setInstance( Fnd0EmailPollSessionDigestDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Fnd0EmailPollSessionDigestGenImpl;
|
|
|
|
};
|
|
|
|
#include <Fnd0emailpolling/libfnd0emailpolling_undef.h>
|
|
#endif // TEAMCENTER__FND0EMAILPOLLSESSIONDIGESTDELEGATE_HXX
|