public interface IMandantHandler extends IGenericHandler
| Modifier and Type | Method and Description | 
|---|---|
List<Mandant> | 
getAllByName(UserContext uc,
            String name)
Method for determining all  
Mandants by name (case insensitive). | 
Mandant | 
getByName(UserContext uc,
         String name)
Method for determining a  
Mandant by his name (case insensitive). | 
Mandant | 
getByUUID(UserContext uc,
         String uuid)  | 
Mandant | 
getByUUID(UserContext uc,
         UUID uuid)  | 
boolean | 
isCreationAllowed(UserContext uc,
                 Mandant mandant)  | 
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getBy, getById, getById, getById, resultTotalCount, update, updategetNameMandant getByName(UserContext uc, String name)
Mandant by his name (case insensitive).uc - UserContext the user context in which the action is to be performed.name - String the name of the Mandant (case insensitive).Mandant which was searched.List<Mandant> getAllByName(UserContext uc, String name)
Mandants by name (case insensitive).uc - UserContext the user context in which the action is to be performed.name - String the name which is to searched (case insensitive).List of Mandant which were found.boolean isCreationAllowed(UserContext uc, Mandant mandant)
Mandant getByUUID(UserContext uc, String uuid)
Mandant getByUUID(UserContext uc, UUID uuid)
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.