Subversion Repositories SmartDukaan

Rev

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

Rev 36305 Rev 36374
Line 34... Line 34...
34
 
34
 
35
    List<CreateOfferRequest> getPublishedOffers(LocalDate date, int fofoId, int catalogId) throws ProfitMandiBusinessException;
35
    List<CreateOfferRequest> getPublishedOffers(LocalDate date, int fofoId, int catalogId) throws ProfitMandiBusinessException;
36
 
36
 
37
    Map<Integer, CreateOfferRequest> getPublishedOffers(LocalDate date, int fofoId, String brand);
37
    Map<Integer, CreateOfferRequest> getPublishedOffers(LocalDate date, int fofoId, String brand);
38
 
38
 
-
 
39
    List<CreateOfferRequest> getActiveOffers(int fofoId) throws ProfitMandiBusinessException;
-
 
40
 
39
    void createOffers(InputStream inputStream) throws Exception;
41
    void createOffers(InputStream inputStream) throws Exception;
40
 
42
 
41
    Map<Integer, Map<Integer, Long>> getSlabPayoutMap(CreateOfferRequest createOfferRequest) throws ProfitMandiBusinessException;
43
    Map<Integer, Map<Integer, Long>> getSlabPayoutMap(CreateOfferRequest createOfferRequest) throws ProfitMandiBusinessException;
42
 
44
 
43
 
45