Interface ListenerApi
- All Known Implementing Classes:
AgrListenerController
@Generated(value="de.hybris.platform.agreementtmfwebservices.swagger.AgreementsCodegen",
date="2022-10-21T20:35:14.076Z")
@Validated
@RequestMapping("")
public interface ListenerApi
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void>org.springframework.http.ResponseEntity<Void>org.springframework.http.ResponseEntity<Void>org.springframework.http.ResponseEntity<Void>listenToAgreementSpecificationAttributeValueChangeEvent(AgreementSpecificationAttributeValueChangeEvent data) org.springframework.http.ResponseEntity<Void>org.springframework.http.ResponseEntity<Void>org.springframework.http.ResponseEntity<Void>org.springframework.http.ResponseEntity<Void>
-
Method Details
-
listenToAgreementAttributeValueChangeEvent
@RequestMapping(value="/listener/agreementAttributeValueChangeEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) org.springframework.http.ResponseEntity<Void> listenToAgreementAttributeValueChangeEvent(@Valid @RequestBody AgreementAttributeValueChangeEvent data) -
listenToAgreementCreateEvent
@RequestMapping(value="/listener/agreementCreateEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) org.springframework.http.ResponseEntity<Void> listenToAgreementCreateEvent(@Valid @RequestBody AgreementCreateEvent data) -
listenToAgreementDeleteEvent
@RequestMapping(value="/listener/agreementDeleteEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) org.springframework.http.ResponseEntity<Void> listenToAgreementDeleteEvent(@Valid @RequestBody AgreementDeleteEvent data) -
listenToAgreementSpecificationAttributeValueChangeEvent
@RequestMapping(value="/listener/agreementSpecificationAttributeValueChangeEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) org.springframework.http.ResponseEntity<Void> listenToAgreementSpecificationAttributeValueChangeEvent(@Valid @RequestBody AgreementSpecificationAttributeValueChangeEvent data) -
listenToAgreementSpecificationCreateEvent
@RequestMapping(value="/listener/agreementSpecificationCreateEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) org.springframework.http.ResponseEntity<Void> listenToAgreementSpecificationCreateEvent(@Valid @RequestBody AgreementSpecificationCreateEvent data) -
listenToAgreementSpecificationDeleteEvent
@RequestMapping(value="/listener/agreementSpecificationDeleteEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) org.springframework.http.ResponseEntity<Void> listenToAgreementSpecificationDeleteEvent(@Valid @RequestBody AgreementSpecificationDeleteEvent data) -
listenToAgreementSpecificationStateChangeEvent
@RequestMapping(value="/listener/agreementSpecificationStateChangeEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) org.springframework.http.ResponseEntity<Void> listenToAgreementSpecificationStateChangeEvent(@Valid @RequestBody AgreementSpecificationStateChangeEvent data) -
listenToAgreementStateChangeEvent
@RequestMapping(value="/listener/agreementStateChangeEvent", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) org.springframework.http.ResponseEntity<Void> listenToAgreementStateChangeEvent(@Valid @RequestBody AgreementStateChangeEvent data)
-