Project

General

Profile

« Previous | Next » 

Revision 37f70555

Added by Andreas Kohlbecker almost 6 years ago

ref #7550 moving the actual CdmUserHelper to cdmlib and making it available in cdm-vaadin by extending the UserHelper class and interface hierarchy

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/toolbar/RegistrationToolbar.java
24 24
import com.vaadin.ui.themes.ValoTheme;
25 25

  
26 26
import eu.etaxonomy.cdm.api.application.CdmRepository;
27
import eu.etaxonomy.cdm.service.CdmUserHelper;
27
import eu.etaxonomy.cdm.service.VaadinCdmUserHelper;
28 28
import eu.etaxonomy.cdm.vaadin.event.AuthenticationSuccessEvent;
29 29
import eu.etaxonomy.vaadin.ui.navigation.NavigationEvent;
30 30
import eu.etaxonomy.vaadin.ui.navigation.NavigationManager;
......
57 57
    protected NavigationManager navigationManager;
58 58

  
59 59
    @Autowired
60
    CdmUserHelper userHelper;
60
    VaadinCdmUserHelper userHelper;
61 61

  
62 62
    CssLayout buttonGroup = new CssLayout();
63 63
    Button messageButton;

Also available in: Unified diff