Uses of Class
com.broadleafcommerce.cartoperation.domain.UserTarget
Packages that use UserTarget
Package
Description
-
Uses of UserTarget in com.broadleafcommerce.cartoperation.domain
Methods in com.broadleafcommerce.cartoperation.domain that return UserTargetModifier and TypeMethodDescriptionOfferAudit.getUser()
The identifying info of the user that used the related offer.Methods in com.broadleafcommerce.cartoperation.domain with parameters of type UserTargetModifier 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
Methods in com.broadleafcommerce.cartoperation.service.provider.external.security that return types with arguments of type UserTargetModifier 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.