Service class to execute CRUD operations on the Business Group object.
Method Summary
Modifier and Type | Method and Description |
---|---|
BusinessGroupService | getInstance() |
BusinessGroupService | getInstance(String version) |
void | BusinessGroupService() |
void | getApiResponse() |
List<BusinessGroup> | get(SearchRequest sr) |
Method Detail
This class supports the following methods:
global static BusinessGroupService getInstance()
Get Instance of BusinessGroupService.
global static BusinessGroupService getInstance(String version)
Get Instance of BusinessGroupVersionedService.
Parameters
Name | Type | Description |
---|---|---|
version | String | undefined |
global BusinessGroupService()
BusinessGroupService Constructor that should not be called directly.
global static void getApiResponse()
global virtual List<BusinessGroup> get(SearchRequest sr)
Get list of Business Group objects using the SearchRequest object as criteria
Parameters
Name | Type | Description |
---|---|---|
sr | SearchRequest | SearchRequest |