Subversion Repositories SmartDukaan

Rev

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

Rev 2322 Rev 4802
Line 978... Line 978...
978
			Category parentCat, Map<Long, Category> catMap) {
978
			Category parentCat, Map<Long, Category> catMap) {
979
		
979
		
980
		Category cat = new Category(jaxbCat.getID());
980
		Category cat = new Category(jaxbCat.getID());
981
		cat.setLabel(jaxbCat.getName());
981
		cat.setLabel(jaxbCat.getName());
982
		cat.setDescription(jaxbCat.getDescription());
982
		cat.setDescription(jaxbCat.getDescription());
-
 
983
		cat.setHasAccessories(jaxbCat.isHasAccessories());
-
 
984
		cat.setComparable(jaxbCat.isComparable());
983
		if(parentCat != null) {
985
		if(parentCat != null) {
984
			cat.setParentCategory(parentCat);
986
			cat.setParentCategory(parentCat);
985
			
987
			
986
			// Copy parent's category-slide definitions
988
			// Copy parent's category-slide definitions
987
			ArrayList<CategorySlideDefinition> parentCSDef = 
989
			ArrayList<CategorySlideDefinition> parentCSDef =