Uses of Class
com.broadleafcommerce.catalogbrowse.domain.SimplePage
Packages that use SimplePage
Package
Description
-
Uses of SimplePage in com.broadleafcommerce.catalogbrowse.domain
Methods in com.broadleafcommerce.catalogbrowse.domain that return SimplePageModifier and TypeMethodDescriptionBrowseEntityDetails.getPaginatedContentItems()TheContentItemsthat matched theBrowseDetailsRequestif paginated.ContentResolverResponse.getPaginatedResults()Paginated results.Category.getProducts()A page ofProductsbelonging to the category.ItemChoiceCategory.getProducts()ASimplePageofProductsfor the category to choose from.Methods in com.broadleafcommerce.catalogbrowse.domain with parameters of type SimplePageModifier and TypeMethodDescriptionvoidBrowseEntityDetails.setPaginatedContentItems(SimplePage<ContentItem> paginatedContentItems) TheContentItemsthat matched theBrowseDetailsRequestif paginated.voidContentResolverResponse.setPaginatedResults(SimplePage<ContentItem> paginatedResults) Paginated results.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 SimplePageModifier and TypeMethodDescriptionprotected 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 SimplePageModifier and TypeMethodDescriptionprotected 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) Deprecated.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, com.broadleafcommerce.pricing.client.domain.context.PriceContext priceContext) Handles attaching thePriceInfosreturned by the pricing service onto theProductand its related entities.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) Deprecated.UseExternalPricingProvider.attachPricingToProducts(Collection, Map, SimplePage, PriceContext)Passing thePriceContextsupports proper filtering ofPriceInforesults that are in the proper currency.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, com.broadleafcommerce.pricing.client.domain.context.PriceContext priceContext) Handles attaching thePriceInfosreturned by the pricing service onto theProductsand their related entities.protected final voidExternalPricingProvider.doAttachPricing(@NonNull Map<Object, Set<com.broadleafcommerce.pricing.client.domain.PriceableTarget>> targetsMap, @NonNull SimplePage<com.broadleafcommerce.pricing.client.domain.PriceInfo> priceInfos) Deprecated.UseExternalPricingProvider.doAttachPricing(Map, SimplePage, PriceContext)Passing thePriceContextsupports proper filtering ofPriceInforesults that are in the proper currency.protected final voidExternalPricingProvider.doAttachPricing(@NonNull Map<Object, Set<com.broadleafcommerce.pricing.client.domain.PriceableTarget>> targetsMap, @NonNull SimplePage<com.broadleafcommerce.pricing.client.domain.PriceInfo> priceInfos, com.broadleafcommerce.pricing.client.domain.context.PriceContext priceContext)
ExternalPricingProvider.attachPricingToProduct(Product, Map, SimplePage, PriceContext)Passing thePriceContextsupports proper filtering ofPriceInforesults that are in the proper currency.