Subversion Repositories SmartDukaan

Rev

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

Rev 29222 Rev 29250
Line 12... Line 12...
12
import com.spice.profitmandi.dao.model.DispatchNotificationModel;
12
import com.spice.profitmandi.dao.model.DispatchNotificationModel;
13
 
13
 
14
@Service
14
@Service
15
public interface LogisticsService {
15
public interface LogisticsService {
16
 
16
 
17
	public LocalDate calculateDeliveryTimeline(ProviderTat providerTat);
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
			String airwaybillNo);
21
}
21
}