Subversion Repositories SmartDukaan

Rev

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

Rev 27072 Rev 28891
Line 25... Line 25...
25
	
25
	
26
	List<PriceDropIMEI> getPriceDropImeis(int priceDropId) throws Exception;
26
	List<PriceDropIMEI> getPriceDropImeis(int priceDropId) throws Exception;
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;
-
 
31
 
30
}
32
}