Uses of Class
com.skava.marketplace.model.exchange.response.SaveAppConfigResponse
Packages that use SaveAppConfigResponse
Package
Description
Exchange response model classes of the Appmarketplace Service available here.
Service implementations available in the Appmarketplace Service that are defined in this package.
Rest controllers available in the Appmarketplace Service that are maintained in this package.
-
Uses of SaveAppConfigResponse in com.skava.marketplace.model.exchange.response
Methods in com.skava.marketplace.model.exchange.response that return SaveAppConfigResponseModifier and TypeMethodDescriptionSaveAppConfigResponse.fromDomainObject
(AppConfigDO saveAppConfigDO) -
Uses of SaveAppConfigResponse in com.skava.marketplace.service.impl
Methods in com.skava.marketplace.service.impl that return SaveAppConfigResponseModifier and TypeMethodDescriptionCreateAppConfigurationServiceImpl.process
(CreateAppConfigurationRequestInternal appConfigRequestInternal) PatchUpdateAppConfigurationServiceImpl.process
(UpdateAppConfigurationRequestInternal appConfigRequestInternal) UpdateAppConfigurationServiceImpl.process
(UpdateAppConfigurationRequestInternal appConfigRequestInternal) -
Uses of SaveAppConfigResponse in com.skava.marketplace.web
Methods in com.skava.marketplace.web that return types with arguments of type SaveAppConfigResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SaveAppConfigResponse>
AppMetadataController.createAppConfig
(String authToken, String locale, Long businessId, @Valid CreateAppConfigurationRequest request) org.springframework.http.ResponseEntity<SaveAppConfigResponse>
AppMetadataController.patchUpdateAppConfig
(String authToken, String appId, String version, Long businessId, String appVersion, String locale, @Valid UpdateAppConfigurationRequest request) org.springframework.http.ResponseEntity<SaveAppConfigResponse>
AppMetadataController.updateAppConfig
(String authToken, String appId, String version, Long businessId, String appVersion, String locale, @Valid UpdateAppConfigurationRequest request)