Class BaListenerController
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.controllers.BaBaseController
de.hybris.platform.billingaccounttmfwebservices.v1.controllers.BaListenerController
- All Implemented Interfaces:
ListenerApi
@Deprecated(since="2208")
@Controller
@Secured("ROLE_TRUSTED_CLIENT")
public class BaListenerController
extends BaBaseController
implements ListenerApi
Deprecated.
2208
Default implementation of
ListenerApi.- Since:
- 2111
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BaBillingAccountServiceDeprecated.protected BaStateChangeEventValidatorDeprecated.protected BaUpdateEventValidatorDeprecated.protected org.springframework.transaction.support.TransactionTemplateDeprecated.org.springframework.http.ResponseEntitylistenToBillingAccountAttributeValueChangeEvent(@Valid BillingAccountAttributeValueChangeEvent data) Deprecated.org.springframework.http.ResponseEntityDeprecated.Methods inherited from class de.hybris.platform.billingaccounttmfwebservices.v1.controllers.BaBaseController
filter, getDataMapper, getI18nService, getMessageSource, getObjectMapper, getQueryStringWithoutOffsetAndLimit, getUnsuccessfulResponse, getUnsuccessfulResponse, handleInternalError, handleModelNotFoundException, hasRole, init, sanitize, sanitizeQueryString, validate
-
Constructor Details
-
BaListenerController
public BaListenerController()Deprecated.
-
-
Method Details
-
listenToBillingAccountAttributeValueChangeEvent
@RequestMapping(value="/listener/billingAccountAttributeValueChangeEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) public org.springframework.http.ResponseEntity listenToBillingAccountAttributeValueChangeEvent(@Valid @RequestBody @Valid BillingAccountAttributeValueChangeEvent data) Deprecated.- Specified by:
listenToBillingAccountAttributeValueChangeEventin interfaceListenerApi
-
listenToBillingAccountStateChangeEvent
@RequestMapping(value="/listener/billingAccountStateChangeEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) public org.springframework.http.ResponseEntity listenToBillingAccountStateChangeEvent(@Valid @RequestBody @Valid BillingAccountStateChangeEvent data) Deprecated.- Specified by:
listenToBillingAccountStateChangeEventin interfaceListenerApi
-
getBaBillingAccountService
Deprecated. -
getBaUpdateEventValidator
Deprecated. -
getBaStateChangeEventValidator
Deprecated. -
getTxTemplate
protected org.springframework.transaction.support.TransactionTemplate getTxTemplate()Deprecated.
-