public interface IRolleHandler extends IGenericHandler
| Modifier and Type | Method and Description | 
|---|---|
Rolle | 
addModulToRolle(UserContext uc,
               Rolle rolle,
               Modul newModul)  | 
Rolle | 
getAdminRolle(UserContext uc,
             Mandant mandant)  | 
Rolle | 
getByUUID(UserContext uc,
         Mandant client,
         String uuid)
Returns the role with the given UUID 
 | 
Rolle | 
getByUUID(UserContext uc,
         Mandant client,
         UUID uuid)
Returns the role with the given UUID 
 | 
List<Rolle> | 
getRollenByModul(UserContext uc,
                Modul modul)  | 
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, update, updategetNameList<Rolle> getRollenByModul(UserContext uc, Modul modul)
Rolle getAdminRolle(UserContext uc, Mandant mandant)
Rolle getByUUID(UserContext uc, Mandant client, String uuid)
uc - UserContext to useclient - Mandant context in which to look for roleuuid - String UUID of the roleRolle for the given UUID and clientRolle getByUUID(UserContext uc, Mandant client, UUID uuid)
uc - UserContext to useclient - Mandant context in which to look for roleuuid - UUID UUID of the roleRolle for the given UUID and clientRolle addModulToRolle(UserContext uc, Rolle rolle, Modul newModul)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.