Interface DeleteListItemService

All Superinterfaces:
com.skava.core.EcommService<ListItemRequestInternal,com.skava.core.ResponseModel>
All Known Implementing Classes:
DeleteListItemServiceImpl

public interface DeleteListItemService extends com.skava.core.EcommService<ListItemRequestInternal,com.skava.core.ResponseModel>

DeleteListItemService class

This interface is used to write a implementation class for delete list item by given request.

  • Method Summary

    Modifier and Type
    Method
    Description
    This method is used to load single ListItem based on given ListItem identifier.

    Methods inherited from interface com.skava.core.EcommService

    getValidateException, getValidator, getValidator, process
  • Method Details

    • processMultiDelete

      ListItemResponse processMultiDelete(ListItemRequestInternal request) throws com.skava.core.validation.ValidateException
      This method is used to load single ListItem based on given ListItem identifier.
      Parameters:
      request - It contains the attributes required for the load of ListItem.
      Returns:
      It returns the ListItemResponse.
      Throws:
      com.skava.core.validation.ValidateException - It will throw Ecommerce exception if it process get failed.