Subversion Repositories SmartDukaan

Rev

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

Rev 34492 Rev 34545
Line 16... Line 16...
16
 
16
 
17
    void notifyPartner(int userId, Bid bid, ProfitMandiConstants.BID_ENUM status) throws Exception;
17
    void notifyPartner(int userId, Bid bid, ProfitMandiConstants.BID_ENUM status) throws Exception;
18
 
18
 
19
    void cancelYesterdayProcessBid(Bid bid) throws Exception;
19
    void cancelYesterdayProcessBid(Bid bid) throws Exception;
20
 
20
 
-
 
21
    void biddingLiveNotification(String message, String mediaURL) throws Exception;
-
 
22
 
-
 
23
    void sendPushNotification(String message, String title, List<Integer> fofoIds) throws Exception;
-
 
24
 
21
}
25
}