Interface BrowseDetailsService

All Known Implementing Classes:
DefaultBrowseDetailsService

public interface BrowseDetailsService
This service is responsible for retrieving ProductDetails or CategoryDetails for BrowseDetailsRequests. It will defer to ProductDetailsService or CategoryDetailsService as appropriate after dynamically determining whether the requests are for a product or category.
Author:
Nathan Moore (nathandmoore)