Subversion Repositories SmartDukaan

Rev

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

Rev 4140 Rev 4272
Line 22... Line 22...
22
	public static final long MOBILE_ACCESSORIES_CATEGORY = 10011;
22
	public static final long MOBILE_ACCESSORIES_CATEGORY = 10011;
23
	public static final long TABLETS_CATEGORY = 10010;
23
	public static final long TABLETS_CATEGORY = 10010;
24
    public static final long LAPTOPS_CATEGORY = 10050;
24
    public static final long LAPTOPS_CATEGORY = 10050;
25
 
25
 
26
    public static String[] facetDefIDs = new String[] {
26
    public static String[] facetDefIDs = new String[] {
27
    	"F_50010","F_50011","F_50002","F_50001",  "F_50006", "F_50007", "F_50012", "F_50013", "F_50014", "F_50015" };
27
    	"F_50010","F_50011","F_50002","F_50001",  "F_50006", "F_50007", "F_50012", "F_50013", "F_50014", "F_50015", "F_50017" };
28
    public static String[] facetLabels = new String[] {"Category","Sub Category","Price",
28
    public static String[] facetLabels = new String[] {"Category","Sub Category","Price", "Brand", "Data Connectivity", 
29
	    	"Brand", "Data Connectivity", "Camera Resolution", "Display", "Operating System", "RAM", "Storage Capacity"
29
    	"Camera Resolution", "Display", "Operating System", "RAM", "Storage Capacity", "Processor"
30
    	};
30
    	};
31
	private static String getExportPath(){
31
	private static String getExportPath(){
32
		String exportPath=null;
32
		String exportPath=null;
33
		ConfigClient client = ConfigClient.getClient();
33
		ConfigClient client = ConfigClient.getClient();
34
		try{
34
		try{