Uses of Class
com.broadleafcommerce.catalogbrowse.domain.context.CustomerRef
Packages that use CustomerRef
Package
Description
-
Uses of CustomerRef in com.broadleafcommerce.catalogbrowse.domain.context
Methods in com.broadleafcommerce.catalogbrowse.domain.context that return CustomerRefModifier and TypeMethodDescriptionContentContext.getCustomer()TheCustomerRefused in this contextMethods in com.broadleafcommerce.catalogbrowse.domain.context with parameters of type CustomerRefModifier and TypeMethodDescriptionvoidContentContext.setCustomer(CustomerRef customer) TheCustomerRefused in this context -
Uses of CustomerRef in com.broadleafcommerce.catalogbrowse.service.provider
Methods in com.broadleafcommerce.catalogbrowse.service.provider with parameters of type CustomerRefModifier and TypeMethodDescriptionRecommendationProvider.fetchRecommendationsForCustomer(RecommendationRequest recommendationRequest, CustomerRef customerRef, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Retrieves any recommendations for the user based on context. -
Uses of CustomerRef in com.broadleafcommerce.catalogbrowse.service.provider.external.recommendation
Methods in com.broadleafcommerce.catalogbrowse.service.provider.external.recommendation with parameters of type CustomerRefModifier and TypeMethodDescriptionprotected StringExternalRecommendationProvider.buildCustomerContextHeader(CustomerRef customerRef, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected CustomerContextExternalRecommendationProvider.createCustomerContext(CustomerRef customerRef, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) ExternalRecommendationProvider.fetchRecommendationsForCustomer(RecommendationRequest recommendationRequest, CustomerRef customerRef, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)