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)
 
- 
Field Summary
Fields - 
Method Summary
Methods inherited from interface com.broadleafcommerce.dataexchange.service.DataExchangeService
saveAll 
- 
Field Details
- 
FETCHED_EXISTING_PRODUCTS_LIST_KEY
- See Also:
 
 - 
FETCHED_EXISTING_VARIANTS_MAP_KEY
- See Also:
 
 
 -