Service class to execute CRUD operations on the Item Class object.

Method Summary

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

Method Detail

This class supports the following methods:

global static ItemClassService getInstance()

Get Instance of ItemClassService.


global static ItemClassService getInstance(String version)

Get Instance of ItemClassVersionedService.
Parameters

Name Type Description
version String undefined

global ItemClassService()

ItemClassService Constructor that should not be called directly.


global static void getApiResponse()

global virtual List<ItemClass> get(SearchRequest sr)

Get list of Item Class objects using the SearchRequest object as criteria
Parameters

Name Type Description
sr SearchRequest SearchRequest