Subversion Repositories SmartDukaan

Rev

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

Rev 31920 Rev 33030
Line 1... Line 1...
1
package com.spice.profitmandi.service.offers;
1
package com.spice.profitmandi.service.offers;
2
 
2
 
3
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
3
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
-
 
4
import com.spice.profitmandi.common.model.CustomRetailer;
4
import com.spice.profitmandi.dao.entity.catalog.Offer;
5
import com.spice.profitmandi.dao.entity.catalog.Offer;
5
import com.spice.profitmandi.dao.entity.fofo.InventoryItem;
6
import com.spice.profitmandi.dao.entity.fofo.InventoryItem;
6
import com.spice.profitmandi.dao.model.AmountModel;
7
import com.spice.profitmandi.dao.model.AmountModel;
7
import com.spice.profitmandi.dao.model.CreateOfferRequest;
8
import com.spice.profitmandi.dao.model.CreateOfferRequest;
8
import org.springframework.stereotype.Service;
9
import org.springframework.stereotype.Service;
Line 38... Line 39...
38
 
39
 
39
    void reverseAdditionalSelloutSchemes(int fofoId, List<InventoryItem> inventoryItems) throws ProfitMandiBusinessException;
40
    void reverseAdditionalSelloutSchemes(int fofoId, List<InventoryItem> inventoryItems) throws ProfitMandiBusinessException;
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;
-
 
44
 
-
 
45
    String getPartnerCriteriaString(PartnerCriteria partnerCriteria);
43
}
46
}