Projekt

Obecné

Profil

« Předchozí | Další » 

Revize abaa5f46

Přidáno uživatelem Jakub Šmíd před asi 2 roky(ů)

  • ID abaa5f461242c640ae1e7daaddb6bfc1b1419db9
  • Rodič c1df89f5

Experiment with database

Zobrazit rozdíly:

backend/src/main/java/cz/zcu/kiv/backendapi/catalog/ICatalogItemService.java
8 8
 */
9 9
public interface ICatalogItemService {
10 10
    /**
11
     * Saves list of catalog items
11
     * Saves list of catalog items DTOs
12 12
     *
13
     * @param catalogItems catalog items
13
     * @param catalogItems catalog items DTOs
14 14
     */
15
    void saveCatalog(List<CatalogItem> catalogItems);
15
    void saveCatalog(List<CatalogItemDto> catalogItems);
16 16

  
17 17
    /**
18 18
     * Saves one catalog item
......
46 46
     */
47 47
    List<CatalogItemDto> getCatalog(String name, String country, String type);
48 48

  
49
    List<CatalogItemDto> getCatalog2(String name, String country, String type);
50

  
51
    List<CatalogItemDto> getCatalog3(String name, String country, String type);
52

  
49 53
}

Také k dispozici: Unified diff