Class B2BMiscsController


  • @Controller
    public class B2BMiscsController
    extends java.lang.Object
    • Constructor Detail

      • B2BMiscsController

        public B2BMiscsController()
    • Method Detail

      • getPaymentTypes

        @Secured({"ROLE_CUSTOMERGROUP","ROLE_GUEST","ROLE_CUSTOMERMANAGERGROUP","ROLE_TRUSTED_CLIENT"})
        @RequestMapping(value="/{baseSiteId}/paymenttypes",
                        method=GET)
        @ResponseBody
        public B2BPaymentTypeListWsDTO getPaymentTypes​(@RequestParam(defaultValue="DEFAULT")
                                                       java.lang.String fields)