Subversion Repositories SmartDukaan

Rev

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

Rev 5516 Rev 5586
Line 194... Line 194...
194
	boolean deleteVoucher(Long catalogItemId, Long voucherTypeValue);
194
	boolean deleteVoucher(Long catalogItemId, Long voucherTypeValue);
195
 
195
 
196
	boolean addVoucher(Long catalogItemId, Long voucherTypeValue, long voucherAmount);
196
	boolean addVoucher(Long catalogItemId, Long voucherTypeValue, long voucherAmount);
197
 
197
 
198
	Map<Long, String> getvoucherTypes();
198
	Map<Long, String> getvoucherTypes();
-
 
199
 
-
 
200
	boolean getConfigforentityIdMandatory();
-
 
201
 
-
 
202
	boolean checkEntityId(long entityId);
199
}
203
}