Subversion Repositories SmartDukaan

Rev

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

Rev 35856 Rev 35885
Line 53... Line 53...
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
 
54
 
55
    void deleteOffer(int offerId) throws ProfitMandiBusinessException;
55
    void deleteOffer(int offerId) throws ProfitMandiBusinessException;
56
 
56
 
57
    List<Offer> publishAllUnpublished(YearMonth yearMonth) throws ProfitMandiBusinessException;
57
    List<Offer> publishAllUnpublished(YearMonth yearMonth) throws ProfitMandiBusinessException;
-
 
58
 
-
 
59
    void removePartnersFromOffer(int offerId, List<Integer> fofoIds) throws ProfitMandiBusinessException;
-
 
60
 
-
 
61
    void addPartnersToOffer(int offerId, List<Integer> fofoIds) throws ProfitMandiBusinessException;
-
 
62
 
-
 
63
    int cloneOfferForPartners(int sourceOfferId, List<Integer> fofoIds, List<Integer> targets) throws ProfitMandiBusinessException;
-
 
64
 
-
 
65
    void updateOfferTargets(int offerId, List<Integer> newTargets) throws ProfitMandiBusinessException;
58
}
66
}