Project

General

Profile

« Previous | Next » 

Revision ac1f29b5

Added by Cherian Mathew almost 9 years ago

Add method to sessionOwner objects to fine tune performance using property paths

View differences:

eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/session/MockSessionOwner.java
2 2

  
3 3
import java.util.HashSet;
4 4
import java.util.List;
5
import java.util.Map;
5 6
import java.util.Set;
6 7

  
7 8
import org.apache.log4j.Logger;
......
87 88

  
88 89
    }
89 90

  
91
    /* (non-Javadoc)
92
     * @see eu.etaxonomy.taxeditor.session.ICdmEntitySessionEnabled#getPropertyPathsMap()
93
     */
94
    @Override
95
    public Map<Object, List<String>> getPropertyPathsMap() {
96
        // TODO Auto-generated method stub
97
        return null;
98
    }
99

  
90 100
}

Also available in: Unified diff