Project

General

Profile

« Previous | Next » 

Revision 49865

change migration procedure: search first in beta then in production| add software | change directIndexHandler check for response

View differences:

RelationHandler.java
46 46

  
47 47
        return relations;
48 48
    }
49
    public List<Relation> fetchRelationbyID() throws Exception, SQLStoreException {
49
    public List<Relation> fetchRelationbyID(String id) throws Exception, SQLStoreException {
50 50
        List<Relation> relations = null;
51
        ResultSet rs = sqlDAO.executePreparedQuery(queryGenerator.generateSelectRelationClaimByIDEnrichedWithDMFClaimsQuery(-1,"169149"));
51
        ResultSet rs = sqlDAO.executePreparedQuery(queryGenerator.generateSelectRelationClaimByIDEnrichedWithDMFClaimsQuery(-1,id));
52 52
         relations = new ArrayList<Relation>();
53 53

  
54 54
        while(rs.next()) {

Also available in: Unified diff