Subversion Repositories SmartDukaan

Rev

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

Rev 34468 Rev 34492
Line 12... Line 12...
12
 
12
 
13
    void sendMailToRBM(double netAmountInHand, double totalPayableAmount, int fofoId) throws Exception;
13
    void sendMailToRBM(double netAmountInHand, double totalPayableAmount, int fofoId) throws Exception;
14
 
14
 
15
    void sendSummaryMailToUserAndManagers(int userId, List<Bid> bids, Liquidation liquidation) throws Exception;
15
    void sendSummaryMailToUserAndManagers(int userId, List<Bid> bids, Liquidation liquidation) throws Exception;
16
 
16
 
17
    void notifyPartner(int userId, List<Bid> bids, Liquidation liquidation, ProfitMandiConstants.BID_ENUM status) throws Exception;
17
    void notifyPartner(int userId, Bid bid, ProfitMandiConstants.BID_ENUM status) throws Exception;
18
 
18
 
19
    void cancelYesterdayProcessBid(int bidId) throws Exception;
19
    void cancelYesterdayProcessBid(Bid bid) throws Exception;
20
 
20
 
21
}
21
}