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
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) |
boolean |
isCreationAllowed(UserContext uc,
Mandant mandant) |
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getBy, getById, getById, getById, resultTotalCount, update, update
getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getBy, getById, getById, getById, resultTotalCount, update, update
getName
public Mandant getByName(UserContext uc, String name)
IMandantHandler
Mandant
by his name (case insensitive).getByName
in interface IMandantHandler
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.public List<Mandant> getAllByName(UserContext uc, String name)
IMandantHandler
Mandant
s by name (case insensitive).getAllByName
in interface IMandantHandler
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.public boolean isCreationAllowed(UserContext uc, Mandant mandant)
isCreationAllowed
in interface IMandantHandler
public Mandant getByUUID(UserContext uc, String uuid)
getByUUID
in interface IMandantHandler
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.