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.

360 lines
12 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, Fnd0ProxyTaskDelegate
Filename: Fnd0ProxyTaskDelegate.hxx
Module: schmgt
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0PROXYTASKDELEGATE_HXX
#define TEAMCENTER__FND0PROXYTASKDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <schmgt/Fnd0ProxyTask.hxx>
#include <schmgt/libschmgt_exports.h>
namespace Teamcenter
{
class Fnd0ProxyTaskDelegate;
}
namespace Teamcenter
{
class Fnd0ProxyTaskImpl;
}
namespace Teamcenter
{
class Fnd0ProxyTask;
}
namespace Teamcenter
{
class Fnd0ProxyTaskGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class SCHMGT_API Teamcenter_alias::Fnd0ProxyTaskDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0ProxyTaskDelegate instance
static Fnd0ProxyTaskDelegate& getInstance();
// Method to create the Fnd0ProxyTaskImpl pointer
static Fnd0ProxyTaskImpl* createImpl( Fnd0ProxyTask& ifObj );
// Method to delete the Fnd0ProxyTaskImpl pointer
static void deleteImpl( Fnd0ProxyTaskImpl* impl );
///
/// Getter for an Integer Property
/// @version Teamcenter 9
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0constraintBase(const Fnd0ProxyTask &ifObj, int &value, bool &isNull ) const;
///
/// Getter for a Date Property
/// @version Teamcenter 9
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0finish_dateBase(const Fnd0ProxyTask &ifObj, date_t &value, bool &isNull ) const;
///
/// Getter for a Double Property
/// @version Teamcenter 9
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0percent_completeBase(const Fnd0ProxyTask &ifObj, double &value, bool &isNull ) const;
///
/// Getter for a Double Property
/// @version Teamcenter 9
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0percent_work_completeBase(const Fnd0ProxyTask &ifObj, double &value, bool &isNull ) const;
///
/// Getter for a Tag Property
/// @version Teamcenter 9
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0refBase(const Fnd0ProxyTask &ifObj, tag_t &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 9
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0sched_nameBase(const Fnd0ProxyTask &ifObj, std::string &value, bool &isNull ) const;
///
/// Getter for a Tag Property
/// @version Teamcenter 9
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0schedule_tagBase(const Fnd0ProxyTask &ifObj, tag_t &value, bool &isNull ) const;
///
/// Getter for a Date Property
/// @version Teamcenter 9
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0start_dateBase(const Fnd0ProxyTask &ifObj, date_t &value, bool &isNull ) const;
///
/// Getter for a string Property
/// @version Teamcenter 9
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0statusBase(const Fnd0ProxyTask &ifObj, std::string &value, bool &isNull ) const;
///
/// Getter for a Tag Property
/// @version Teamcenter 9
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0task_tagBase(const Fnd0ProxyTask &ifObj, tag_t &value, bool &isNull ) const;
///
/// Getter for an Integer Property
/// @version Teamcenter 9
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0typeBase(const Fnd0ProxyTask &ifObj, int &value, bool &isNull ) const;
///
/// Getter for an Integer Property
/// @version Teamcenter 11.4
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getFnd0WhatIfModeBase(const Fnd0ProxyTask &ifObj, int &value, bool &isNull ) const;
///
/// Setter for an Integer Property
/// @version Teamcenter 9
/// @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 setFnd0constraintBase(Fnd0ProxyTask &ifObj, int value, bool isNull );
///
/// Setter for a Date Property
/// @version Teamcenter 9
/// @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 setFnd0finish_dateBase(Fnd0ProxyTask &ifObj, const date_t &value, bool isNull );
///
/// Setter for a Double Property
/// @version Teamcenter 9
/// @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 setFnd0percent_completeBase(Fnd0ProxyTask &ifObj, double value, bool isNull );
///
/// Setter for a Double Property
/// @version Teamcenter 9
/// @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 setFnd0percent_work_completeBase(Fnd0ProxyTask &ifObj, double value, bool isNull );
///
/// Setter for a Tag Property
/// @version Teamcenter 9
/// @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 setFnd0refBase(Fnd0ProxyTask &ifObj, const tag_t &value, bool isNull );
///
/// Setter for a string Property
/// @version Teamcenter 9
/// @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 setFnd0sched_nameBase(Fnd0ProxyTask &ifObj, const std::string &value, bool isNull );
///
/// Setter for a Tag Property
/// @version Teamcenter 9
/// @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 setFnd0schedule_tagBase(Fnd0ProxyTask &ifObj, const tag_t &value, bool isNull );
///
/// Setter for a Date Property
/// @version Teamcenter 9
/// @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 setFnd0start_dateBase(Fnd0ProxyTask &ifObj, const date_t &value, bool isNull );
///
/// Setter for a string Property
/// @version Teamcenter 9
/// @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 setFnd0statusBase(Fnd0ProxyTask &ifObj, const std::string &value, bool isNull );
///
/// Setter for a Tag Property
/// @version Teamcenter 9
/// @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 setFnd0task_tagBase(Fnd0ProxyTask &ifObj, const tag_t &value, bool isNull );
///
/// Setter for an Integer Property
/// @version Teamcenter 9
/// @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 setFnd0typeBase(Fnd0ProxyTask &ifObj, int value, bool isNull );
///
/// Setter for an Integer Property
/// @version Teamcenter 11.4
/// @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 setFnd0WhatIfModeBase(Fnd0ProxyTask &ifObj, int value, bool isNull );
///
/// This operation is not supported now, there will be no support for issues stemming from uses of this operation.
/// @version Teamcenter 11.2.2
/// @param inputs - A vector of data that contains reference to the object to be refreshed
/// @param bd - A data structure to store objects and other information relevant for set-based operation
/// @param isLockForDelete - A boolean to indicate if object(s) are to be locked for deletion
/// @param allowRelock - A boolean to indicate if object(s) can be relocked, which will discard all unsaved changes, if already locked by the same user
/// @return - This operation returns ITK_ok on success. Otherwise, it will return specific error code.
///
int fnd0LockBase( std::vector< ::Teamcenter::BulkInput* > *inputs, ::Teamcenter::BulkData *bd, const bool isLockForDelete, const bool allowRelock );
///
/// This operation is not supported now, there will be no support for issues stemming from uses of this operation.
/// @version Teamcenter 11.2.2
/// @param inputs - A vector of data that contains reference to the object to be refreshed
/// @param bd - A data structure to store objects and other information relevant for set-based operation
/// @return - This operation returns ITK_ok on success. Otherwise, it will return specific error code.
///
int fnd0RefreshBase( std::vector< ::Teamcenter::BulkInput* > *inputs, ::Teamcenter::BulkData *bd );
///
/// This operation is not supported now, there will be no support for issues stemming from uses of this operation.
/// @version Teamcenter 11.2.2
/// @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 - This operation returns ITK_ok on success. Otherwise, it will return specific error code.
///
int fnd0SaveBase( std::vector< ::Teamcenter::BulkInput* > *inputs, ::Teamcenter::BulkData *bd );
///
/// This operation is not supported now, there will be no support for issues stemming from uses of this operation.
/// @version Teamcenter 11.2.2
/// @param inputs - A vector of data that contains reference to the object to be refreshed
/// @param bd - A data structure to store objects and other information relevant for set-based operation
/// @return - This operation returns ITK_ok on success. Otherwise, it will return specific error code.
///
int fnd0UnlockBase( std::vector< ::Teamcenter::BulkInput* > *inputs, ::Teamcenter::BulkData *bd );
protected:
// Pointer to the instance
static Fnd0ProxyTaskDelegate* m_pInstance;
Fnd0ProxyTaskDelegate();
virtual ~Fnd0ProxyTaskDelegate();
static void setInstance( Fnd0ProxyTaskDelegate* instance );
private:
friend class ::Teamcenter::Fnd0ProxyTaskGenImpl;
};
#include <schmgt/libschmgt_undef.h>
#endif // TEAMCENTER__FND0PROXYTASKDELEGATE_HXX