Uses of Class
com.skava.marketplace.model.exchange.response.FindInstalledAppByStoreIdResponse
Packages that use FindInstalledAppByStoreIdResponse
Package
Description
Domain model classes of the Appmarketplace Service available here.
Services available in the Appmarketplace Service that are defined in this package.
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 FindInstalledAppByStoreIdResponse in com.skava.marketplace.model.domain
Methods in com.skava.marketplace.model.domain that return FindInstalledAppByStoreIdResponse -
Uses of FindInstalledAppByStoreIdResponse in com.skava.marketplace.service
Methods in com.skava.marketplace.service that return FindInstalledAppByStoreIdResponseModifier and TypeMethodDescriptionFindAllAppByStoreIdService.getAppByStoreId
(FindAllAppRequestInternal requestInternal) -
Uses of FindInstalledAppByStoreIdResponse in com.skava.marketplace.service.impl
Methods in com.skava.marketplace.service.impl that return FindInstalledAppByStoreIdResponseModifier and TypeMethodDescriptionFindAllAppByStoreIdServiceImpl.getAppByStoreId
(FindAllAppRequestInternal requestInternal) FindAllAppByStoreIdServiceImpl.process
(FindAllAppRequestInternal input) -
Uses of FindInstalledAppByStoreIdResponse in com.skava.marketplace.web
Methods in com.skava.marketplace.web that return types with arguments of type FindInstalledAppByStoreIdResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<FindInstalledAppByStoreIdResponse>
GetMerchantAppsController.findAllAppByStoreId
(String authToken, String versionId, String locale, String storeId, String filters, String sort, @Min(value=1L,message="{param.page.min}") Integer page, String businessId, @Min(value=1L,message="{param.size.min}") @Max(value=50L,message="{param.size.max}") Integer size)