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 class
CartHistoryEndpoint
class
CartOperationEndpoint
Deprecated.seeManageCartEndpoint
for the new operation endpointclass
CheckoutCartEndpoint
class
CSRCartEndpoint
class
ItemListItemOperationEndpoint<I extends com.broadleafcommerce.cart.client.domain.ItemListItem>
Endpoint for management of item list items.class
ItemListOperationEndpoint<L extends com.broadleafcommerce.cart.client.domain.ItemList>
Endpoint for management of item list(s).class
ManageCartEndpoint
class
ResolveCartEndpoint
Methods in com.broadleafcommerce.cartoperation.web.endpoint with annotations of type ResolveCustomerRef Modifier and Type Method Description com.broadleafcommerce.cart.client.domain.Cart
ManageCartEndpoint. 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. clazz
Methods 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 void
CustomerRefHandlerMethodArgumentResolver. handleRegisteredOnly(ResolveCustomerRef annotation)
-