Subversion Repositories SmartDukaan

Rev

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

Rev 35394 Rev 35856
Line 49... Line 49...
49
    String getPartnerCriteriaString(PartnerCriteria partnerCriteria) throws ProfitMandiBusinessException;
49
    String getPartnerCriteriaString(PartnerCriteria partnerCriteria) throws ProfitMandiBusinessException;
50
 
50
 
51
    ByteArrayOutputStream createCSVOfferReport(CreateOfferRequest createOfferRequest) throws Exception;
51
    ByteArrayOutputStream createCSVOfferReport(CreateOfferRequest createOfferRequest) throws Exception;
52
 
52
 
53
    void sendWhatsapp(Offer offer, List<Integer> fofoIds, String imageUrl) throws Exception;
53
    void sendWhatsapp(Offer offer, List<Integer> fofoIds, String imageUrl) throws Exception;
-
 
54
 
-
 
55
    void deleteOffer(int offerId) throws ProfitMandiBusinessException;
-
 
56
 
-
 
57
    List<Offer> publishAllUnpublished(YearMonth yearMonth) throws ProfitMandiBusinessException;
54
}
58
}