The following table describes the extension point details of the Lists microservice.
See also, About Extending Infosys Equinox Commerce.
S.NO. | EXTENSION POINT NAME | EXTENSION POINT DESCRIPTION | EXTENSION INTERFACE METHOD SIGNATURE |
---|---|---|---|
1 | com.skava.list.validatorListFindAllValidator.class | A class containing the validations on retrieving all the lists. | preProcess(InputModel mode) |
2 | com.skava.list.validatorListItemFindAllValidator.class | A class containing the validations on retrieving all the list items. | preProcess(InputModel mode) |
3 | com.skava.list.validatorListItemPatchValidator.class | A class containing the validations on updating a list item. | preProcess(InputModel mode) |
4 | com.skava.list.validatorListItemPropertiesValidator.class | A class containing the validations on list item properties. | preProcess(InputModel mode) |
5 | com.skava.list.validatorListItemValidator.class | A class containing the validations on list item(s). | preProcess(InputModel mode) |
6 | com.skava.list.validatorListPatchValidator.class | A class containing the validations on updating a list. | preProcess(InputModel mode) |
7 | com.skava.list.validatorListPropertiesValidator.class | A class containing the validations on list properties. | preProcess(InputModel mode) |
8 | com.skava.list.validatorListValidator.class | A 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.