Project

General

Profile

« Previous | Next » 

Revision bff8d9fe

Added by Andreas Müller over 5 years ago

ref #1444 cleanup erms import code

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiTransformer.java
2296 2296
	 * @param StatusCache
2297 2297
	 * @return
2298 2298
	 */
2299
	public Integer StatusCache2StatusFk(String StatusCache) {
2299
	public Integer statusCache2StatusFk(String StatusCache) {
2300 2300
		Integer result = null;
2301 2301
		if (StatusCache.equalsIgnoreCase("Checked by Taxonomic Editor: included in ERMS 1.1")) {
2302 2302
			return 0;
......
2318 2318
	 * @param fossilStatusCache
2319 2319
	 * @return
2320 2320
	 */
2321
	public Integer FossilStatusCache2FossilStatusFk(String fossilStatusCache) {
2321
	public Integer fossilStatusCache2FossilStatusFk(String fossilStatusCache) {
2322 2322
		Integer result = null;
2323 2323
		if (fossilStatusCache.equalsIgnoreCase("recent only")) {
2324 2324
			return 1;

Also available in: Unified diff