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.
ML_ITK/13/include_cpp/ccdm/ParmDefBCDRevisionDelegate.hxx

216 lines
6.7 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, ParmDefBCDRevisionDelegate
Filename: ParmDefBCDRevisionDelegate.hxx
Module: ccdm
@BMIDE autogenerated
==================================================================================================*/
#ifndef CCDM__PARMDEFBCDREVISIONDELEGATE_HXX
#define CCDM__PARMDEFBCDREVISIONDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <ccdm/ParmDefBCDRevision.hxx>
#include <ccdm/libccdm_exports.h>
namespace ccdm
{
class ParmDefBCDRevisionDelegate;
}
namespace ccdm
{
class ParmDefBCDRevisionImpl;
}
namespace ccdm
{
class ParmDefBCDRevision;
}
namespace ccdm
{
class ParmDefBCDRevisionGenImpl;
}
namespace ccdm_alias = ::ccdm;
class CCDM_API ccdm_alias::ParmDefBCDRevisionDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the ParmDefBCDRevisionDelegate instance
static ParmDefBCDRevisionDelegate& getInstance();
// Method to create the ParmDefBCDRevisionImpl pointer
static ParmDefBCDRevisionImpl* createImpl( ParmDefBCDRevision& ifObj );
// Method to delete the ParmDefBCDRevisionImpl pointer
static void deleteImpl( ParmDefBCDRevisionImpl* impl );
///
/// Getter for a Tag Property
/// @version Teamcenter 8.1
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getInitialValuesBase(const ParmDefBCDRevision &ifObj, tag_t &value, bool &isNull ) const;
///
/// Getter for a Tag Property
/// @version Teamcenter 8.1
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMaxValuesBase(const ParmDefBCDRevision &ifObj, tag_t &value, bool &isNull ) const;
///
/// Getter for a Tag Property
/// @version Teamcenter 8.1
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getMinValuesBase(const ParmDefBCDRevision &ifObj, tag_t &value, bool &isNull ) const;
///
/// Getter for a Tag Property
/// @version Teamcenter 8.1
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getTableDefinitionBase(const ParmDefBCDRevision &ifObj, tag_t &value, bool &isNull ) const;
///
/// Setter for a Tag Property
/// @version Teamcenter 8.1
/// @param value - Value to be set for the parameter
/// @param isNull - If true, set the parameter value to null
/// @return - Status. 0 if successful
///
int setInitialValuesBase(ParmDefBCDRevision &ifObj, const tag_t &value, bool isNull );
///
/// Setter for a Tag Property
/// @version Teamcenter 8.1
/// @param value - Value to be set for the parameter
/// @param isNull - If true, set the parameter value to null
/// @return - Status. 0 if successful
///
int setMaxValuesBase(ParmDefBCDRevision &ifObj, const tag_t &value, bool isNull );
///
/// Setter for a Tag Property
/// @version Teamcenter 8.1
/// @param value - Value to be set for the parameter
/// @param isNull - If true, set the parameter value to null
/// @return - Status. 0 if successful
///
int setMinValuesBase(ParmDefBCDRevision &ifObj, const tag_t &value, bool isNull );
///
/// Setter for a Tag Property
/// @version Teamcenter 8.1
/// @param value - Value to be set for the parameter
/// @param isNull - If true, set the parameter value to null
/// @return - Status. 0 if successful
///
int setTableDefinitionBase(ParmDefBCDRevision &ifObj, const tag_t &value, bool isNull );
///
/// desc for createPost
/// @version Tc 8
/// @param creInput - Description for the Create Input
/// @return - return desc for createPost
///
int createPostBase(const ParmDefBCDRevision &ifObj, ::Teamcenter::CreateInput *creInput );
///
/// Generic revisePost operation.
/// @version Teamcenter 10.1
/// @param pReviseInput - Input ReviseInput object.
/// @param vecDeepCopyData - Vector of deep copy data.
/// @return - Returns an integer value.
///
int revisePostBase(const ParmDefBCDRevision &ifObj, ::Teamcenter::ReviseInput *pReviseInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
///
/// Generic saveAsPost operation.
/// @version Teamcenter 8.1
/// @param pSavAsInput - Input argument as SaveAsInput object.
/// @param vecDeepCopyData - vector deepcopy data
/// @return - Return integer value.
///
int saveAsPostBase(const ParmDefBCDRevision &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 ParmDefBCDRevision &ifObj, ::Teamcenter::CreateInput *creInput );
///
/// Validate revise input.
/// @version Teamcenter 10.1
/// @param pReviseInput - desc
/// @param vecDeepCopyData - desc
/// @return - Returns an int.
///
int validateReviseInputBase(const ParmDefBCDRevision &ifObj, ::Teamcenter::ReviseInput *pReviseInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
///
/// validate saveas input
/// @version Teamcenter 9
/// @param pSavAsInput - desc
/// @param vecDeepCopyData - desc
/// @return - returns an int
///
int validateSaveAsInputBase(const ParmDefBCDRevision &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData );
protected:
// Pointer to the instance
static ParmDefBCDRevisionDelegate* m_pInstance;
ParmDefBCDRevisionDelegate();
virtual ~ParmDefBCDRevisionDelegate();
static void setInstance( ParmDefBCDRevisionDelegate* instance );
private:
friend class ::ccdm::ParmDefBCDRevisionGenImpl;
};
#include <ccdm/libccdm_undef.h>
#endif // CCDM__PARMDEFBCDREVISIONDELEGATE_HXX