Subversion Repositories SmartDukaan

Rev

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

Rev 32182 Rev 32690
Line 24... Line 24...
24
 
24
 
25
	List<PriceDropIMEI> processPriceDrop(int priceDropId, boolean activeOnly) throws ProfitMandiBusinessException;
25
	List<PriceDropIMEI> processPriceDrop(int priceDropId, boolean activeOnly) throws ProfitMandiBusinessException;
26
 
26
 
27
	List<PriceDropIMEI> processPriceDrop(int priceDropId, List<String> imeis) throws ProfitMandiBusinessException;
27
	List<PriceDropIMEI> processPriceDrop(int priceDropId, List<String> imeis) throws ProfitMandiBusinessException;
28
 
28
 
-
 
29
	void rejectPriceDropsOfApprovedImeis() throws ProfitMandiBusinessException;
-
 
30
 
29
}
31
}