Project

General

Profile

« Previous | Next » 

Revision 1af6dc9f

Added by Andreas Kohlbecker almost 7 years ago

ref #6687 SpecimenTypeDesignationWorkingsetEditor save operation

  • implementing saveBean() method
  • fixing bug in CdmStore

View differences:

src/main/java/eu/etaxonomy/vaadin/mvp/AbstractCdmEditorPresenter.java
31 31

  
32 32
    private static final Logger logger = Logger.getLogger(AbstractCdmEditorPresenter.class);
33 33

  
34
    CdmStore<DTO, IService<DTO>> store ;
35 34

  
36 35
    public AbstractCdmEditorPresenter() {
37 36
        super();
38 37
        logger.trace(this._toString() + " constructor");
39 38
    }
40 39

  
40
    CdmStore<DTO, IService<DTO>> store ;
41

  
41 42
    protected CdmStore<DTO, IService<DTO>> getStore() {
42 43
        if(store == null){
43 44
            store = new CdmStore<>(getRepo(), getService());

Also available in: Unified diff