Uses of Class
com.skava.marketplace.model.exchange.response.GetPrivateAppAssociationByAppIdResponse
Packages that use GetPrivateAppAssociationByAppIdResponse
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 GetPrivateAppAssociationByAppIdResponse in com.skava.marketplace.process
Methods in com.skava.marketplace.process that return GetPrivateAppAssociationByAppIdResponseModifier and TypeMethodDescriptionFindAllPrivateAppAssociationByAppIdProcess.getPrivateAppAssociationByAppId
(PrivateAppAssociationDO privateAppAssociationDO) -
Uses of GetPrivateAppAssociationByAppIdResponse in com.skava.marketplace.service.impl
Methods in com.skava.marketplace.service.impl that return GetPrivateAppAssociationByAppIdResponseModifier and TypeMethodDescriptionFindAllPrivateAppAssociationByAppIdServiceImpl.process
(PrivateAppAssociationRequestInternal privateAppAssociationRequestInternal) -
Uses of GetPrivateAppAssociationByAppIdResponse in com.skava.marketplace.web
Methods in com.skava.marketplace.web that return types with arguments of type GetPrivateAppAssociationByAppIdResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<GetPrivateAppAssociationByAppIdResponse>
PrivateAppAssociationController.getAllPrivateAppAssociationByAppId
(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)