| Line 3... |
Line 3... |
| 3 |
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
|
3 |
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
|
| 4 |
import com.spice.profitmandi.dao.entity.catalog.Offer;
|
4 |
import com.spice.profitmandi.dao.entity.catalog.Offer;
|
| 5 |
import com.spice.profitmandi.dao.entity.fofo.InventoryItem;
|
5 |
import com.spice.profitmandi.dao.entity.fofo.InventoryItem;
|
| 6 |
import com.spice.profitmandi.dao.model.AmountModel;
|
6 |
import com.spice.profitmandi.dao.model.AmountModel;
|
| 7 |
import com.spice.profitmandi.dao.model.CreateOfferRequest;
|
7 |
import com.spice.profitmandi.dao.model.CreateOfferRequest;
|
| - |
|
8 |
import org.apache.commons.io.output.ByteArrayOutputStream;
|
| 8 |
import org.springframework.stereotype.Service;
|
9 |
import org.springframework.stereotype.Service;
|
| 9 |
|
10 |
|
| 10 |
import java.io.InputStream;
|
11 |
import java.io.InputStream;
|
| 11 |
import java.time.LocalDate;
|
12 |
import java.time.LocalDate;
|
| 12 |
import java.time.YearMonth;
|
13 |
import java.time.YearMonth;
|
| Line 40... |
Line 41... |
| 40 |
|
41 |
|
| 41 |
void processSellin(CreateOfferRequest createOfferRequest) throws Exception;
|
42 |
void processSellin(CreateOfferRequest createOfferRequest) throws Exception;
|
| 42 |
void processActivationtOffer(CreateOfferRequest createOfferRequest) throws ProfitMandiBusinessException;
|
43 |
void processActivationtOffer(CreateOfferRequest createOfferRequest) throws ProfitMandiBusinessException;
|
| 43 |
|
44 |
|
| 44 |
String getPartnerCriteriaString(PartnerCriteria partnerCriteria) throws ProfitMandiBusinessException;
|
45 |
String getPartnerCriteriaString(PartnerCriteria partnerCriteria) throws ProfitMandiBusinessException;
|
| - |
|
46 |
|
| - |
|
47 |
ByteArrayOutputStream createCSVOfferReport(CreateOfferRequest createOfferRequest) throws Exception;
|
| 45 |
}
|
48 |
}
|