Service class to execute CRUD operations on the Badge Type object.

Method Summary

Modifier and Type Method and Description
BadgeTypeService getInstance()
BadgeTypeService getInstance(String version)
void getApiResponse()
List<BadgeType> get(SearchRequest sr)

Method Detail

This class supports the following methods:

global static BadgeTypeService getInstance()

Get Instance of BadgeTypeService.


global static BadgeTypeService getInstance(String version)

Get Instance of BadgeTypeVersionedService.
Parameters

Name Type Description
version String undefined

global BadgeTypeService ()

BadgeTypeService Constructor that should not be called directly.


global static void getApiResponse()

global virtual List<BadgeType> get(SearchRequest sr)

Get list of BadgeType objects using the SearchRequest object as criteria
Parameters

Name Type Description
sr SearchRequest SearchRequest