Subversion Repositories SmartDukaan

Rev

Rev 36103 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36103 Rev 37086
Line 27... Line 27...
27
 
27
 
28
	List<PriceDropIMEI> processPriceDrop(int priceDropId, boolean activeOnly) throws ProfitMandiBusinessException;
28
	List<PriceDropIMEI> processPriceDrop(int priceDropId, boolean activeOnly) throws ProfitMandiBusinessException;
29
 
29
 
30
	List<PriceDropIMEI> processPriceDrop(int priceDropId, List<String> imeis) throws ProfitMandiBusinessException;
30
	List<PriceDropIMEI> processPriceDrop(int priceDropId, List<String> imeis) throws ProfitMandiBusinessException;
31
 
31
 
32
	void rejectPriceDropsOfApprovedImeis() throws ProfitMandiBusinessException;
-
 
33
 
-
 
34
	public List<VendorDebitNoteModel> selectVendorDebitNoteByDateWithLineItem(LocalDateTime startdate, LocalDateTime enddate);
32
	public List<VendorDebitNoteModel> selectVendorDebitNoteByDateWithLineItem(LocalDateTime startdate, LocalDateTime enddate);
35
 
33
 
36
	void processPD(PriceDrop priceDrop) throws ProfitMandiBusinessException;
34
	void processPD(PriceDrop priceDrop) throws ProfitMandiBusinessException;
37
}
35
}