Uses of Class
com.broadleafcommerce.cartoperation.domain.UserTarget
-
Packages that use UserTarget Package Description com.broadleafcommerce.cartoperation.domain com.broadleafcommerce.cartoperation.service.provider.external.security -
-
Uses of UserTarget in com.broadleafcommerce.cartoperation.domain
Methods in com.broadleafcommerce.cartoperation.domain that return UserTarget Modifier and Type Method Description UserTargetOfferAudit. getUser()The identifying info of the user that used the related offer.Methods in com.broadleafcommerce.cartoperation.domain with parameters of type UserTarget Modifier and Type Method Description voidOfferAudit. 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 UserTarget Modifier and Type Method Description protected Set<UserTarget>DefaultUserTargetGenerationService. gatherCustomerSegmentTargets()protected Optional<UserTarget>DefaultUserTargetGenerationService. gatherCustomerTarget()Set<UserTarget>DefaultUserTargetGenerationService. gatherUserTargetsFromAuthentication()Set<UserTarget>UserTargetGenerationService. gatherUserTargetsFromAuthentication()Create and returnuser targetsfor use in pricing and offer provider requests.
-