Subversion Repositories SmartDukaan

Rev

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

Rev 31903 Rev 31920
Line 35... Line 35...
35
    Map<Integer, Map<Integer, AmountModel>> getSlabPayoutMapNew(CreateOfferRequest createOfferRequest);
35
    Map<Integer, Map<Integer, AmountModel>> getSlabPayoutMapNew(CreateOfferRequest createOfferRequest);
36
 
36
 
37
    CreateOfferRequest getCreateOfferRequest(Offer fromOffer);
37
    CreateOfferRequest getCreateOfferRequest(Offer fromOffer);
38
 
38
 
39
    void reverseAdditionalSelloutSchemes(int fofoId, List<InventoryItem> inventoryItems) throws ProfitMandiBusinessException;
39
    void reverseAdditionalSelloutSchemes(int fofoId, List<InventoryItem> inventoryItems) throws ProfitMandiBusinessException;
-
 
40
 
-
 
41
    void processSellin(CreateOfferRequest createOfferRequest) throws Exception;
-
 
42
    void processActivationtOffer(CreateOfferRequest createOfferRequest) throws ProfitMandiBusinessException;
40
}
43
}