Class TmaSubscriptionBaseApiController
- java.lang.Object
-
- de.hybris.platform.b2ctelcotmfwebservices.v2.controller.TmaBaseController
-
- de.hybris.platform.b2ctelcotmfwebservices.v2.controller.TmaSubscriptionBaseApiController
-
- All Implemented Interfaces:
SubscriptionBaseApi
@Controller public class TmaSubscriptionBaseApiController extends TmaBaseController implements SubscriptionBaseApi
Default implementation ofSubscriptionBaseApi- Since:
- 1907
-
-
Constructor Summary
Constructors Constructor Description TmaSubscriptionBaseApiController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<java.util.List<SubscriptionBase>>listSubscriptionBase(@NotNull @Valid java.lang.String relatedPartyId, @Valid java.lang.String fields)-
Methods inherited from class de.hybris.platform.b2ctelcotmfwebservices.v2.controller.TmaBaseController
encodeUrl, filter, getDataMapper, getObjectMapper, getQueryStringWithoutOffsetAndLimit, getRequestUrl, getUnsuccessfulResponse, getUnsuccessfulResponseWithErrorRepresentation, handleInternalError, handleModelNotFoundException, handleTmaApiErrorInternal, init, sanitize, sanitizeQueryString
-
-
-
-
Method Detail
-
listSubscriptionBase
@RequestMapping(value="/subscriptionBase", produces="application/json;charset=utf-8", method=GET) public org.springframework.http.ResponseEntity<java.util.List<SubscriptionBase>> listSubscriptionBase(@NotNull @Valid @RequestParam("subscriptionAccess.relatedParty.id") @NotNull @Valid java.lang.String relatedPartyId, @Valid @RequestParam(value="fields",required=false) @Valid java.lang.String fields)- Specified by:
listSubscriptionBasein interfaceSubscriptionBaseApi
-
-