Project

General

Profile

« Previous | Next » 

Revision 72821c22

Added by Andreas Müller over 2 years ago

cleanup

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/occurrence/CollectionEditorPresenter.java
62 62
       return defaultBeanInstantiator;
63 63
    }
64 64

  
65
    /**
66
     * {@inheritDoc}
67
     */
68 65
    @Override
69 66
    protected Collection loadCdmEntity(UUID identifier) {
70 67

  
71 68
        List<String> initStrategy = Arrays.asList(new String []{
72

  
73 69
                "$",
74 70
                "institute.$",
75 71
                "superCollection.$",
......
85 81
        return bean;
86 82
    }
87 83

  
88
    /**
89
     * {@inheritDoc}
90
     */
91 84
    @Override
92 85
    protected void guaranteePerEntityCRUDPermissions(UUID identifier) {
93 86
        if(crud != null){
......
96 89

  
97 90
    }
98 91

  
99
    /**
100
     * {@inheritDoc}
101
     */
102 92
    @Override
103 93
    protected void guaranteePerEntityCRUDPermissions(Collection bean) {
104 94
        if(crud != null){
105 95
            newAuthorityCreated = UserHelperAccess.userHelper().createAuthorityForCurrentUser(bean, crud, null);
106 96
        }
107

  
108 97
    }
109 98

  
110
    /**
111
     * {@inheritDoc}
112
     */
113 99
    @Override
114 100
    protected IService<Collection> getService() {
115 101
        // TODO Auto-generated method stub
116 102
        return null;
117 103
    }
118 104

  
119
    /**
120
     * {@inheritDoc}
121
     */
122 105
    @Override
123 106
    public void handleViewEntered() {
124 107
        super.handleViewEntered();

Also available in: Unified diff