Uses of Annotation Interface
de.hybris.platform.commerceservices.request.mapping.annotation.RequestMappingOverride
Packages that use RequestMappingOverride
Package
Description
-
Uses of RequestMappingOverride in de.hybris.platform.b2b.occ.v2.controllers
Methods in de.hybris.platform.b2b.occ.v2.controllers with annotations of type RequestMappingOverrideModifier and TypeMethodDescriptionB2BCartsController.addCartEntries(String baseSiteId, String fields, OrderEntryListWsDTO entries) B2BCartsController.addCartEntry(String baseSiteId, String code, long quantity, String fields) voidB2BUsersController.createRegistrationRequest(OrgUserRegistrationDataWsDTO orgUserRegistrationData, String fields) B2BUsersController.getOrgUser(String fields) B2BProductsController.getProductByCode(String productCode, String fields) B2BOrdersController.placeOrgOrder(String cartId, boolean termsChecked, String fields) B2BCartsController.setCartDeliveryAddress(String addressId, String fields) B2BCartsController.updateCartEntries(String baseSiteId, String fields, OrderEntryListWsDTO entries) B2BCartsController.updateCartEntry(String baseSiteId, int entryNumber, Long quantity, String fields) B2BCartsController.updateCartEntry(String baseSiteId, String product, Integer entryNumber, Long quantity, String fields) -
Uses of RequestMappingOverride in de.hybris.platform.b2bocc.v2.controllers
Methods in de.hybris.platform.b2bocc.v2.controllers with annotations of type RequestMappingOverrideModifier and TypeMethodDescriptionB2BCartsController.addCartEntries(String baseSiteId, String fields, OrderEntryListWsDTO entries) B2BCartsController.addCartEntry(String baseSiteId, String code, long quantity, String fields) voidB2BUsersController.createRegistrationRequest(OrgUserRegistrationDataWsDTO orgUserRegistrationData, String fields) B2BUsersController.getOrgUser(String fields) B2BProductsController.getProductByCode(String productCode, String fields) B2BOrdersController.placeOrgOrder(String cartId, boolean termsChecked, String fields) B2BCartsController.setCartDeliveryAddress(String addressId, String fields) B2BCartsController.updateCartEntries(String baseSiteId, String fields, OrderEntryListWsDTO entries) B2BCartsController.updateCartEntry(String baseSiteId, int entryNumber, Long quantity, String fields) B2BCartsController.updateCartEntry(String baseSiteId, String product, Integer entryNumber, Long quantity, String fields)