Project

General

Profile

« Previous | Next » 

Revision e5299170

Added by Andreas Müller over 4 years ago

cleanup

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiDescriptionExport.java
573 573
		return success;
574 574
	}
575 575

  
576
	/**
577
	 * @param taxComment
578
	 * @param noteCategoryFk
579
	 * @param noteCategoryCache
580
	 * @param object
581
	 * @param object2
582
	 */
583 576
	private void invokeNotes(String note, Integer noteCategoryFk,
584 577
			String noteCategoryCache, Integer languageFk, String languageCache,
585 578
			Integer taxonFk, Connection connection) {
......
628 621
			logger.error("Note could not be created: " + note);
629 622
			e.printStackTrace();
630 623
		}
631

  
632

  
633 624
	}
634 625

  
635 626
	/**
......
655 646
		return true;
656 647
	}
657 648

  
658
	/* (non-Javadoc)
659
	 * @see eu.etaxonomy.cdm.io.common.CdmIoBase#isIgnore(eu.etaxonomy.cdm.io.common.IoStateBase)
660
	 */
661 649
	@Override
662 650
	protected boolean isIgnore(PesiExportState state) {
663 651
		return ! state.getConfig().isDoDescription();
664 652
	}
665 653

  
666

  
667 654
	/**
668 655
	 * Returns the <code>Note_2</code> attribute.
669 656
	 * @param descriptionElement The {@link DescriptionElementBase DescriptionElement}.
......
709 696
		return state.getTransformer().getCacheByFeature(descriptionElement.getFeature());
710 697
	}
711 698

  
712

  
713

  
714

  
715 699
	/**
716 700
	 * Returns the <code>LanguageFk</code> attribute.
717 701
	 * @param descriptionElement The {@link DescriptionElementBase DescriptionElement}.

Also available in: Unified diff