Table of Contents

Search

  1. Preface
  2. API Reference

Static Package Functions

Static Package Functions

  • global static list< DS_Bean__c > getBeans (list< Account > accounts)
    Gets the beans for the list of specified accounts.
  • global static list< DS_Bean__c > getBeans (list< Contact > contacts)
    Gets the beans for the list of specified contacts.
  • global static list< DS_Bean__c > getBeans (list< Lead > leads)
    Gets the beans for the list of specified leads.
  • global static list< DS_Bean__c > getBeans (list< DS_Master_Bean__c > masterBeans)
    Gets the beans for the list of specified master beans.
  • global static list< DS_Master_Bean__c > getMasterBeans (list< Account > accounts)
    Gets the master beans for the list of specified accounts.
  • global static list< DS_Master_Bean__c > getMasterBeans (list< Contact > contacts)
    Gets the master beans for the list of specified contacts.
  • global static list< DS_Master_Bean__c > getMasterBeans (list< Lead > leads)
    Gets the master beans for the list of specified leads.

0 COMMENTS

We’d like to hear from you!