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 Set<UserTarget>
DefaultUserTargetGenerationService.gatherCustomerSegmentTargets()
protected Optional<UserTarget>
DefaultUserTargetGenerationService.gatherCustomerTarget()
DefaultUserTargetGenerationService.gatherUserTargetsFromAuthentication()
UserTargetGenerationService.gatherUserTargetsFromAuthentication()
Create and returnuser targets
for use in pricing and offer provider requests.