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.

207 lines
6.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, Cfg0AbsOptionValueDelegate
Filename: Cfg0AbsOptionValueDelegate.hxx
Module: Cfg0configurator
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CFG0CONFIGURATOR__CFG0ABSOPTIONVALUEDELEGATE_HXX
#define TEAMCENTER__CFG0CONFIGURATOR__CFG0ABSOPTIONVALUEDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <Cfg0configurator/Cfg0AbsOptionValue.hxx>
#include <Cfg0configurator/libcfg0configurator_exports.h>
namespace Teamcenter
{
namespace Cfg0configurator
{
class Cfg0AbsOptionValueDelegate;
}
}
namespace Teamcenter
{
namespace Cfg0configurator
{
class Cfg0AbsOptionValueImpl;
}
}
namespace Teamcenter
{
namespace Cfg0configurator
{
class Cfg0AbsOptionValue;
}
}
namespace Teamcenter
{
namespace Cfg0configurator
{
class Cfg0AbsOptionValueGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class CFG0CONFIGURATOR_API Teamcenter_alias::Cfg0configurator::Cfg0AbsOptionValueDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Cfg0AbsOptionValueDelegate instance
static Cfg0AbsOptionValueDelegate& getInstance();
// Method to create the Cfg0AbsOptionValueImpl pointer
static Cfg0AbsOptionValueImpl* createImpl( Cfg0AbsOptionValue& ifObj );
// Method to delete the Cfg0AbsOptionValueImpl pointer
static void deleteImpl( Cfg0AbsOptionValueImpl* 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 getCfg0OptionFamilyBase(const Cfg0AbsOptionValue &ifObj, tag_t &value, bool &isNull ) const;
///
/// Getter for a Tag Array Property
/// @version Teamcenter 10.1.3
/// @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 getCfg0PackagedByBase(const Cfg0AbsOptionValue &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const;
///
/// Getter for a Tag Array Property
/// @version Teamcenter 10.1.2
/// @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 getCfg0ProductItemsBase(const Cfg0AbsOptionValue &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const;
///
/// Getter for a Tag Array Property
/// @version Teamcenter 10.1.3
/// @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 getCfg0SummarizedByBase(const Cfg0AbsOptionValue &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const;
///
/// desc for createPost
/// @version Tc 8
/// @param creInput - Description for the Create Input
/// @return - return desc for createPost
///
int createPostBase(const Cfg0AbsOptionValue &ifObj, ::Teamcenter::CreateInput *creInput );
///
/// 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 Cfg0AbsOptionValue &ifObj, ::Teamcenter::CreateInput *creInput );
///
/// finalize operation input
/// @version Teamcenter 9
/// @param pSavAsInput - desc
/// @param vecDeepCopyData - desc
/// @return - returns an int
///
int finalizeSaveAsInputBase(const Cfg0AbsOptionValue &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
///
/// desc for validate for create
/// @version Tc 8
/// @param creInput - desc for creInput parameter
/// @return - ret desc for validate for create
///
int validateCreateInputBase(const Cfg0AbsOptionValue &ifObj, ::Teamcenter::CreateInput *creInput );
///
/// validate saveas input
/// @version Teamcenter 9
/// @param pSavAsInput - desc
/// @param vecDeepCopyData - desc
/// @return - returns an int
///
int validateSaveAsInputBase(const Cfg0AbsOptionValue &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
///
/// Finalize operation input.
/// @version Teamcenter 10.1
/// @param pReviseInput - desc
/// @param vecDeepCopyData - desc
/// @return - returns n int.
///
int finalizeReviseInputBase(const Cfg0AbsOptionValue &ifObj, ::Teamcenter::ReviseInput *pReviseInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
///
/// This operation is not supported now, there will be no support for issues stemming from uses of this operation.
/// @version Teamcenter 11.2.3
/// @param inputs - A vector of data that contains reference information to the objects to be revised
/// @param bd - A data structure to store objects and other information relevant for set-based operation
/// @return -
///
int fnd0FinalizeReviseInputBase( std::vector< ::Teamcenter::BulkInput* > *inputs, ::Teamcenter::BulkData *bd );
///
/// Validate revise input.
/// @version Teamcenter 10.1
/// @param pReviseInput - desc
/// @param vecDeepCopyData - desc
/// @return - Returns an int.
///
int validateReviseInputBase(const Cfg0AbsOptionValue &ifObj, ::Teamcenter::ReviseInput *pReviseInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
protected:
// Pointer to the instance
static Cfg0AbsOptionValueDelegate* m_pInstance;
Cfg0AbsOptionValueDelegate();
virtual ~Cfg0AbsOptionValueDelegate();
static void setInstance( Cfg0AbsOptionValueDelegate* instance );
private:
friend class ::Teamcenter::Cfg0configurator::Cfg0AbsOptionValueGenImpl;
};
#include <Cfg0configurator/libcfg0configurator_undef.h>
#endif // TEAMCENTER__CFG0CONFIGURATOR__CFG0ABSOPTIONVALUEDELEGATE_HXX