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 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.