Subversion Repositories SmartDukaan

Rev

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

Rev 29250 Rev 29292
Line 15... Line 15...
15
public interface LogisticsService {
15
public interface LogisticsService {
16
 
16
 
17
	public LocalDate calculateDeliveryTimeline(LocalDate date, ProviderTat providerTat, int delayDays);
17
	public LocalDate calculateDeliveryTimeline(LocalDate date, ProviderTat providerTat, int delayDays);
18
 
18
 
19
	public Map<String, DispatchNotificationModel> markedOrderShippedDetail(List<Order> order, Provider provider,
19
	public Map<String, DispatchNotificationModel> markedOrderShippedDetail(List<Order> order, Provider provider,
20
			String airwaybillNo);
20
			Map<String, DispatchNotificationModel> dispatchNotication, String airwaybillNo);
21
}
21
}