Uses of Class
com.skava.orchestration.model.common.SkuOrchestration
Packages that use SkuOrchestration
Package
Description
Contains cart model mapper classes.
The processor classes of the Cart Orchestration Service available here.
Cart and checkout Orchestration transformation Classes available here.
Contains cart orchestration utility classes.
Mapper files related to catalog services in the sfo plugin are maintained here.
Catalog util classes are available here.
List Model Mapper classes are available here.
Oms transformation classes are available here
The promotion orchestration util classes are available here
The quotation orchestration processor classes are available here
Account Map transformation are available here.
The search processor classes are available here.
-
Uses of SkuOrchestration in com.skava.cart.mapper
Methods in com.skava.cart.mapper with parameters of type SkuOrchestrationModifier and TypeMethodDescriptionCartModelMapper.transformFromSFSku
(SkuOrchestration sfSku) default void
CartModelMapper.updatePrice
(SkuOrchestration sku) Updates Type and subtype in the SKU -
Uses of SkuOrchestration in com.skava.cart.orchestration.processor
Method parameters in com.skava.cart.orchestration.processor with type arguments of type SkuOrchestrationModifier and TypeMethodDescriptionstatic void
AddGiftItemRequestProcessor.getGiftSku
(String productId, String skuId, SkuType type, Map<String, String> giftItemProperties, List<SkuOrchestration> sfSkus) -
Uses of SkuOrchestration in com.skava.cart.orchestration.transformation
Methods in com.skava.cart.orchestration.transformation that return SkuOrchestrationModifier and TypeMethodDescriptionCartTransformation.convertToMicroServiceSku
(Sku sku) This method is used to convert the micro service sku model into orchestration sku modelMethods in com.skava.cart.orchestration.transformation with parameters of type SkuOrchestrationModifier and TypeMethodDescriptionstatic Sku
CartTransformation.convertToMicroServiceSku
(SkuOrchestration sfSku) This model is used to convert the orchestration cart item sku model to micro service sku modelMethod parameters in com.skava.cart.orchestration.transformation with type arguments of type SkuOrchestrationModifier and TypeMethodDescriptionstatic ItemInfo
CartOrderTransformationExtended.setItemInfos
(List<SkuOrchestration> sku) This method is used to update the ordered item sku information -
Uses of SkuOrchestration in com.skava.cart.orchestration.utils
Methods in com.skava.cart.orchestration.utils with parameters of type SkuOrchestrationModifier and TypeMethodDescriptionstatic boolean
CartUtils.isPreOrderSku
(SkuOrchestration sku) The function checks whether sku is preOrder or not -
Uses of SkuOrchestration in com.skava.catalog.mapper
Methods in com.skava.catalog.mapper that return SkuOrchestrationModifier and TypeMethodDescriptiondefault SkuOrchestration
CatalogModelMapper.skuPropertyToMap
(Sku sku) Methods in com.skava.catalog.mapper that return types with arguments of type SkuOrchestrationModifier and TypeMethodDescriptiondefault List<SkuOrchestration>
CatalogModelMapper.transformsku
(List<String> skus) This method is used to transform the catalog sku model into orchestration catalog sku model. -
Uses of SkuOrchestration in com.skava.catalog.orchestration.util
Methods in com.skava.catalog.orchestration.util with parameters of type SkuOrchestrationModifier and TypeMethodDescriptionstatic void
PriceUtil.setPriceDetails
(SkuOrchestration sku, Map<String, List<Price>> priceModels, String currencyCode, String currencySymbol, List<String> myList) This method is used to set price details in the sku. -
Uses of SkuOrchestration in com.skava.list.orchestration.mapper
Methods in com.skava.list.orchestration.mapper that return SkuOrchestrationModifier and TypeMethodDescriptionListModelMapper.catalogSkuToSfCatalogSku
(Sku catalogSku) This method is used to transform the catalog sku model into orchestration catalog sku model -
Uses of SkuOrchestration in com.skava.oms.orchestration.transformation
Methods in com.skava.oms.orchestration.transformation that return SkuOrchestrationModifier and TypeMethodDescriptionstatic SkuOrchestration
OMSTransformationModelConversion.getSkuOmsFromOrderItem
(OrderItem orderItemDTO) This method is used to get order skus from oms microservice model and convert it into the orchestration oms model. -
Uses of SkuOrchestration in com.skava.promotion.orchestration.utils
Methods in com.skava.promotion.orchestration.utils with parameters of type SkuOrchestrationModifier and TypeMethodDescriptionstatic void
PromotionUtils.setSkuPriceFacets
(SkuOrchestration sku, String allowedPromotionPriceFacets, Map<String, Object> priceFacets) This method is used set SKU PriceFacets for promotion request.Method parameters in com.skava.promotion.orchestration.utils with type arguments of type SkuOrchestrationModifier and TypeMethodDescriptionstatic BigDecimal
PromotionUtils.setBundlePrice
(SpecialProdPromotionRequest catalogPromoRequest, List<SkuOrchestration> searchSkuResponse, String type) This method is used to calculate total item pricePromotionUtils.setBundlePriceFacets
(SpecialProdPromotionRequest catalogPromoRequest, List<SkuOrchestration> searchSkuResponse, List<String> allowedPromotionPriceFacets) This method is used to calculate setBundlePriceFacets -
Uses of SkuOrchestration in com.skava.quotation.orchestration.processor
Methods in com.skava.quotation.orchestration.processor that return types with arguments of type SkuOrchestrationModifier and TypeMethodDescriptionConvertQuoteToCartProcessor.convertQuoteSkuToCartSku
(List<SkuResponseInQuotation> skuList) process - This method is used convert Quote Sku to Cart Sku -
Uses of SkuOrchestration in com.skava.search.mapper
Methods in com.skava.search.mapper that return SkuOrchestrationModifier and TypeMethodDescriptionabstract SkuOrchestration
AbstractSearchModelMapper.skuPropertyToMap
(Sku sku) This method is used to transform the catalog sku model into orchestration catalog sku modelMethods in com.skava.search.mapper with parameters of type SkuOrchestrationModifier and TypeMethodDescriptionprotected void
AbstractSearchModelMapper.updatePrice
(SkuOrchestration sku) Updates the price in the sku -
Uses of SkuOrchestration in com.skava.search.orchestration.processor
Methods in com.skava.search.orchestration.processor with parameters of type SkuOrchestrationModifier and TypeMethodDescriptionstatic void
SpecialProdPromotionOfferRequestProcessor.setPriceFacet
(List<String> allowedPromotionPriceFacets, SkuOrchestration sku, Map<String, Object> skuMap) This method is used set SKU PriceFacets for promotion request.Method parameters in com.skava.search.orchestration.processor with type arguments of type SkuOrchestrationModifier and TypeMethodDescriptionstatic Boolean
SearchCatalogPromotionResponseProcessor.checkSkuId
(String skuId, SFProduct sfProduct, List<SkuOrchestration> searchSkuResponse, Boolean isPresent) This process method is used to check for skuID.SpecialProdPromotionOfferRequestProcessor.createPromotionBundle
(SpecialProdPromotionRequest catalogPromoRequest, List<SkuOrchestration> searchSkuResponse, SFProduct sfProductPdpResponse, List<String> allowedPromotionPriceFacets, List<Map<String, Object>> bundleMapList, String productPropertiesForPromotion) This method is used to create promotion bundle information for the promotion request.