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 Details

    • TmaPartyRoleApiController

      public TmaPartyRoleApiController()
  • Method Details

    • retrievePartyRole

      @RequestMapping(value="/partyRole/{id:.+}", produces="application/json;charset=utf-8", method=GET) public org.springframework.http.ResponseEntity<List<PartyRole>> retrievePartyRole(@PathVariable("id") String relatedPartyId, @Valid @RequestParam(value="fields",required=false) @Valid String fields)
      Specified by:
      retrievePartyRole in interface PartyRoleApi
    • getSubscriptionAccessFacade

      protected TmaSubscriptionAccessFacade getSubscriptionAccessFacade()
    • getCustomerFacade

      protected TmaCustomerFacade getCustomerFacade()