Subversion Repositories SmartDukaan

Rev

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

Rev 23983 Rev 24431
Line 10... Line 10...
10
 
10
 
11
@Service
11
@Service
12
public interface PriceDropService {
12
public interface PriceDropService {
13
	void addPriceDropAmountToWallet();
13
	void addPriceDropAmountToWallet();
14
	List<InventoryItem> getInventoryForPriceDrop (List<LineItemImei> lineItemImeis, PriceDrop priceDrop) throws Exception;
14
	List<InventoryItem> getInventoryForPriceDrop (List<LineItemImei> lineItemImeis, PriceDrop priceDrop) throws Exception;
-
 
15
	void priceDropStatus(int priceDropId) throws Exception;
15
 
16
 
16
}
17
}