Project

General

Profile

« Previous | Next » 

Revision 58341

ClaimEntity: Add information about the dashboard where the claim was created

Properties:
add properties for the different services
create beans properly
production or beta is decided from the services urls in properties

Migration:
create migration method: CopyFromBetaToProduction for communities

View differences:

ExternalRecordHandler.java
3 3
import eu.dnetlib.data.claims.entity.Result;
4 4
import eu.dnetlib.data.claims.parser.ExternalRecordParser;
5 5
import eu.dnetlib.data.claims.utils.SearchUtils;
6
import org.springframework.beans.factory.annotation.Autowired;
6 7

  
7 8
/**
8 9
 * Created by kiatrop on 8/2/2016.
9 10
 */
10 11
public class ExternalRecordHandler {
11

  
12
//@Autowired
12 13
    SearchUtils searchUtils;
13 14
    ExternalRecordParser externalRecordParser = null;
14 15

  

Also available in: Unified diff