Subversion Repositories SmartDukaan

Rev

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

Rev 1023 Rev 1884
Line 18... Line 18...
18
import org.apache.struts2.interceptor.ServletResponseAware;
18
import org.apache.struts2.interceptor.ServletResponseAware;
19
import org.apache.struts2.rest.DefaultHttpHeaders;
19
import org.apache.struts2.rest.DefaultHttpHeaders;
20
import org.apache.struts2.rest.HttpHeaders;
20
import org.apache.struts2.rest.HttpHeaders;
21
 
21
 
22
public class ManifestController implements ServletResponseAware, ServletRequestAware {
22
public class ManifestController implements ServletResponseAware, ServletRequestAware {
23
 
-
 
24
	private String id;
-
 
25
	
23
	
26
	//FIXME: Read this configuration from the config client
24
	//FIXME: Read this configuration from the config client
27
	private String courierDetailsPath = "/CourierDetailReports";
25
	private String courierDetailsPath = "/CourierDetailReports";
28
	private long warehouseId;
26
	private long warehouseId;
29
	private long providerId;
27
	private long providerId;