Class B2BMiscsController
- java.lang.Object
-
- de.hybris.platform.b2b.occ.v2.controllers.BaseController
-
- de.hybris.platform.b2b.occ.v2.controllers.B2BMiscsController
-
@Controller public class B2BMiscsController extends BaseController
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.b2b.occ.v2.controllers.BaseController
BASIC_FIELD_SET, DEFAULT_CURRENT_PAGE, DEFAULT_FIELD_SET, DEFAULT_PAGE_SIZE, HEADER_TOTAL_COUNT, INVALID_REQUEST_BODY_ERROR_MESSAGE
-
-
Constructor Summary
Constructors Constructor Description B2BMiscsController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description B2BPaymentTypeListWsDTOgetPaymentTypes(java.lang.String fields)-
Methods inherited from class de.hybris.platform.b2b.occ.v2.controllers.BaseController
addPaginationField, getDataMapper, handleDuplicateUidException, handleErrorInternal, handleHttpMessageNotReadableException, handleModelNotFoundException, logParam, logParam, logParam, logValue, sanitize, setDataMapper, setTotalCountHeader, setTotalCountHeader, validate
-
-
-
-
Method Detail
-
getPaymentTypes
@Secured({"ROLE_CUSTOMERGROUP","ROLE_GUEST","ROLE_CUSTOMERMANAGERGROUP","ROLE_TRUSTED_CLIENT"}) @RequestMapping(value="/{baseSiteId}/paymenttypes", method=GET) @ResponseBody public B2BPaymentTypeListWsDTO getPaymentTypes(@RequestParam(required=false,defaultValue="DEFAULT") java.lang.String fields)
-
-