The following table describes the extension point details of the Lists microservice.

See also, About Extending Infosys Equinox Commerce.

S.NO.EXTENSION POINT NAMEEXTENSION POINT DESCRIPTIONEXTENSION INTERFACE METHOD SIGNATURE
1com.skava.list.validatorListFindAllValidator.classA class containing the validations on retrieving all the lists.preProcess(InputModel mode)
2com.skava.list.validatorListItemFindAllValidator.classA class containing the validations on retrieving all the list items.preProcess(InputModel mode)
3com.skava.list.validatorListItemPatchValidator.classA class containing the validations on updating a list item.preProcess(InputModel mode)
4com.skava.list.validatorListItemPropertiesValidator.classA class containing the validations on list item properties.preProcess(InputModel mode)
5com.skava.list.validatorListItemValidator.classA class containing the validations on list item(s).preProcess(InputModel mode)
6com.skava.list.validatorListPatchValidator.classA class containing the validations on updating a list.preProcess(InputModel mode)
7com.skava.list.validatorListPropertiesValidator.classA class containing the validations on list properties.preProcess(InputModel mode)
8com.skava.list.validatorListValidator.classA class containing the validations on a list.preProcess(InputModel mode)


Revision History
2022-04-10 | JP – Fixed link and http issues.
2019-06-16 | PLK – Link added.
2019-05-16 | AN – Updated to a new table tool.
2019-04-15 | AN – Content updated for April 2019 release.
2019-01-23 | PLK – Page created and content uploaded.