global static DS_MatchingBatchClass instantiateMatchingBatchClass (set< Id > jobIdSet, List< DS_Bean__c > selectedBeans, List< DS_Master_Bean__c > selectedMBeans)
global static DS_MatchingBatchClass instantiateMatchingBatchClass (set< Id > jobIdSet, List< DS_Bean__c > selectedBeans, List< DS_Master_Bean__c > selectedMBeans)
Creates an instance of the matching batch class to match beans with master beans.
Parameters:
jobIdSet
The list of bean IDs.
selectedBeans
The list of beans to be matched through the matching batch job. The list is matched with the list of master beans specified for the selectedMBeans parameter.