Uses of Class
com.broadleafcommerce.cartoperation.domain.UserTarget
Package
Description
-
Uses of UserTarget in com.broadleafcommerce.cartoperation.domain
Modifier and TypeMethodDescriptionOfferAudit.getUser()
The identifying info of the user that used the related offer.Modifier and TypeMethodDescriptionvoid
OfferAudit.setUser
(UserTarget user) The identifying info of the user that used the related offer. -
Uses of UserTarget in com.broadleafcommerce.cartoperation.service.provider.external.security
Modifier and TypeMethodDescriptionprotected Optional<UserTarget>
DefaultUserTargetGenerationService.gatherCustomerAccountIdTarget()
protected Set<UserTarget>
DefaultUserTargetGenerationService.gatherCustomerSegmentTargets()
protected Optional<UserTarget>
DefaultUserTargetGenerationService.gatherCustomerTarget()
protected Optional<UserTarget>
DefaultUserTargetGenerationService.gatherCustomerUsernameTarget()
DefaultUserTargetGenerationService.gatherUserTargetsFromAuthentication()
UserTargetGenerationService.gatherUserTargetsFromAuthentication()
Create and returnuser targets
for use in pricing and offer provider requests.DefaultUserTargetGenerationService.gatherUserTargetsFromContextAndAuth
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) default Set<UserTarget>
UserTargetGenerationService.gatherUserTargetsFromContextAndAuth
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Create and returnuser targets
for use in pricing and offer provider requests.