Subversion Repositories SmartDukaan

Rev

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

Rev 5118 Rev 5504
Line 188... Line 188...
188
	Map<String, String> getConfigdataforPriceCompare();
188
	Map<String, String> getConfigdataforPriceCompare();
189
 
189
 
190
	List<String> getAllCategories();
190
	List<String> getAllCategories();
191
 
191
 
192
	List<String> getAllBrands();
192
	List<String> getAllBrands();
-
 
193
 
-
 
194
	boolean deleteVoucher(Long catalogItemId, String voucherType);
-
 
195
 
-
 
196
	boolean addVoucher(Long catalogItemId, String voucherType, long voucherAmount);
-
 
197
 
-
 
198
	List<String> getvoucherTypes();
193
}
199
}