Subversion Repositories SmartDukaan

Rev

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

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