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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AgrAgreementCreateEventValidatorDeprecated.protected AgrAgreementDeleteEventValidatorDeprecated.protected AgrAgreementSpecCreateEventValidatorDeprecated.protected AgrAgreementSpecDeleteEventValidatorDeprecated.protected AgrAgreementSpecificationServiceDeprecated.Deprecated.protected AgrAgreementSpecUpdateEventValidatorDeprecated.protected AgrAgreementsServiceDeprecated.protected AgrAgreementStateChangeEventValidatorDeprecated.protected AgrAgreementUpdateEventValidatorDeprecated.protected org.springframework.transaction.support.TransactionTemplateDeprecated.org.springframework.http.ResponseEntity<Void>Deprecated.org.springframework.http.ResponseEntity<Void>listenToAgreementCreateEvent(@Valid AgreementCreateEvent data) Deprecated.org.springframework.http.ResponseEntity<Void>listenToAgreementDeleteEvent(@Valid AgreementDeleteEvent data) Deprecated.org.springframework.http.ResponseEntity<Void>listenToAgreementSpecificationAttributeValueChangeEvent(@Valid AgreementSpecificationAttributeValueChangeEvent data) Deprecated.org.springframework.http.ResponseEntity<Void>Deprecated.org.springframework.http.ResponseEntity<Void>Deprecated.org.springframework.http.ResponseEntity<Void>Deprecated.org.springframework.http.ResponseEntity<Void>Deprecated.Methods inherited from class de.hybris.platform.agreementtmfwebservices.v1.controllers.AgrBaseController
filter, getDataMapper, getI18nService, getMessageSource, getObjectMapper, getQueryStringWithoutOffsetAndLimit, getUnsuccessfulResponse, getUnsuccessfulResponse, handleInternalError, handleModelNotFoundException, hasRole, init, sanitize, validate
-
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:
listenToAgreementCreateEventin interfaceListenerApi
-
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:
listenToAgreementAttributeValueChangeEventin interfaceListenerApi
-
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:
listenToAgreementStateChangeEventin interfaceListenerApi
-
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:
listenToAgreementDeleteEventin interfaceListenerApi
-
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:
listenToAgreementSpecificationCreateEventin interfaceListenerApi
-
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:
listenToAgreementSpecificationAttributeValueChangeEventin interfaceListenerApi
-
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:
listenToAgreementSpecificationStateChangeEventin interfaceListenerApi
-
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:
listenToAgreementSpecificationDeleteEventin interfaceListenerApi
-
getAgreementsService
Deprecated. -
getAgreementUpdateEventValidator
Deprecated. -
getAgreementCreateEventValidator
Deprecated. -
getAgreementStateChangeEventValidator
Deprecated. -
getAgreementDeleteEventValidator
Deprecated. -
getAgreementSpecificationService
Deprecated. -
getAgreementSpecCreateEventValidator
Deprecated. -
getAgreementSpecUpdateEventValidator
Deprecated. -
getAgreementSpecStateChangeEventValidator
Deprecated. -
getAgreementSpecDeleteEventValidator
Deprecated. -
getTxTemplate
protected org.springframework.transaction.support.TransactionTemplate getTxTemplate()Deprecated.
-