Interface SearchResponseService
- All Known Subinterfaces:
PROSSearchResponseService
- All Known Implementing Classes:
DefaultPROSSearchResponseService,DefaultSearchResponseService
public interface SearchResponseService
The interface Search response service
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsBrand(SearchResponseMessage searchResponseMessage) Contains brand boolean.convertSearchResponseWrapperToString(SearchResponseWrapper searchResponseWrapper) Convert search response wrapper to string string.convertStringToSearchResponseWrapper(String stringSearchResponseWrapper) Convert string to search response wrapper search response wrapper.
-
Method Details
-
containsBrand
Contains brand boolean.- Parameters:
searchResponseMessage- the search response message- Returns:
- the boolean
-
convertSearchResponseWrapperToString
Convert search response wrapper to string string.- Parameters:
searchResponseWrapper- the search response wrapper- Returns:
- the string
-
convertStringToSearchResponseWrapper
Convert string to search response wrapper search response wrapper.- Parameters:
stringSearchResponseWrapper- the string search response wrapper- Returns:
- the search response wrapper
-