Subversion Repositories SmartDukaan

Rev

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

Rev 34851 Rev 36103
Line 21... Line 21...
21
 
21
 
22
    List<ImeiDropSummaryModel> getAllSerialNumbersByAffectedDate(LocalDateTime affectedOn, Integer catalogItemId, Optional<LocalDateTime> createdOn) throws ProfitMandiBusinessException;
22
    List<ImeiDropSummaryModel> getAllSerialNumbersByAffectedDate(LocalDateTime affectedOn, Integer catalogItemId, Optional<LocalDateTime> createdOn) throws ProfitMandiBusinessException;
23
 
23
 
24
    void rollbackPriceDrop(InventoryItem inventoryItem, String debitNoteNumber) throws ProfitMandiBusinessException;
24
    void rollbackPriceDrop(InventoryItem inventoryItem, String debitNoteNumber) throws ProfitMandiBusinessException;
25
 
25
 
-
 
26
    void restorePriceDrop(InventoryItem inventoryItem, String debitNoteNumber) throws ProfitMandiBusinessException;
-
 
27
 
26
	List<PriceDropIMEI> processPriceDrop(int priceDropId, boolean activeOnly) throws ProfitMandiBusinessException;
28
	List<PriceDropIMEI> processPriceDrop(int priceDropId, boolean activeOnly) throws ProfitMandiBusinessException;
27
 
29
 
28
	List<PriceDropIMEI> processPriceDrop(int priceDropId, List<String> imeis) throws ProfitMandiBusinessException;
30
	List<PriceDropIMEI> processPriceDrop(int priceDropId, List<String> imeis) throws ProfitMandiBusinessException;
29
 
31
 
30
	void rejectPriceDropsOfApprovedImeis() throws ProfitMandiBusinessException;
32
	void rejectPriceDropsOfApprovedImeis() throws ProfitMandiBusinessException;