Subversion Repositories SmartDukaan

Rev

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

Rev 36521 Rev 36633
Line 87... Line 87...
87
    int cloneOfferForPartners(int sourceOfferId, List<Integer> fofoIds, List<Integer> targets) throws ProfitMandiBusinessException;
87
    int cloneOfferForPartners(int sourceOfferId, List<Integer> fofoIds, List<Integer> targets) throws ProfitMandiBusinessException;
88
 
88
 
89
    void updateOfferTargets(int offerId, List<Integer> newTargets) throws ProfitMandiBusinessException;
89
    void updateOfferTargets(int offerId, List<Integer> newTargets) throws ProfitMandiBusinessException;
90
 
90
 
91
    void updateOfferSlabs(com.spice.profitmandi.dao.model.UpdateOfferSlabsRequest request) throws ProfitMandiBusinessException;
91
    void updateOfferSlabs(com.spice.profitmandi.dao.model.UpdateOfferSlabsRequest request) throws ProfitMandiBusinessException;
-
 
92
 
-
 
93
    List<Offer> activateOffers(List<Integer> offerIds, boolean active) throws ProfitMandiBusinessException;
92
}
94
}