Interface CustomizedItemListRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable>

    • Method Detail

      • deleteAllByIds

        @Policy(operationTypes=DELETE)
        void deleteAllByIds​(Collection<String> itemListIds,
                            @Nullable
                            com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
        Delete multiple item lists by id
        Parameters:
        itemListIds - the IDs of the lists to delete
        context - the request context information