public interface IMandantHandler extends IGenericHandler
Modifier and Type | Method and Description |
---|---|
List<Mandant> |
getAllByName(UserContext uc,
String name)
Method for determining all
Mandant s 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, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
getName
Mandant 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)
Mandant
s 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 © 2021 XIMA MEDIA GmbH. All rights reserved.