Class AgrListenerController

java.lang.Object
de.hybris.platform.agreementtmfwebservices.v1.controllers.AgrBaseController
de.hybris.platform.agreementtmfwebservices.v1.controllers.AgrListenerController
All Implemented Interfaces:
ListenerApi

@Controller @Secured("ROLE_TRUSTED_CLIENT") @Deprecated(since="2208") public class AgrListenerController extends AgrBaseController implements ListenerApi
Deprecated.
2208
Default implementation of ListenerApi.
Since:
2111
  • Constructor Details

    • AgrListenerController

      public AgrListenerController()
      Deprecated.
  • Method Details

    • listenToAgreementCreateEvent

      @RequestMapping(value="/listener/agreementCreateEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) public org.springframework.http.ResponseEntity<Void> listenToAgreementCreateEvent(@Valid @RequestBody @Valid AgreementCreateEvent data)
      Deprecated.
      Specified by:
      listenToAgreementCreateEvent in interface ListenerApi
    • listenToAgreementAttributeValueChangeEvent

      @RequestMapping(value="/listener/agreementAttributeValueChangeEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) public org.springframework.http.ResponseEntity<Void> listenToAgreementAttributeValueChangeEvent(@Valid @RequestBody @Valid AgreementAttributeValueChangeEvent data)
      Deprecated.
      Specified by:
      listenToAgreementAttributeValueChangeEvent in interface ListenerApi
    • listenToAgreementStateChangeEvent

      @RequestMapping(value="/listener/agreementStateChangeEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) public org.springframework.http.ResponseEntity<Void> listenToAgreementStateChangeEvent(@Valid @RequestBody @Valid AgreementStateChangeEvent data)
      Deprecated.
      Specified by:
      listenToAgreementStateChangeEvent in interface ListenerApi
    • listenToAgreementDeleteEvent

      @RequestMapping(value="/listener/agreementDeleteEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) public org.springframework.http.ResponseEntity<Void> listenToAgreementDeleteEvent(@Valid @RequestBody @Valid AgreementDeleteEvent data)
      Deprecated.
      Specified by:
      listenToAgreementDeleteEvent in interface ListenerApi
    • listenToAgreementSpecificationCreateEvent

      @RequestMapping(value="/listener/agreementSpecificationCreateEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) public org.springframework.http.ResponseEntity<Void> listenToAgreementSpecificationCreateEvent(@Valid @RequestBody @Valid AgreementSpecificationCreateEvent data)
      Deprecated.
      Specified by:
      listenToAgreementSpecificationCreateEvent in interface ListenerApi
    • listenToAgreementSpecificationAttributeValueChangeEvent

      @RequestMapping(value="/listener/agreementSpecificationAttributeValueChangeEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) public org.springframework.http.ResponseEntity<Void> listenToAgreementSpecificationAttributeValueChangeEvent(@Valid @RequestBody @Valid AgreementSpecificationAttributeValueChangeEvent data)
      Deprecated.
      Specified by:
      listenToAgreementSpecificationAttributeValueChangeEvent in interface ListenerApi
    • listenToAgreementSpecificationStateChangeEvent

      @RequestMapping(value="/listener/agreementSpecificationStateChangeEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) public org.springframework.http.ResponseEntity<Void> listenToAgreementSpecificationStateChangeEvent(@Valid @RequestBody @Valid AgreementSpecificationStateChangeEvent data)
      Deprecated.
      Specified by:
      listenToAgreementSpecificationStateChangeEvent in interface ListenerApi
    • listenToAgreementSpecificationDeleteEvent

      @RequestMapping(value="/listener/agreementSpecificationDeleteEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) public org.springframework.http.ResponseEntity<Void> listenToAgreementSpecificationDeleteEvent(@Valid @RequestBody @Valid AgreementSpecificationDeleteEvent data)
      Deprecated.
      Specified by:
      listenToAgreementSpecificationDeleteEvent in interface ListenerApi
    • getAgreementsService

      protected AgrAgreementsService getAgreementsService()
      Deprecated.
    • getAgreementUpdateEventValidator

      protected AgrAgreementUpdateEventValidator getAgreementUpdateEventValidator()
      Deprecated.
    • getAgreementCreateEventValidator

      protected AgrAgreementCreateEventValidator getAgreementCreateEventValidator()
      Deprecated.
    • getAgreementStateChangeEventValidator

      protected AgrAgreementStateChangeEventValidator getAgreementStateChangeEventValidator()
      Deprecated.
    • getAgreementDeleteEventValidator

      protected AgrAgreementDeleteEventValidator getAgreementDeleteEventValidator()
      Deprecated.
    • getAgreementSpecificationService

      protected AgrAgreementSpecificationService getAgreementSpecificationService()
      Deprecated.
    • getAgreementSpecCreateEventValidator

      protected AgrAgreementSpecCreateEventValidator getAgreementSpecCreateEventValidator()
      Deprecated.
    • getAgreementSpecUpdateEventValidator

      protected AgrAgreementSpecUpdateEventValidator getAgreementSpecUpdateEventValidator()
      Deprecated.
    • getAgreementSpecStateChangeEventValidator

      protected AgrAgreementSpecStateChangeEventValidator getAgreementSpecStateChangeEventValidator()
      Deprecated.
    • getAgreementSpecDeleteEventValidator

      protected AgrAgreementSpecDeleteEventValidator getAgreementSpecDeleteEventValidator()
      Deprecated.
    • getTxTemplate

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