Uses of Class
com.broadleafcommerce.cartoperation.web.endpoint.domain.ShareItemListRequest.Target
-
Packages that use ShareItemListRequest.Target Package Description com.broadleafcommerce.cartoperation.web.endpoint.domain com.broadleafcommerce.cartoperation.web.validator -
-
Uses of ShareItemListRequest.Target in com.broadleafcommerce.cartoperation.web.endpoint.domain
Methods in com.broadleafcommerce.cartoperation.web.endpoint.domain that return types with arguments of type ShareItemListRequest.Target Modifier and Type Method Description Set<ShareItemListRequest.Target>ShareItemListRequest. getTargets()Describes who this list is being shared with.Method parameters in com.broadleafcommerce.cartoperation.web.endpoint.domain with type arguments of type ShareItemListRequest.Target Modifier and Type Method Description voidShareItemListRequest. setTargets(Set<ShareItemListRequest.Target> targets)Describes who this list is being shared with. -
Uses of ShareItemListRequest.Target in com.broadleafcommerce.cartoperation.web.validator
Methods in com.broadleafcommerce.cartoperation.web.validator with parameters of type ShareItemListRequest.Target Modifier and Type Method Description protected voidShareItemListRequestValidator. validateTarget(ShareItemListRequest.Target target, org.springframework.validation.Errors errors)Validates a single share target.
-