Subversion Repositories SmartDukaan

Rev

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

Rev 4137 Rev 4140
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_500012", "F_500013", "F_500014", "F_500015" };
27
    	"F_50010","F_50011","F_50002","F_50001",  "F_50006", "F_50007", "F_50012", "F_50013", "F_50014", "F_50015" };
28
    public static String[] facetLabels = new String[] {"Category","Sub Category","Price",
28
    public static String[] facetLabels = new String[] {"Category","Sub Category","Price",
29
	    	"Brand", "Data Connectivity", "Camera Resolution", "Display", "Operating System", "RAM", "Storage Capacity"
29
	    	"Brand", "Data Connectivity", "Camera Resolution", "Display", "Operating System", "RAM", "Storage Capacity"
30
    	};
30
    	};
31
	private static String getExportPath(){
31
	private static String getExportPath(){
32
		String exportPath=null;
32
		String exportPath=null;