Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 1c69708b

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

re #8025 added ability for admin to see and access all assemblies, added functionality that only visible assemblies load to users

Zobrazit rozdíly:

src/main/java/vldc/aswi/dao/AssemblyRepository.java
35 35

  
36 36
    /**
37 37
     * Find assemblies with role, order by order
38
     * @param role role of the user
39
     * @param isPublic value of the isPublic attribute
38 40
     * @return ordered assemblies
39 41
     */
40
    List<Assembly> getByRolesContainingOrderByAssemblyOrderAsc(Role role);
42
    List<Assembly> getByRolesContainingAndIsPublicOrderByAssemblyOrderAsc(Role role, int isPublic);
41 43
}

Také k dispozici: Unified diff