Subversion Repositories SmartDukaan

Rev

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

Rev 35885 Rev 35924
Line 61... Line 61...
61
    void addPartnersToOffer(int offerId, List<Integer> fofoIds) throws ProfitMandiBusinessException;
61
    void addPartnersToOffer(int offerId, List<Integer> fofoIds) throws ProfitMandiBusinessException;
62
 
62
 
63
    int cloneOfferForPartners(int sourceOfferId, List<Integer> fofoIds, List<Integer> targets) throws ProfitMandiBusinessException;
63
    int cloneOfferForPartners(int sourceOfferId, List<Integer> fofoIds, List<Integer> targets) throws ProfitMandiBusinessException;
64
 
64
 
65
    void updateOfferTargets(int offerId, List<Integer> newTargets) throws ProfitMandiBusinessException;
65
    void updateOfferTargets(int offerId, List<Integer> newTargets) throws ProfitMandiBusinessException;
-
 
66
 
-
 
67
    void updateOfferSlabs(com.spice.profitmandi.dao.model.UpdateOfferSlabsRequest request) throws ProfitMandiBusinessException;
66
}
68
}