Table of Contents

Search

  1. Preface
  2. API Reference

Static Package Functions

Static Package Functions

  • global static boolean runJob (String jobName)
    Runs the specified CC360 batch job.
  • global static boolean runConcurrentJob (String jobName, Integer concurrentBatchJobs)
    Runs the specified CC360 batch job.
  • global static boolean abortJob (String jobName)
    Aborts the specified CC360 batch job.
  • global static DS_DuplicateBatchClass instantiateDuplicateBatchClass (set< Id > jobIdSet, List< DS_Master_Bean__c > selectedMBeans, List< DS_Master_Bean__c > selectedCompMBeans)
    Creates an instance of the duplicate check batch class.
  • global static DS_DuplicateBeanBatchClass instantiateDuplicateBeanBatchClass (set< Id > jobIdSet, List< DS_Bean__c > selectedBeans, List< DS_Bean__c > selectedCompBeans)
    Creates an instance of the duplicate bean check batch class.
  • 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.
  • global static DS_ConsolidationBatchClass instantiateConsolidationBatchClass (set< Id > jobIdSet, List< DS_Bean__c > selectedBeans, List< DS_Master_Bean__c > selectedMBeans)
    Creates an instance of the consolidation batch class.
  • 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.
  • global static DS_MergeAccountBatchClass instantiateMergeAccountBatchClass (List< DS_Duplicates__c > selectedDupes)
    Creates an instance of the merge accounts batch class to merge duplicate accounts.
  • global static DS_MergeContactBatchClass instantiateMergeContactBatchClass (List< DS_DuplicateBean__c > selectedDupes)
    Creates an instance of the merge contacts batch class to merge duplicate contacts.
  • global static DS_MergeLeadBatchClass instantiateMergeLeadBatchClass (List< DS_DuplicateBean__c > selectedDupes)
    Creates an instance of the merge leads batch class to merge duplicate leads.
  • global static DS_MigrationBatchClass instantiateMigrationBatchClass (set< Id > jobIdSet, String objName)
    Creates an instance of the migration batch class to migrate accounts, contacts, or leads.

0 COMMENTS

We’d like to hear from you!