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 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:
      listenToBillingAccountAttributeValueChangeEvent in interface ListenerApi
    • 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:
      listenToBillingAccountStateChangeEvent in interface ListenerApi
    • getBaBillingAccountService

      protected BaBillingAccountService getBaBillingAccountService()
      Deprecated.
    • getBaUpdateEventValidator

      protected BaUpdateEventValidator getBaUpdateEventValidator()
      Deprecated.
    • getBaStateChangeEventValidator

      protected BaStateChangeEventValidator getBaStateChangeEventValidator()
      Deprecated.
    • getTxTemplate

      protected org.springframework.transaction.support.TransactionTemplate getTxTemplate()
      Deprecated.