Subversion Repositories SmartDukaan

Rev

Rev 72 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 72 Rev 81
Line 642... Line 642...
642
		throws Exception {
642
		throws Exception {
643
		
643
		
644
		// De-serialize
644
		// De-serialize
645
		if(this.categoryFacetDefinitions == null) {
645
		if(this.categoryFacetDefinitions == null) {
646
			String dbFile = Utils.DEFINITIONS_DB_PATH + 
646
			String dbFile = Utils.DEFINITIONS_DB_PATH + 
647
				"categoryfacetdefinitions" + ".ser";
647
				"categoryfacetdefinitions.ser";
648
			
648
			
649
			this.categoryFacetDefinitions = 
649
			this.categoryFacetDefinitions = 
650
				(Map<Long, CategoryFacetDefinition>) DBUtils.read(dbFile);
650
				(Map<Long, CategoryFacetDefinition>) DBUtils.read(dbFile);
651
		}
651
		}
652
		
652