public class MandantHandler extends GenericHandler implements IMandantHandler
LOG| Constructor and Description |
|---|
MandantHandler() |
| 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, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, serializableList, update, updategetNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, update, updategetNamepublic Mandant getByName(UserContext uc, String name)
IMandantHandlerMandant by his name (case insensitive).getByName in interface IMandantHandleruc - 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.public List<Mandant> getAllByName(UserContext uc, String name)
IMandantHandlerMandants by name (case insensitive).getAllByName in interface IMandantHandleruc - 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.public boolean isCreationAllowed(UserContext uc, Mandant mandant)
isCreationAllowed in interface IMandantHandlerpublic Mandant getByUUID(UserContext uc, String uuid)
getByUUID in interface IMandantHandlerpublic Mandant getByUUID(UserContext uc, UUID uuid)
getByUUID in interface IMandantHandlerCopyright © 2021 XIMA MEDIA GmbH. All rights reserved.