Uses of Class
com.broadleafcommerce.catalogbrowse.domain.SimplePage
-
Packages that use SimplePage Package Description com.broadleafcommerce.catalogbrowse.domain com.broadleafcommerce.catalogbrowse.service.provider.external.pricing -
-
Uses of SimplePage in com.broadleafcommerce.catalogbrowse.domain
Methods in com.broadleafcommerce.catalogbrowse.domain that return SimplePage Modifier and Type Method Description SimplePage<Product>Category. getProducts()A page ofProductsbelonging to the category.SimplePage<Product>ItemChoiceCategory. getProducts()ASimplePageofProductsfor the category to choose from.Methods in com.broadleafcommerce.catalogbrowse.domain with parameters of type SimplePage Modifier and Type Method Description voidCategory. setProducts(SimplePage<Product> products)A page ofProductsbelonging to the category.voidItemChoiceCategory. setProducts(SimplePage<Product> products)ASimplePageofProductsfor the category to choose from. -
Uses of SimplePage in com.broadleafcommerce.catalogbrowse.service.provider.external.pricing
Methods in com.broadleafcommerce.catalogbrowse.service.provider.external.pricing that return SimplePage Modifier and Type Method Description protected SimplePage<com.broadleafcommerce.pricing.client.domain.PriceInfo>ExternalPricingProvider. makeRequest(@NonNull Map<Object,Set<com.broadleafcommerce.pricing.client.domain.PriceableTarget>> targetsMap, com.broadleafcommerce.pricing.client.domain.context.PriceContext priceContext, com.broadleafcommerce.pricing.client.domain.context.PriceInfoContext priceInfoContext, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)Handles making the actual request to the pricing service.Methods in com.broadleafcommerce.catalogbrowse.service.provider.external.pricing with parameters of type SimplePage Modifier and Type Method Description protected ProductExternalPricingProvider. attachPricingToProduct(@NonNull Product product, @NonNull Map<Object,Set<com.broadleafcommerce.pricing.client.domain.PriceableTarget>> targetsMap, @NonNull SimplePage<com.broadleafcommerce.pricing.client.domain.PriceInfo> priceInfos)Handles attaching thePriceInfosreturned by the pricing service onto theProductand its related entities.protected <P extends Product>
List<P>ExternalPricingProvider. attachPricingToProducts(@NonNull Collection<P> products, @NonNull Map<Object,Set<com.broadleafcommerce.pricing.client.domain.PriceableTarget>> targetsMap, @NonNull SimplePage<com.broadleafcommerce.pricing.client.domain.PriceInfo> priceInfos)Handles attaching thePriceInfosreturned by the pricing service onto theProductsand their related entities.protected voidExternalPricingProvider. doAttachPricing(@NonNull Map<Object,Set<com.broadleafcommerce.pricing.client.domain.PriceableTarget>> targetsMap, @NonNull SimplePage<com.broadleafcommerce.pricing.client.domain.PriceInfo> priceInfos)
-