| 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 |
}
|