Project

General

Profile

« Previous | Next » 

Revision 891e4775

Added by Andreas Kohlbecker about 3 years ago

cleanup

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/name/TaxonNameEditorPresenter.java
130 130

  
131 131
    private Integer taxonNameId;
132 132

  
133
    /**
134
     * {@inheritDoc}
135
     */
136 133
    @SuppressWarnings("serial")
137 134
    @Override
138 135
    public void handleViewEntered() {
......
283 280
                .buildVocabularyTermsItemContainer(AnnotationType.EDITORIAL().getVocabulary().getUuid()));
284 281
    }
285 282

  
286
    /**
287
     * @param element
288
     * @return
289
     */
290 283
    @Deprecated
291 284
    private void addNomenclaturalStatus(NomenclaturalStatusDTO element) {
292 285
        // Nothing to do
......
449 442
        return super.preSaveBean(bean);
450 443
    }
451 444

  
452
    /**
453
     * {@inheritDoc}
454
     */
455 445
    @Override
456 446
    protected void guaranteePerEntityCRUDPermissions(UUID identifier) {
457 447
        if (crud != null) {
......
461 451

  
462 452
    }
463 453

  
464
    /**
465
     * {@inheritDoc}
466
     */
467 454
    @Override
468 455
    protected void guaranteePerEntityCRUDPermissions(TaxonName bean) {
469 456
        if (crud != null) {
......
471 458
        }
472 459
    }
473 460

  
474
    /**
475
     * {@inheritDoc}
476
     */
477 461
    @Override
478 462
    protected INameService getService() {
479 463
        return getRepo().getNameService();
......
860 844
        }
861 845
    }
862 846

  
863
    /**
864
     * {@inheritDoc}
865
     */
866 847
    @Override
867 848
    protected TaxonNameDTO createDTODecorator(TaxonName cdmEntitiy) {
868 849
        return new TaxonNameDTO(cdmEntitiy);
869 850
    }
870 851

  
871
    /**
872
     * {@inheritDoc}
873
     */
874 852
    @Override
875 853
    protected BeanInstantiator<TaxonName> defaultCdmEntityInstantiator() {
876 854
        return new BeanInstantiator<TaxonName>() {

Also available in: Unified diff