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.
108 lines
3.2 KiB
108 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, SSS0SpecifiesCharToCaptureDelegate
|
|
Filename: SSS0SpecifiesCharToCaptureDelegate.hxx
|
|
Module: sss0svcscheduling
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__SERVICESCHEDULING__SSS0SPECIFIESCHARTOCAPTUREDELEGATE_HXX
|
|
#define TEAMCENTER__SERVICESCHEDULING__SSS0SPECIFIESCHARTOCAPTUREDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <sss0svcscheduling/SSS0SpecifiesCharToCapture.hxx>
|
|
|
|
#include <sss0svcscheduling/libsss0svcscheduling_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicescheduling
|
|
{
|
|
class SSS0SpecifiesCharToCaptureDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicescheduling
|
|
{
|
|
class SSS0SpecifiesCharToCaptureImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicescheduling
|
|
{
|
|
class SSS0SpecifiesCharToCapture;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicescheduling
|
|
{
|
|
class SSS0SpecifiesCharToCaptureGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class SSS0SVCSCHEDULING_API Teamcenter_alias::servicescheduling::SSS0SpecifiesCharToCaptureDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the SSS0SpecifiesCharToCaptureDelegate instance
|
|
static SSS0SpecifiesCharToCaptureDelegate& getInstance();
|
|
|
|
// Method to create the SSS0SpecifiesCharToCaptureImpl pointer
|
|
static SSS0SpecifiesCharToCaptureImpl* createImpl( SSS0SpecifiesCharToCapture& ifObj );
|
|
|
|
// Method to delete the SSS0SpecifiesCharToCaptureImpl pointer
|
|
static void deleteImpl( SSS0SpecifiesCharToCaptureImpl* impl );
|
|
|
|
|
|
///
|
|
/// desc for createPost
|
|
/// @version Tc 8
|
|
/// @param creInput - Description for the Create Input
|
|
/// @return - return desc for createPost
|
|
///
|
|
int createPostBase(const SSS0SpecifiesCharToCapture &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 SSS0SpecifiesCharToCapture &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static SSS0SpecifiesCharToCaptureDelegate* m_pInstance;
|
|
|
|
SSS0SpecifiesCharToCaptureDelegate();
|
|
virtual ~SSS0SpecifiesCharToCaptureDelegate();
|
|
static void setInstance( SSS0SpecifiesCharToCaptureDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::servicescheduling::SSS0SpecifiesCharToCaptureGenImpl;
|
|
|
|
};
|
|
|
|
#include <sss0svcscheduling/libsss0svcscheduling_undef.h>
|
|
#endif // TEAMCENTER__SERVICESCHEDULING__SSS0SPECIFIESCHARTOCAPTUREDELEGATE_HXX
|