Uses of Class
com.skava.oms.model.response.SkuResponse
Packages that use SkuResponse
Package
Description
This package contains the information about order repositories
This package contains the information about order services implementation
Contains all required order template files.
This package contains the information about the oms web applications
-
Uses of SkuResponse in com.skava.oms.repository.order
Methods in com.skava.oms.repository.order that return types with arguments of type SkuResponseModifier and TypeMethodDescriptionThe method getSkuId will get skus and their count based on the collection id and user id. -
Uses of SkuResponse in com.skava.oms.service.order.impl
Methods in com.skava.oms.service.order.impl that return types with arguments of type SkuResponseModifier and TypeMethodDescriptionGetSkuServiceImpl.methodFallback
(GetSkuRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.GetSkuServiceImpl.process
(GetSkuRequest skurequest) (non-Javadoc) -
Uses of SkuResponse in com.skava.oms.template.order
Methods in com.skava.oms.template.order that return types with arguments of type SkuResponseModifier and TypeMethodDescriptiondefault List<SkuResponse>
The method getSkuId will get skus and their count based on the collection id and user id.The method getSkuId will get skus and their count based on the collection id and user id.The method getSkuId will find the sku and their based on the given input. -
Uses of SkuResponse in com.skava.oms.web
Methods in com.skava.oms.web that return types with arguments of type SkuResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Collection<SkuResponse>>
OrderController.getSku
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, long collectionid, String userid, String version, String locale, boolean archive)