Class BmAppliedCustomerBillingRateController

java.lang.Object
de.hybris.platform.billmanagementtmfwebservices.v2.controller.BmBaseController
de.hybris.platform.billmanagementtmfwebservices.v2.controller.BmAppliedCustomerBillingRateController
All Implemented Interfaces:
AppliedCustomerBillingRateApi

@Controller public class BmAppliedCustomerBillingRateController extends BmBaseController implements AppliedCustomerBillingRateApi
Default implementation of controller for AppliedCustomerBillingRateApi.
Since:
2302
  • Constructor Details

    • BmAppliedCustomerBillingRateController

      public BmAppliedCustomerBillingRateController(javax.servlet.http.HttpServletRequest request)
  • Method Details

    • listAppliedCustomerBillingRate

      @RequestMapping(value="/appliedCustomerBillingRate", produces="application/json;charset=utf-8", method=GET) @Secured("ROLE_TRUSTED_CLIENT") public org.springframework.http.ResponseEntity<List<AppliedCustomerBillingRate>> listAppliedCustomerBillingRate(@Valid @RequestParam(value="fields",required=false) @Valid String fields, @Valid @RequestParam(value="offset",required=false) @Valid Integer offset, @Valid @RequestParam(value="limit",required=false) @Valid Integer limit, @Valid @RequestParam(value="relatedParty.id",required=false) @Valid String relatedPartyId)
      Specified by:
      listAppliedCustomerBillingRate in interface AppliedCustomerBillingRateApi
    • retrieveAppliedCustomerBillingRate

      @RequestMapping(value="/appliedCustomerBillingRate/{id}", produces="application/json;charset=utf-8", method=GET) @Secured("ROLE_TRUSTED_CLIENT") public org.springframework.http.ResponseEntity<AppliedCustomerBillingRate> retrieveAppliedCustomerBillingRate(@PathVariable("id") String id, @Valid @RequestParam(value="fields",required=false) @Valid String fields)
      Specified by:
      retrieveAppliedCustomerBillingRate in interface AppliedCustomerBillingRateApi
    • getTuaAppliedCustomerBillingRateService

      protected TuaAppliedCustomerBillingRateService getTuaAppliedCustomerBillingRateService()
    • getBmPaginationService

      protected BmPaginationService getBmPaginationService()
    • getUserService

      protected de.hybris.platform.servicelayer.user.UserService getUserService()
    • getTuaAuthorizationCommonService

      protected TuaAuthorizationCommonService getTuaAuthorizationCommonService()