Class SpiListenerController
java.lang.Object
de.hybris.platform.subscribedproducttmfwebservices.v1.controllers.SpiBaseController
de.hybris.platform.subscribedproducttmfwebservices.v1.controllers.SpiListenerController
- All Implemented Interfaces:
ListenerApi
@Deprecated(since="2208")
@Controller
@Secured("ROLE_TRUSTED_CLIENT")
public class SpiListenerController
extends SpiBaseController
implements ListenerApi
Deprecated.
2208
Default implementation of
ListenerApi.- Since:
- 2111
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SpiCreateEventValidatorDeprecated.protected SpiDeleteEventValidatorDeprecated.protected SpiProductServiceDeprecated.protected SpiStateChangeEventValidatorDeprecated.protected SpiUpdateEventValidatorDeprecated.protected org.springframework.transaction.support.TransactionTemplateDeprecated.org.springframework.http.ResponseEntityDeprecated.org.springframework.http.ResponseEntitylistenToProductCreateEvent(@Valid ProductCreateEvent data) Deprecated.org.springframework.http.ResponseEntitylistenToProductDeleteEvent(@Valid ProductDeleteEvent data) Deprecated.org.springframework.http.ResponseEntitylistenToProductStateChangeEvent(@Valid ProductStateChangeEvent data) Deprecated.Methods inherited from class de.hybris.platform.subscribedproducttmfwebservices.v1.controllers.SpiBaseController
filter, getDataMapper, getI18nService, getMessageSource, getObjectMapper, getQueryStringWithoutOffsetAndLimit, getUnsuccessfulResponse, getUnsuccessfulResponse, handleModelNotFoundException, hasRole, init, sanitize, validate
-
Constructor Details
-
SpiListenerController
public SpiListenerController()Deprecated.
-
-
Method Details
-
listenToProductAttributeValueChangeEvent
@RequestMapping(value="/listener/productAttributeValueChangeEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) public org.springframework.http.ResponseEntity listenToProductAttributeValueChangeEvent(@Valid @RequestBody @Valid ProductAttributeValueChangeEvent data) Deprecated.- Specified by:
listenToProductAttributeValueChangeEventin interfaceListenerApi
-
listenToProductStateChangeEvent
@RequestMapping(value="/listener/productStateChangeEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) public org.springframework.http.ResponseEntity listenToProductStateChangeEvent(@Valid @RequestBody @Valid ProductStateChangeEvent data) Deprecated.- Specified by:
listenToProductStateChangeEventin interfaceListenerApi
-
listenToProductCreateEvent
@RequestMapping(value="/listener/productCreateEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) public org.springframework.http.ResponseEntity listenToProductCreateEvent(@Valid @RequestBody @Valid ProductCreateEvent data) Deprecated.- Specified by:
listenToProductCreateEventin interfaceListenerApi
-
listenToProductDeleteEvent
@RequestMapping(value="/listener/productDeleteEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) public org.springframework.http.ResponseEntity listenToProductDeleteEvent(@Valid @RequestBody @Valid ProductDeleteEvent data) Deprecated.- Specified by:
listenToProductDeleteEventin interfaceListenerApi
-
getSpiProductService
Deprecated. -
getSpiCreateEventValidator
Deprecated. -
getSpiUpdateEventValidator
Deprecated. -
getSpiStateChangeEventValidator
Deprecated. -
getSpiDeleteEventValidator
Deprecated. -
getTxTemplate
protected org.springframework.transaction.support.TransactionTemplate getTxTemplate()Deprecated.
-