Subversion Repositories SmartDukaan

Rev

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

Rev 11585 Rev 11661
Line 83... Line 83...
83
 
83
 
84
	public PriceInsertor() throws Exception{
84
	public PriceInsertor() throws Exception{
85
        creator = new PojoCreator();
85
        creator = new PojoCreator();
86
        csc = new CatalogClient();
86
        csc = new CatalogClient();
87
        client = csc.getClient();
87
        client = csc.getClient();
88
        privateDealsMap = client.getAllActivePrivateDeals();
88
        privateDealsMap = client.getAllActivePrivateDeals(null,1);
89
	}
89
	}
90
	
90
	
91
	public void copySolrSchemaFiles() throws IOException{
91
	public void copySolrSchemaFiles() throws IOException{
92
		String source = Utils.EXPORT_PATH + "xml/final/irmetadata_solrschema.xml";
92
		String source = Utils.EXPORT_PATH + "xml/final/irmetadata_solrschema.xml";
93
		String destination = Utils.EXPORT_PATH + "solr/irmetadata_solrschema.xml";
93
		String destination = Utils.EXPORT_PATH + "solr/irmetadata_solrschema.xml";