Modifier and Type | Method and Description |
---|---|
DeleteItemListResponse |
ItemListManagementService.deleteItemLists(Set<String> listIds,
com.broadleafcommerce.cart.client.domain.CustomerRef customerRef,
com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
Deletes multiple item lists by ID
|
DeleteItemListResponse |
DefaultItemListManagementService.deleteItemLists(Set<String> listIds,
com.broadleafcommerce.cart.client.domain.CustomerRef customerRef,
com.broadleafcommerce.data.tracking.core.context.ContextInfo context) |
Modifier and Type | Method and Description |
---|---|
DeleteItemListResponse |
ItemListOperationEndpoint.deleteItemLists(com.broadleafcommerce.data.tracking.core.context.ContextInfo context,
com.broadleafcommerce.cart.client.domain.CustomerRef customerRef,
Set<String> listIds)
Deprecated.
Use
ItemListOperationEndpoint.deleteItemListsInBulk(ContextInfo, CustomerRef, Set) . This will
allow much longer lists of IDs without worrying about whether the URL is too long
and corrects the HTTP method semantics by using POST since we're not actually
deleting a resource at the URL. |
DeleteItemListResponse |
ItemListOperationEndpoint.deleteItemListsInBulk(com.broadleafcommerce.data.tracking.core.context.ContextInfo context,
com.broadleafcommerce.cart.client.domain.CustomerRef customerRef,
Set<String> listIds) |
Modifier and Type | Method and Description |
---|---|
DeleteItemListResponse |
DeleteItemListResponse.withDeletedItemListIds(Set<String> deletedItemListIds) |
DeleteItemListResponse |
DeleteItemListResponse.withInaccessibleItemListIds(Set<String> inaccessibleItemListIds) |
Copyright © 2021. All rights reserved.