Subversion Repositories SmartDukaan

Rev

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

Rev 23568 Rev 33256
Line 14... Line 14...
14
 
14
 
15
import in.shop2020.logistics.DeliveryType;
15
import in.shop2020.logistics.DeliveryType;
16
import in.shop2020.logistics.LogisticsInfo;
16
import in.shop2020.logistics.LogisticsInfo;
17
import in.shop2020.logistics.LogisticsService.Client;
17
import in.shop2020.logistics.LogisticsService.Client;
18
import in.shop2020.logistics.LogisticsServiceException;
18
import in.shop2020.logistics.LogisticsServiceException;
-
 
19
import org.springframework.stereotype.Component;
19
 
20
 
20
 
21
 
-
 
22
@Component
21
public class LogisticsService {
23
public class LogisticsService {
22
 
24
 
23
 
25
 
24
	private static Map<Integer, String> businessDayToActualDateMap = new HashMap<Integer, String>();
26
	private static Map<Integer, String> businessDayToActualDateMap = new HashMap<Integer, String>();
25
 
27