All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.logicommerce.sdk.services.ShoppingListService Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package com.logicommerce.sdk.services;

import java.util.List;
import com.logicommerce.sdk.models.Product;

/**
 * 

ShoppingListService interface.

* * @author Logicommerce * @since 1.1.11 */ public interface ShoppingListService extends PluginService { /** *

add Element to default shoppingList .

* * @param product a {@link com.logicommerce.sdk.models.Product} object * @throws com.logicommerce.sdk.services.PluginServiceException if any. */ void upsert(List product) throws PluginServiceException; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy