Class TmaProductApiController
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.controller.TmaBaseController
de.hybris.platform.b2ctelcotmfwebservices.v2.controller.TmaProductApiController
- All Implemented Interfaces:
TmaProductApi
@Deprecated(since="2102")
@Controller
public class TmaProductApiController
extends TmaBaseController
implements TmaProductApi
Deprecated.
-
Field Summary
Fields inherited from class de.hybris.platform.b2ctelcotmfwebservices.v2.controller.TmaBaseController
BAD_REQUEST, NOT_FOUNDFields inherited from interface de.hybris.platform.b2ctelcotmfwebservices.v2.controller.TmaProductApi
DEFAULT_RESPONSE, log -
Constructor Summary
ConstructorsConstructorDescriptionTmaProductApiController(com.fasterxml.jackson.databind.ObjectMapper objectMapper, javax.servlet.http.HttpServletRequest request) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionOptional<javax.servlet.http.HttpServletRequest>Deprecated.org.springframework.http.ResponseEntity<Object>productGet(String productId, @Valid String fields, String baseSiteId) Deprecated.protected voidsetProductHref(String href, TmaProductWsDto productWsDto) Deprecated.Methods inherited from class de.hybris.platform.b2ctelcotmfwebservices.v2.controller.TmaBaseController
addDefaultFields, encodeUrl, filter, getAuthentication, getDataMapper, getObjectMapper, getQueryStringWithoutOffsetAndLimit, getRequestUrl, getUnsuccessfulResponse, getUnsuccessfulResponseWithErrorRepresentation, getUser, handleInternalError, handleModelNotFoundException, handleTmaApiErrorInternal, hasRole, init, sanitize, sanitizeQueryStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.b2ctelcotmfwebservices.v2.controller.TmaProductApi
getAcceptHeader
-
Constructor Details
-
TmaProductApiController
@Autowired public TmaProductApiController(com.fasterxml.jackson.databind.ObjectMapper objectMapper, javax.servlet.http.HttpServletRequest request) Deprecated.
-
-
Method Details
-
productGet
public org.springframework.http.ResponseEntity<Object> productGet(@PathVariable("productId") String productId, @Valid @RequestParam(value="fields",required=false) @Valid String fields, @RequestParam(required=false) String baseSiteId) Deprecated.- Specified by:
productGetin interfaceTmaProductApi
-
setProductHref
Deprecated. -
getRequest
Deprecated.- Specified by:
getRequestin interfaceTmaProductApi
-
TmaProductApiController