Project

General

Profile

« Previous | Next » 

Revision c986e218

Added by Andreas Kohlbecker over 6 years ago

ref #7046 load by id method in service base class

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/IService.java
211 211
     */
212 212
    public T load(UUID uuid);
213 213

  
214
    /**
215
     * Return a persisted entity that matches the database identifier
216
     * supplied as an argument, or null if the entity does not exist
217
     *
218
     * @param id the database identifier of the entity required
219
     * @param propertyPaths
220
     * @return
221
     */
222
    public T load(int id, List<String> propertyPaths);
223

  
214 224
    /**
215 225
     * Finds the cdm entity specified by the <code>uuid</code> parameter and
216 226
     * recursively initializes all bean properties given in the

Also available in: Unified diff