Interface ComprehensiveProductExchangeService<T extends ComprehensiveProduct>

Type Parameters:
T -
All Superinterfaces:
DataExchangeService<T>
All Known Implementing Classes:
DefaultComprehensiveProductExchangeService

public interface ComprehensiveProductExchangeService<T extends ComprehensiveProduct> extends DataExchangeService<T>
Interface for interacting with multiple services to save or fetch ProductList, which are product representations with translations, pricing, inventory, and other concerns.
Author:
Kelly Tisdell (ktisdell)