Interface TmaProductApi
- All Known Implementing Classes:
TmaProductApiController
public interface TmaProductApi
-
Field Summary
Fields -
Method Summary
-
Field Details
-
log
static final org.slf4j.Logger log -
DEFAULT_RESPONSE
- See Also:
-
-
Method Details
-
getRequest
-
getAcceptHeader
-
productGet
@RequestMapping(value="/product/{productId}", produces={"application/json","application/xml"}, method=GET) org.springframework.http.ResponseEntity<Object> productGet(@PathVariable("Identifier of Product ") String productId, @Valid @RequestParam(value="Response configuration. This is the list of fields that should be returned in the response body",required=false) @Valid String fields, @RequestParam(required=false) String baseSiteId)
-