Subversion Repositories SmartDukaan

Rev

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

Rev 5084 Rev 5439
Line 26... Line 26...
26
	public static final long MOBILE_ACCESSORIES_CATEGORY = 10011;
26
	public static final long MOBILE_ACCESSORIES_CATEGORY = 10011;
27
	public static final long TABLETS_CATEGORY = 10010;
27
	public static final long TABLETS_CATEGORY = 10010;
28
    public static final long LAPTOPS_CATEGORY = 10050;
28
    public static final long LAPTOPS_CATEGORY = 10050;
29
 
29
 
30
    public static String[] facetDefIDs = new String[] {
30
    public static String[] facetDefIDs = new String[] {
31
    	"F_50010","F_50011","F_50002","F_50001",  "F_50006", "F_50007", "F_50012", "F_50013", "F_50014", "F_50015", "F_50017" };
31
    	"F_50010","F_50011","F_50002","F_50001",  "F_50006", "F_50007", "F_50012", "F_50013", "F_50014", "F_50015", "F_50017", "F_50018", "F_50019", "F_50020", "F_50021", "F_50022", "F_50023" };
32
    public static String[] facetLabels = new String[] {"Category","Sub Category","Price", "Brand", "Data Connectivity", 
32
    public static String[] facetLabels = new String[] {"Category","Sub Category","Price", "Brand", "Data Connectivity", 
33
    	"Camera Resolution", "Display", "Operating System", "RAM", "Storage Capacity", "Processor"
33
    	"Camera Resolution", "Display", "Operating System", "RAM", "Storage Capacity", "Processor",
-
 
34
    	"Capacity", "Class", "Capacity", "Capacity", "Type", "Interface"
34
    	};
35
    	};
35
	private static String getExportPath(){
36
	private static String getExportPath(){
36
		String exportPath=null;
37
		String exportPath=null;
37
		ConfigClient client = ConfigClient.getClient();
38
		ConfigClient client = ConfigClient.getClient();
38
		try{
39
		try{