Uses of Class
com.skava.accounts.model.exchange.response.PropertiesAPIResponse
Packages that use PropertiesAPIResponse
Package
Description
Accounts Service Implementations.
Accounts Web Controller Implementations.
-
Uses of PropertiesAPIResponse in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl that return PropertiesAPIResponseModifier and TypeMethodDescriptionFindAllPropertiesServiceImpl.process
(PropertiesRequestInternal request) This method is used to load all Settings based on given Settings. -
Uses of PropertiesAPIResponse in com.skava.accounts.web
Methods in com.skava.accounts.web that return types with arguments of type PropertiesAPIResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PropertiesAPIResponse>
PropertiesController.findAllProperties
(long collectionId, String authToken, String version, long storeId, long businessId, int page, int size, String sort) This method is used to update all field in Properties based on given Properties Request.