Subversion Repositories SmartDukaan

Rev

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

Rev 10912 Rev 11873
Line 32... Line 32...
32
import in.shop2020.metamodel.util.ExpandedSlideDefinition;
32
import in.shop2020.metamodel.util.ExpandedSlideDefinition;
33
import in.shop2020.model.v1.catalog.CatalogServiceException;
33
import in.shop2020.model.v1.catalog.CatalogServiceException;
34
import in.shop2020.model.v1.catalog.Item;
34
import in.shop2020.model.v1.catalog.Item;
35
import in.shop2020.model.v1.catalog.status;
35
import in.shop2020.model.v1.catalog.status;
36
import in.shop2020.thrift.clients.CatalogClient;
36
import in.shop2020.thrift.clients.CatalogClient;
-
 
37
import in.shop2020.util.EntityUtils;
37
import in.shop2020.util.NewCMP;
38
import in.shop2020.util.NewCMP;
38
import in.shop2020.util.Utils;
39
import in.shop2020.util.Utils;
39
 
40
 
40
import java.text.DecimalFormat;
41
import java.text.DecimalFormat;
41
import java.text.MessageFormat;
42
import java.text.MessageFormat;
Line 1674... Line 1675...
1674
    	} else {
1675
    	} else {
1675
    		return new HashMap<Object, Double>();
1676
    		return new HashMap<Object, Double>();
1676
    	}
1677
    	}
1677
    }
1678
    }
1678
    
1679
    
-
 
1680
    public String getEntityNoSlashURL(){
-
 
1681
    	return EntityUtils.getEntityNoSlashURL(expEntity);
-
 
1682
    }
1679
	
1683
	
1680
}
1684
}
1681
 
1685