Subversion Repositories SmartDukaan

Rev

Rev 34592 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34592 Rev 34637
Line 23... Line 23...
23
 
23
 
24
    void sendPushNotification(String message, String title, List<Integer> fofoIds) throws Exception;
24
    void sendPushNotification(String message, String title, List<Integer> fofoIds) throws Exception;
25
    
25
    
26
    void sendLiquidationReport(List<Map<String, Object>> liquidations) throws Exception;
26
    void sendLiquidationReport(List<Map<String, Object>> liquidations) throws Exception;
27
 
27
 
-
 
28
    void refundBidAmountToWallet(Bid bid, ProfitMandiConstants.BID_ENUM finalBidStatus) throws Exception;
-
 
29
 
28
}
30
}