Subversion Repositories SmartDukaan

Rev

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

Rev 33741 Rev 34373
Line 22... Line 22...
22
	Map<String, DispatchNotificationModel> markedOrderShippedDetail(List<Order> order, Provider provider,
22
	Map<String, DispatchNotificationModel> markedOrderShippedDetail(List<Order> order, Provider provider,
23
                                                                    Map<String, DispatchNotificationModel> dispatchNotication, String airwaybillNo, LocalDateTime shippingDate)
23
                                                                    Map<String, DispatchNotificationModel> dispatchNotication, String airwaybillNo, LocalDateTime shippingDate)
24
			throws ProfitMandiBusinessException;
24
			throws ProfitMandiBusinessException;
25
 
25
 
26
 
26
 
27
	E_InvoiceCommon.ReqPlGenIRN.EwbDetails getEwbDetails(Order order);
27
	E_InvoiceCommon.ReqPlGenIRN.EwbDetails getEwbDetails(Order order) throws ProfitMandiBusinessException;
28
}
28
}