Uses of Class
com.skava.marketplace.model.exchange.response.GetAppHistoryResponse
Packages that use GetAppHistoryResponse
Package
Description
DB operations(CRUD) are triggered from the process class.
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 GetAppHistoryResponse in com.skava.marketplace.process
Methods in com.skava.marketplace.process that return GetAppHistoryResponseModifier and TypeMethodDescriptionAppHistoryProcess.getAppHistoryResponse
(GetAppHistoryDO getAppHistoryDO) -
Uses of GetAppHistoryResponse in com.skava.marketplace.service.impl
Methods in com.skava.marketplace.service.impl that return GetAppHistoryResponseModifier and TypeMethodDescriptionGetAppHistoryServiceImpl.process
(GetAppHistoryRequestInternal input) -
Uses of GetAppHistoryResponse in com.skava.marketplace.web
Methods in com.skava.marketplace.web that return types with arguments of type GetAppHistoryResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<GetAppHistoryResponse>
AppHistoryController.getAppHistory
(String appId, String appVersion, String authToken, String versionId, Long businessId, String locale, String filters, @Min(value=1L,message="{param.page.min}") Integer page, String sort, @Min(value=1L,message="{param.size.min}") @Max(value=50L,message="{param.size.max}") Integer size)