Subversion Repositories SmartDukaan

Rev

Rev 3850 | Rev 4423 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3850 Rev 3872
Line 78... Line 78...
78
     * @return list of items flagged as risky.
78
     * @return list of items flagged as risky.
79
     */
79
     */
80
    List<Item> getRiskyItems();
80
    List<Item> getRiskyItems();
81
    
81
    
82
    /**
82
    /**
-
 
83
     * 
-
 
84
     * @param searchTerms a list of strings
-
 
85
     * @return list of items corresponding to the given search terms
-
 
86
     */
-
 
87
    List<Item> searchItems(int start, int limit, List<String> searchTerms);
-
 
88
    
-
 
89
    /**
-
 
90
     * 
-
 
91
     * @param searchTerms
-
 
92
     * @return the number of items this search will return
-
 
93
     */
-
 
94
    int getSearchResultCount(List<String> searchTerms);
-
 
95
    
-
 
96
    /**
83
     * This method makes a fresh call to the service to fetch details for item Id.
97
     * This method makes a fresh call to the service to fetch details for item Id.
84
     * It also gets the vendor pricing details and vendor key mappings
98
     * It also gets the vendor pricing details and vendor key mappings
85
     * and sets them as java.util.Map in item object.
99
     * and sets them as java.util.Map in item object.
86
     * @param itemId
100
     * @param itemId
87
     * @return item object containing details of item corresponding to the item id.
101
     * @return item object containing details of item corresponding to the item id.