Interface BrowseEntityResolver
- All Known Implementing Classes:
DefaultBrowseEntityResolver
public interface BrowseEntityResolver
- Author:
- Nathan Moore (nathandmoore)
-
Method Summary
Modifier and TypeMethodDescriptionfetchBrowseEntity(BrowseDetailsRequest request) Fetches the browse entity that matches the details in therequest.
-
Method Details
-
fetchBrowseEntity
Fetches the browse entity that matches the details in therequest. This could aCategory, one or moreProducts, or one or moreContentItems. This will make requests through theBrowseEntityProvidersto find the matching entity or entities. It will stop at the first provider that returns results.- Parameters:
request- All of the details needed to retrieve the desired browse details.- Returns:
- The browse entity that matches the details in the
request.
-