Class TmaRecommendationApiController
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v3.controller.TmaBaseController
de.hybris.platform.b2ctelcotmfwebservices.v3.controller.TmaRecommendationApiController
- All Implemented Interfaces:
QueryProductRecommendationApi
@Controller
public class TmaRecommendationApiController
extends TmaBaseController
implements QueryProductRecommendationApi
Default implementation of
QueryProductRecommendationApi- Since:
- 2302
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<QueryProductRecommendation>createQueryProductRecommendation(@Valid QueryProductRecommendation queryProductRecommendation, @Valid String baseSiteId) protected TmaProductOfferContextFacadeprotected TmaProductOfferFacadeMethods inherited from class de.hybris.platform.b2ctelcotmfwebservices.v3.controller.TmaBaseController
addDefaultFields, encodeUrl, filter, getAuthentication, getDataMapper, getObjectMapper, getQueryStringWithoutOffsetAndLimit, getRequestUrl, getTmaCatalogVersionFacade, getUnsuccessfulResponse, getUnsuccessfulResponse, getUnsuccessfulResponseWithErrorRepresentation, getUser, handleInternalError, handleModelNotFoundException, handleTmaApiErrorInternal, init, sanitize, sanitizeQueryString, setCatalogVersion
-
Constructor Details
-
TmaRecommendationApiController
public TmaRecommendationApiController()
-
-
Method Details
-
createQueryProductRecommendation
@RequestMapping(value="/queryProductRecommendation", produces="application/json;charset=utf-8", consumes="application/json;charset=utf-8", method=POST) public org.springframework.http.ResponseEntity<QueryProductRecommendation> createQueryProductRecommendation(@Valid @RequestBody @Valid QueryProductRecommendation queryProductRecommendation, @Valid @RequestParam(value="baseSiteId",required=false) @Valid String baseSiteId) - Specified by:
createQueryProductRecommendationin interfaceQueryProductRecommendationApi
-
getTmaProductOfferFacade
-
getTmaProductOfferContextFacade
-