Uses of Class
de.hybris.platform.webservicescommons.cache.CacheControl
-
-
Uses of CacheControl in de.hybris.platform.chineseaddressoccaddon.controllers
Classes in de.hybris.platform.chineseaddressoccaddon.controllers with annotations of type CacheControl Modifier and Type Class Description classCitiesControllerAPIs for Chinese address. -
Uses of CacheControl in de.hybris.platform.permissionswebservices.controllers
Methods in de.hybris.platform.permissionswebservices.controllers with annotations of type CacheControl Modifier and Type Method Description PermissionsListWsDTOPermissionsController. getAttributesPermissions(java.lang.String principalUid, @Valid AttributesPermissionsRequestWrapper requestWrapper, org.springframework.validation.BindingResult errors, java.lang.String fields)Endpoint to retrieve attributes permissions for a principal.CatalogPermissionsListWsDTOPermissionsController. getCatalogPermissions(java.lang.String principalUid, @Valid CatalogPermissionsRequestWrapper requestWrapper, org.springframework.validation.BindingResult bindingResult, java.lang.String fields)Endpoint to retrieve catalog permissions for a principal.PermissionsWsDTOPermissionsController. getGlobalPermissions(java.lang.String principalUid, java.lang.String permissionNames, java.lang.String fields)Endpoint to retrieve global permissions for a principal.PermissionsListWsDTOPermissionsController. getTypesPermissions(java.lang.String principalUid, java.lang.String types, java.lang.String permissionNames, java.lang.String fields)Endpoint to retrieve types permissions for a principal. -
Uses of CacheControl in de.hybris.platform.webservicescommons.interceptors
Methods in de.hybris.platform.webservicescommons.interceptors that return CacheControl Modifier and Type Method Description protected CacheControlCacheControlHandlerInterceptor. getCacheControlAnnotation(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Object handler)Methods in de.hybris.platform.webservicescommons.interceptors with parameters of type CacheControl Modifier and Type Method Description protected java.lang.StringCacheControlHandlerInterceptor. createCacheControlHeaderField(CacheControl cacheAnnotation) -
Uses of CacheControl in de.hybris.platform.ycommercewebservices.v2.controller
Classes in de.hybris.platform.ycommercewebservices.v2.controller with annotations of type CacheControl Modifier and Type Class Description classAddressControllerclassBaseSitesControllerclassBaseStoresControllerWeb Services Controller to expose the functionality of theBaseStoreFacadeclassCartsControllerclassConsentsControllerclassCountriesControllerclassForgottenPasswordsControllerclassMiscsControllerMisc ControllerclassPaymentDetailsControllerclassPromotionsControllerMain Controller for PromotionsclassStoresControllerclassUsersControllerMethods in de.hybris.platform.ycommercewebservices.v2.controller with annotations of type CacheControl Modifier and Type Method Description OrderWsDTOOrdersController. getOrder(java.lang.String code, java.lang.String fields)ProductWsDTOProductsController. getProduct(java.lang.String productCode, java.lang.String fields)OrderHistoryListWsDTOOrdersController. getUserOrderHistory(java.lang.String statuses, int currentPage, int pageSize, java.lang.String sort, java.lang.String fields, javax.servlet.http.HttpServletResponse response)OrderWsDTOOrdersController. getUserOrders(java.lang.String code, java.lang.String fields) -
Uses of CacheControl in ywebservicespackage.controllers
Methods in ywebservicespackage.controllers with annotations of type CacheControl Modifier and Type Method Description SampleWsDTOSampleController. getSampleWsDTO(java.lang.String pathVariable)Sample method returning Cache-Control header and using Path Variable Example : GET http://localhost:9001/ywebservices/sample/dto/sampleValue
-