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.
129 lines
3.8 KiB
129 lines
3.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, Cfg0AbsAvailabilityDelegate
|
|
Filename: Cfg0AbsAvailabilityDelegate.hxx
|
|
Module: Cfg0configurator
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__CFG0CONFIGURATOR__CFG0ABSAVAILABILITYDELEGATE_HXX
|
|
#define TEAMCENTER__CFG0CONFIGURATOR__CFG0ABSAVAILABILITYDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <Cfg0configurator/Cfg0AbsAvailability.hxx>
|
|
|
|
#include <Cfg0configurator/libcfg0configurator_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace Cfg0configurator
|
|
{
|
|
class Cfg0AbsAvailabilityDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Cfg0configurator
|
|
{
|
|
class Cfg0AbsAvailabilityImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Cfg0configurator
|
|
{
|
|
class Cfg0AbsAvailability;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Cfg0configurator
|
|
{
|
|
class Cfg0AbsAvailabilityGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class CFG0CONFIGURATOR_API Teamcenter_alias::Cfg0configurator::Cfg0AbsAvailabilityDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Cfg0AbsAvailabilityDelegate instance
|
|
static Cfg0AbsAvailabilityDelegate& getInstance();
|
|
|
|
// Method to create the Cfg0AbsAvailabilityImpl pointer
|
|
static Cfg0AbsAvailabilityImpl* createImpl( Cfg0AbsAvailability& ifObj );
|
|
|
|
// Method to delete the Cfg0AbsAvailabilityImpl pointer
|
|
static void deleteImpl( Cfg0AbsAvailabilityImpl* impl );
|
|
|
|
|
|
///
|
|
/// Getter for a Tag Property
|
|
/// @version Teamcenter 10.1.2
|
|
/// @param value - Parameter value
|
|
/// @param isNull - Returns true if the Parameter value is null
|
|
/// @return - Status. 0 if successful
|
|
///
|
|
int getCfg0ContextObjectBase(const Cfg0AbsAvailability &ifObj, tag_t &value, bool &isNull ) const;
|
|
|
|
|
|
///
|
|
/// desc for validate for create
|
|
/// @version Tc 8
|
|
/// @param creInput - desc for creInput parameter
|
|
/// @return - ret desc for validate for create
|
|
///
|
|
int validateCreateInputBase(const Cfg0AbsAvailability &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
///
|
|
/// validate saveas input
|
|
/// @version Teamcenter 9
|
|
/// @param pSavAsInput - desc
|
|
/// @param vecDeepCopyData - desc
|
|
/// @return - returns an int
|
|
///
|
|
int validateSaveAsInputBase(const Cfg0AbsAvailability &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
|
|
|
|
|
|
///
|
|
/// Validate revise input.
|
|
/// @version Teamcenter 10.1
|
|
/// @param pReviseInput - desc
|
|
/// @param vecDeepCopyData - desc
|
|
/// @return - Returns an int.
|
|
///
|
|
int validateReviseInputBase(const Cfg0AbsAvailability &ifObj, ::Teamcenter::ReviseInput *pReviseInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Cfg0AbsAvailabilityDelegate* m_pInstance;
|
|
|
|
Cfg0AbsAvailabilityDelegate();
|
|
virtual ~Cfg0AbsAvailabilityDelegate();
|
|
static void setInstance( Cfg0AbsAvailabilityDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Cfg0configurator::Cfg0AbsAvailabilityGenImpl;
|
|
|
|
};
|
|
|
|
#include <Cfg0configurator/libcfg0configurator_undef.h>
|
|
#endif // TEAMCENTER__CFG0CONFIGURATOR__CFG0ABSAVAILABILITYDELEGATE_HXX
|