Uses of Class
com.skava.marketplace.model.exchange.App
Packages that use App
Package
Description
Exchange 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 App in com.skava.marketplace.model.exchange
Methods in com.skava.marketplace.model.exchange that return App -
Uses of App in com.skava.marketplace.service.impl
Methods in com.skava.marketplace.service.impl that return AppModifier and TypeMethodDescriptionCreateAppServiceImpl.process
(CreateAppRequestInternal request) PatchUpdateAppServiceImpl.process
(PatchUpdateAppRequestInternal input) UpdateAppServiceImpl.process
(UpdateAppRequestInternal request) -
Uses of App in com.skava.marketplace.web
Methods in com.skava.marketplace.web that return types with arguments of type AppModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<App>
AppmarketplaceController.createApp
(String authToken, String versionId, Long businessId, @Valid CreateAppRequest request, String locale) org.springframework.http.ResponseEntity<App>
AppmarketplaceController.patchUpdateApp
(String authToken, String versionId, String appId, String appVersion, Long businessId, PatchUpdateAppRequest request, String locale) org.springframework.http.ResponseEntity<App>
AppmarketplaceController.updateApp
(String authToken, String versionId, String appVersion, String appId, @Valid UpdateAppRequest request, Long businessId, String locale)