Class TmaPartyRoleApiController
- java.lang.Object
-
- de.hybris.platform.b2ctelcotmfwebservices.v2.controller.TmaBaseController
-
- de.hybris.platform.b2ctelcotmfwebservices.v2.controller.TmaPartyRoleApiController
-
- All Implemented Interfaces:
PartyRoleApi
@Controller public class TmaPartyRoleApiController extends TmaBaseController implements PartyRoleApi
-
-
Constructor Summary
Constructors Constructor Description TmaPartyRoleApiController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TmaCustomerFacadegetCustomerFacade()protected TmaSubscriptionAccessFacadegetSubscriptionAccessFacade()org.springframework.http.ResponseEntity<java.util.List<PartyRole>>retrievePartyRole(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
-
retrievePartyRole
@RequestMapping(value="/partyRole/{id:.+}", produces="application/json;charset=utf-8", method=GET) public org.springframework.http.ResponseEntity<java.util.List<PartyRole>> retrievePartyRole(@PathVariable("id") java.lang.String relatedPartyId, @Valid @RequestParam(value="fields",required=false) @Valid java.lang.String fields)- Specified by:
retrievePartyRolein interfacePartyRoleApi
-
getSubscriptionAccessFacade
protected TmaSubscriptionAccessFacade getSubscriptionAccessFacade()
-
getCustomerFacade
protected TmaCustomerFacade getCustomerFacade()
-
-