//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, Fnd0GroupMemberLOVDelegate Filename: Fnd0GroupMemberLOVDelegate.hxx Module: lov @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0GROUPMEMBERLOVDELEGATE_HXX #define TEAMCENTER__FND0GROUPMEMBERLOVDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0GroupMemberLOVDelegate; } namespace Teamcenter { class Fnd0GroupMemberLOVImpl; } namespace Teamcenter { class Fnd0GroupMemberLOV; } namespace Teamcenter { class Fnd0GroupMemberLOVGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class LOV_API Teamcenter_alias::Fnd0GroupMemberLOVDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0GroupMemberLOVDelegate instance static Fnd0GroupMemberLOVDelegate& getInstance(); // Method to create the Fnd0GroupMemberLOVImpl pointer static Fnd0GroupMemberLOVImpl* createImpl( Fnd0GroupMemberLOV& ifObj ); // Method to delete the Fnd0GroupMemberLOVImpl pointer static void deleteImpl( Fnd0GroupMemberLOVImpl* impl ); /// /// Returns List Of Values based on Dynamic LOV definition and user search criteria. /// @version Teamcenter 10 /// @param operationInputTag - Operation Input containing the modified values. /// @param propertyName - Name of the selected property. /// @param searchString - User entered search string. /// @param sortByProp - Property to use for sorting. /// @param sortOrder - order for sorting (0=Ascending, 1=Descending). /// @param nResults - Number of returned results. /// @param results - Returned Values for LOV. /// @return - Zero (0) if everything is alright otherwise the error code. /// int fnd0askLOVValuesBase(const Fnd0GroupMemberLOV &ifObj, const tag_t operationInputTag, const std::string *propertyName, const std::string *searchString, const char *sortByProp, const int sortOrder, int *nResults, tag_t **results ) const; protected: // Pointer to the instance static Fnd0GroupMemberLOVDelegate* m_pInstance; Fnd0GroupMemberLOVDelegate(); virtual ~Fnd0GroupMemberLOVDelegate(); static void setInstance( Fnd0GroupMemberLOVDelegate* instance ); private: friend class ::Teamcenter::Fnd0GroupMemberLOVGenImpl; }; #include #endif // TEAMCENTER__FND0GROUPMEMBERLOVDELEGATE_HXX