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.

109 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, Mdl0AttachAttrGroupDelegate
Filename: Mdl0AttachAttrGroupDelegate.hxx
Module: aps0apscore
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__APPMODEL__MDL0ATTACHATTRGROUPDELEGATE_HXX
#define TEAMCENTER__APPMODEL__MDL0ATTACHATTRGROUPDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <aps0apscore/Mdl0AttachAttrGroup.hxx>
#include <aps0apscore/libaps0apscore_exports.h>
namespace Teamcenter
{
namespace AppModel
{
class Mdl0AttachAttrGroupDelegate;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0AttachAttrGroupImpl;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0AttachAttrGroup;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0AttachAttrGroupGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class APS0APSCORE_API Teamcenter_alias::AppModel::Mdl0AttachAttrGroupDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Mdl0AttachAttrGroupDelegate instance
static Mdl0AttachAttrGroupDelegate& getInstance();
// Method to create the Mdl0AttachAttrGroupImpl pointer
static Mdl0AttachAttrGroupImpl* createImpl( Mdl0AttachAttrGroup& ifObj );
// Method to delete the Mdl0AttachAttrGroupImpl pointer
static void deleteImpl( Mdl0AttachAttrGroupImpl* impl );
///
/// desc for createPost
/// @version Tc 8
/// @param creInput - Description for the Create Input
/// @return - return desc for createPost
///
int createPostBase(const Mdl0AttachAttrGroup &ifObj, ::Teamcenter::CreateInput *creInput );
///
/// This operation is not supported now, there will be no support for issues stemming from uses of this operation.
/// @version Teamcenter 11.4
/// @param inputs - A vector of data that contains reference information to the object to be saved
/// @param bd - A data structure to store objects and other information relevant for set-based operation
/// @return -
///
int fnd0CreatePostBase( std::vector< ::Teamcenter::BulkInput* > *inputs, ::Teamcenter::BulkData *bd );
protected:
// Pointer to the instance
static Mdl0AttachAttrGroupDelegate* m_pInstance;
Mdl0AttachAttrGroupDelegate();
virtual ~Mdl0AttachAttrGroupDelegate();
static void setInstance( Mdl0AttachAttrGroupDelegate* instance );
private:
friend class ::Teamcenter::AppModel::Mdl0AttachAttrGroupGenImpl;
};
#include <aps0apscore/libaps0apscore_undef.h>
#endif // TEAMCENTER__APPMODEL__MDL0ATTACHATTRGROUPDELEGATE_HXX