Uses of Class
com.broadleafcommerce.cartoperation.web.resolver.annotation.ResolveCustomerRef
- 
Packages that use ResolveCustomerRef Package Description com.broadleafcommerce.cartoperation.web.endpoint com.broadleafcommerce.cartoperation.web.resolver  - 
- 
Uses of ResolveCustomerRef in com.broadleafcommerce.cartoperation.web.endpoint
Classes in com.broadleafcommerce.cartoperation.web.endpoint with annotations of type ResolveCustomerRef Modifier and Type Class Description classCartHistoryEndpointclassCartOperationEndpointDeprecated.seeManageCartEndpointfor the new operation endpointclassCheckoutCartEndpointclassCSRCartEndpointclassItemListItemOperationEndpoint<I extends com.broadleafcommerce.cart.client.domain.ItemListItem>Endpoint for management of item list items.classItemListOperationEndpoint<L extends com.broadleafcommerce.cart.client.domain.ItemList>Endpoint for management of item list(s).classManageCartEndpointclassResolveCartEndpointMethods in com.broadleafcommerce.cartoperation.web.endpoint with annotations of type ResolveCustomerRef Modifier and Type Method Description com.broadleafcommerce.cart.client.domain.CartManageCartEndpoint. transferCart(String cartId, Integer cartVersion, com.broadleafcommerce.order.common.domain.CustomerRef customer, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) - 
Uses of ResolveCustomerRef in com.broadleafcommerce.cartoperation.web.resolver
Fields in com.broadleafcommerce.cartoperation.web.resolver with type parameters of type ResolveCustomerRef Modifier and Type Field Description protected static Class<ResolveCustomerRef>CustomerRefHandlerMethodArgumentResolver. clazzMethods in com.broadleafcommerce.cartoperation.web.resolver that return types with arguments of type ResolveCustomerRef Modifier and Type Method Description protected Optional<ResolveCustomerRef>CustomerRefHandlerMethodArgumentResolver. findAnnotation(org.springframework.core.MethodParameter param)Methods in com.broadleafcommerce.cartoperation.web.resolver with parameters of type ResolveCustomerRef Modifier and Type Method Description protected voidCustomerRefHandlerMethodArgumentResolver. handleRegisteredOnly(ResolveCustomerRef annotation) 
 -