Subversion Repositories SmartDukaan

Rev

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

Rev 4649 Rev 4725
Line 160... Line 160...
160
     * @param modelNumber
160
     * @param modelNumber
161
     * @param color
161
     * @param color
162
     * @return Id of an item with the same product group, brand, model number and color if exists
162
     * @return Id of an item with the same product group, brand, model number and color if exists
163
     *     <br>else 0
163
     *     <br>else 0
164
     */
164
     */
165
    long checkSimilarItem(String productGroup, String brand, String modelNumber, String color);
165
    long checkSimilarItem(String brand, String modelNumber, String modelName, String color);
166
    
166
    
167
    /**
167
    /**
168
     * Sets/Resets the risky flag of an item.
168
     * Sets/Resets the risky flag of an item.
169
     * This method will change the flag on the staging server and then on the production server.
169
     * This method will change the flag on the staging server and then on the production server.
170
     * @return true if the flag is changed successfully
170
     * @return true if the flag is changed successfully