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.
99 lines
2.8 KiB
99 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, SRP0SrvRequestRevisionDelegate
|
|
Filename: SRP0SrvRequestRevisionDelegate.hxx
|
|
Module: servicerequest
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__SERVICEREQUEST__SRP0SRVREQUESTREVISIONDELEGATE_HXX
|
|
#define TEAMCENTER__SERVICEREQUEST__SRP0SRVREQUESTREVISIONDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <servicerequest/SRP0SrvRequestRevision.hxx>
|
|
|
|
#include <servicerequest/libservicerequest_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicerequest
|
|
{
|
|
class SRP0SrvRequestRevisionDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicerequest
|
|
{
|
|
class SRP0SrvRequestRevisionImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicerequest
|
|
{
|
|
class SRP0SrvRequestRevision;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicerequest
|
|
{
|
|
class SRP0SrvRequestRevisionGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class SERVICEREQUEST_API Teamcenter_alias::servicerequest::SRP0SrvRequestRevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the SRP0SrvRequestRevisionDelegate instance
|
|
static SRP0SrvRequestRevisionDelegate& getInstance();
|
|
|
|
// Method to create the SRP0SrvRequestRevisionImpl pointer
|
|
static SRP0SrvRequestRevisionImpl* createImpl( SRP0SrvRequestRevision& ifObj );
|
|
|
|
// Method to delete the SRP0SrvRequestRevisionImpl pointer
|
|
static void deleteImpl( SRP0SrvRequestRevisionImpl* impl );
|
|
|
|
|
|
///
|
|
/// desc for createPost
|
|
/// @version Tc 8
|
|
/// @param creInput - Description for the Create Input
|
|
/// @return - return desc for createPost
|
|
///
|
|
int createPostBase(const SRP0SrvRequestRevision &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static SRP0SrvRequestRevisionDelegate* m_pInstance;
|
|
|
|
SRP0SrvRequestRevisionDelegate();
|
|
virtual ~SRP0SrvRequestRevisionDelegate();
|
|
static void setInstance( SRP0SrvRequestRevisionDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::servicerequest::SRP0SrvRequestRevisionGenImpl;
|
|
|
|
};
|
|
|
|
#include <servicerequest/libservicerequest_undef.h>
|
|
#endif // TEAMCENTER__SERVICEREQUEST__SRP0SRVREQUESTREVISIONDELEGATE_HXX
|