global static DS_BeanConversionBatchClass instantiateBeanConversionBatchClass (set< Id > jobIdSet, List< DS_Bean__c > selectedBeans, List< DS_Bean__c > selectedCompBeans)
global static DS_BeanConversionBatchClass instantiateBeanConversionBatchClass (set< Id > jobIdSet, List< DS_Bean__c > selectedBeans, List< DS_Bean__c > selectedCompBeans)
Creates an instance of the bean conversion batch class job to convert beans into accounts, contacts, or leads.
Parameters:
jobIdSet
The list of bean IDs.
selectedBeans
The list of beans to be converted through the conversion job. The list is compared with the list of beans specified for the selectetCompBeans parameter. The list consists of beans for which the DS_Conversion_Status_c flag is set to To Be Converted.