Subversion Repositories SmartDukaan

Rev

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

Rev 3872 Rev 4423
Line 168... Line 168...
168
     * This method will change the flag on the staging server and then on the production server.
168
     * This method will change the flag on the staging server and then on the production server.
169
     * @return true if the flag is changed successfully
169
     * @return true if the flag is changed successfully
170
     * <br> false if any error occurred while changing risky flag on staging and production
170
     * <br> false if any error occurred while changing risky flag on staging and production
171
     */
171
     */
172
    boolean changeItemRiskyFlag(long itemId, boolean risky);
172
    boolean changeItemRiskyFlag(long itemId, boolean risky);
-
 
173
    
-
 
174
    boolean deleteSimilarItem(long itemId, long catalogItemId);
-
 
175
 
-
 
176
	Item addSimilarItem(long itemId, long catalogItemId);
173
}
177
}