Uses of Class
com.skava.marketplace.model.exchange.response.GetAllPrivateAppAssociationResponse
Packages that use GetAllPrivateAppAssociationResponse
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 GetAllPrivateAppAssociationResponse in com.skava.marketplace.process
Methods in com.skava.marketplace.process that return GetAllPrivateAppAssociationResponseModifier and TypeMethodDescriptionGetAllPrivateAppAssociationProcess.getAllPrivateAppAssociation
(GetAllPrivateAppAssociationDO getAllPrivateAppAssociationDO) -
Uses of GetAllPrivateAppAssociationResponse in com.skava.marketplace.service.impl
Methods in com.skava.marketplace.service.impl that return GetAllPrivateAppAssociationResponseModifier and TypeMethodDescriptionGetAllPrivateAppAssociationServiceImpl.process
(GetAllPrivateAppAssociationRequestInternal getAllPrivateAppAssociationRequestInternal) -
Uses of GetAllPrivateAppAssociationResponse in com.skava.marketplace.web
Methods in com.skava.marketplace.web that return types with arguments of type GetAllPrivateAppAssociationResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<GetAllPrivateAppAssociationResponse>
PrivateAppAssociationController.getAllPrivateAppAssociationByAssociatedBusinessId
(String authToken, String versionId, Long associatedBusinessId, 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)