The following table describes the extension point details of the Subscription microservice.
See also, About Extending Infosys Equinox Commerce.
S.NO | EXTENSION POINT NAME | EXTENSION POINT DESCRIPTION/USAGE | EXTENSION INTERFACE METHOD SIGNATURE |
---|---|---|---|
1 | CreateAddressValidator | Indicates the class, which validates whether the given subscription address is valid or not. | preProcess(InputModel model) |
2 | CreateCollectionValidator | Indicates the class, which validates whether the given collection is valid or not. | preProcess(InputModel model) |
3 | CreateInstanceValidator | Indicates the class, which validates whether the given subscription instance is valid or not. | preProcess(InputModel model) |
4 | CreateItemPropertyValidator | Indicates the class, which validates whether the given subscription item property is valid or not. | preProcess(InputModel model) |
5 | CreateItemValidator | Indicates the class, which validates whether the given subscription item is valid or not. | preProcess(InputModel model) |
6 | CreatePaymentValidator | Indicates the class, which validates whether the given subscription payment is valid or not. | preProcess(InputModel model) |
7 | CreateShippingValidator | Indicates the class, which validates whether the given subscription shipping is valid or not. | preProcess(InputModel model) |
8 | CreateSKuValidator | Indicates the class, which validates whether the given subscription SKU is valid or not. | preProcess(InputModel model) |
9 | CreateSubscriptionPropertyValidator | Indicates the class, which validates whether the given subscription property is valid or not. | preProcess(InputModel model) |
10 | CreateSubscriptionValidator | Indicates the class, which validates whether the given subscription is valid or not. | preProcess(InputModel model) |
11 | FindAllCollectionPropertyValidator | Indicates the class, which validates whether the given inputs are valid or not. | preProcess(InputModel model) |
12 | FindAllCollectionValidator | Indicates the class, which validates whether the given inputs are valid or not. | preProcess(InputModel model) |
13 | FindAllInstanceValidator | Indicates the class, which validates whether the given inputs are valid or not. | preProcess(InputModel model) |
14 | FindAllSubscriptionValidator | Indicates the class, which validates whether the given inputs are valid or not. | preProcess(InputModel model) |
15 | FindCollectionValidator | Indicates the class, which validates whether the given inputs are valid or not. | preProcess(InputModel model) |
16 | FindInstanceValidator | Indicates the class, which validates whether the given inputs are valid or not. | preProcess(InputModel model) |
17 | FindSubscriptionValidator | Indicates the class, which validates whether the given inputs are valid or not. | preProcess(InputModel model) |
18 | PatchUpdateCollectionPropertyValidator | Indicates the class, which validates whether the required fields of the given collection property are valid or not. | preProcess(InputModel model) |
19 | PatchUpdateInstanceValidator | Indicates the class, which validates whether the required fields of the given subscription instance are valid or not. | preProcess(InputModel model) |
20 | PatchUpdateSubscriptionValidator | Indicates the class, which validates whether the required fields of the given subscription are valid or not. | preProcess(InputModel model) |
21 | UpdateCollectionPropertyValidator | Indicates the class, which validates whether the given collection property is valid not. | preProcess(InputModel model) |
22 | UpdateSubscriptionPropertyValidator | Indicates the class, which validates whether the given subscription property is valid or not. | preProcess(InputModel model) |
Revision History
2022-04-10 | JP – Fixed link and http issues.
2019-09-24 | Ananthi – Page created and the content uploaded.