Subversion Repositories SmartDukaan

Rev

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

Rev 5525 Rev 5873
Line 24... Line 24...
24
	public static final long ROOT_CATEGORY = 10000;
24
	public static final long ROOT_CATEGORY = 10000;
25
	public static final long MOBILE_PHONES_CATEGORY = 10001;
25
	public static final long MOBILE_PHONES_CATEGORY = 10001;
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
    public static final long CAMERAS_CATEGORY = 11001;
29
 
30
 
30
    public static String[] facetDefIDs = new String[] {
31
    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", "F_50018", "F_50019", "F_50020", "F_50021", "F_50022", "F_50023" };
32
    	"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", "F_50024", "F_50025", "F_50026" };
32
    public static String[] facetLabels = new String[] {"Category","Sub Category","Price", "Brand", "Data Connectivity", 
33
    public static String[] facetLabels = new String[] {"Category","Sub Category","Price", "Brand", "Data Connectivity", 
33
    	"Camera Resolution", "Display", "Operating System", "RAM", "Storage Capacity", "Processor",
34
    	"Camera Resolution", "Display", "Operating System", "RAM", "Storage Capacity", "Processor",
34
    	"Capacity", "Class", "Capacity", "Capacity", "Type", "Interface"
35
    	"Capacity", "Class", "Capacity", "Capacity", "Type", "Interface", "Resolution", "Optical Zoom", "Display Size" };
35
    	};
-
 
36
    public static String[] rootfacetDefIDs = new String[] {"F_50010","F_50011","F_50002","F_50001"};
36
    public static String[] rootfacetDefIDs = new String[] {"F_50010","F_50011","F_50002","F_50001"};
37
    public static String[] rootfacetLabels = new String[] {"Category","Sub Category","Price", "Brand"};
37
    public static String[] rootfacetLabels = new String[] {"Category","Sub Category","Price", "Brand"};
38
	private static String getExportPath(){
38
	private static String getExportPath(){
39
		String exportPath=null;
39
		String exportPath=null;
40
		ConfigClient client = ConfigClient.getClient();
40
		ConfigClient client = ConfigClient.getClient();