Projekt

Obecné

Profil

« Předchozí | Další » 

Revize b439853d

Přidáno uživatelem Michal Linha před asi 4 roky(ů)

re #7881 ability to create or edit a user configuration and set or edit its basic attributes, operator value and configuration name are validated, if operator value is wrong user is redirected to main page, auto increment functionality changed to IDENTITY

Zobrazit rozdíly:

src/main/java/vldc/aswi/dao/OperatorRepository.java
16 16
     * @return Operator if ID is present in database.
17 17
     */
18 18
    Operator getById(Long Id);
19

  
20
    /**
21
     * Find Operator by its name.
22
     * @param name - Operator name.
23
     * @return Operator if name is present in database.
24
     */
25
    Operator getByName(String name);
19 26
}

Také k dispozici: Unified diff