Extend the navigation suggestion web service to include the new suggestion grouping


About this task
Procedure
- Create a class:
- Expand .
- Right-click the src folder; click .
- In the Package field, type
com.mycompany.commerce.search
. - In the Name field, type
WarrantySuggestion
. - Click Finish.
- Copy all of the code from the Warranty suggestion Java class file into the new WarrantySuggestion.java file you just created, overwriting the existing content.
- Save and close the WarrantySuggestion.java file.